Trace number 1070339

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.08 1804.65

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl40-50-pb-cnf-cr.xml
MD5SUM65732382fd866cb6c9e231272e80cd14
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4000
Number of constraints180
Maximum constraint arity50
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)weightedsum(180)

Solver Data (download as text)

0.03/0.10	
0.03/0.10	Abscon 112 (May, 2008)
0.17/0.25	
0.17/0.25	   configuration
0.17/0.25	     name=esac.xml
0.27/0.33	   
0.27/0.33	   instance
0.27/0.33	     name=HOME/instance-1070339-1215164506.xml
0.27/0.36	   
0.27/0.36	   domains being loaded...
0.27/0.37	   
0.27/0.37	   variables being loaded...
0.57/0.70	     nbVariables=4000  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=8000
0.57/0.70	       =>  wckTime=0.444  cpuTime=0.31  mem=18M581
0.68/0.70	   
0.68/0.70	   constraints being loaded...
9.78/9.96	     nbConstraints=357  nbGlobalConstraints=357  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=7  minArity=40
9.78/9.96	     avgArity=77.42  maxArity=4000  nbGenerators=177  nbFusions=0  symmetryWckTime=9.156  symmetryCpuTime=7.97
9.78/9.96	       =>  wckTime=9.709  cpuTime=8.36  mem=44M565
9.87/10.05	   
9.87/10.06	   solver IterativeSystematicSolver being built... 
9.97/10.13	   
9.97/10.13	   INFO : Forward propagation technique limited 
10.17/10.35	       =>  wckTime=10.101  cpuTime=8.62  mem=47M174
13.44/13.66	   
13.44/13.66	   preprocessing
13.44/13.66	     nbConstraintChecks=0  nbPropagations=8232  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=4131
13.44/13.66	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
13.44/13.66	       =>  wckTime=3.299  cpuTime=3.23  mem=47M174

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070339-1215164506/watcher-1070339-1215164506 -o /tmp/evaluation-result-1070339-1215164506/solver-1070339-1215164506 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1070339-1215164506.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 21201
/proc/meminfo: memFree=1785832/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=18572 CPUtime=0
/proc/21201/stat : 21201 (runsolver) R 21199 21201 20524 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 422067995 19017728 292 996147200 4194304 4296836 548682068336 18446744073709551615 224627584295 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/21201/statm: 4643 292 257 25 0 2626 0

[startup+0.0472909 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 21201
/proc/meminfo: memFree=1785832/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=861876 CPUtime=0.03
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 2249 0 1 0 2 1 0 0 18 0 5 0 422067995 882561024 1860 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102028 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 21201
/proc/meminfo: memFree=1785832/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=865884 CPUtime=0.08
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 3618 0 1 0 6 2 0 0 18 0 9 0 422067995 886665216 3106 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 216471 3106 1667 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30196 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 21201
/proc/meminfo: memFree=1785832/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=866048 CPUtime=0.27
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 5578 0 1 0 23 4 0 0 18 0 9 0 422067995 886833152 4992 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 216512 4992 1902 9 0 211060 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866048

[startup+0.70201 s]
/proc/loadavg: 1.92 1.98 1.99 3/80 21201
/proc/meminfo: memFree=1785832/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=867440 CPUtime=0.68
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 9386 0 1 0 61 7 0 0 18 0 9 0 422067995 888258560 8756 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 216860 8756 1969 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50212 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 21212
/proc/meminfo: memFree=1747280/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=867764 CPUtime=0.89
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 12391 0 1 0 80 9 0 0 18 0 10 0 422067995 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 216941 11513 1995 9 0 211469 0
[pid=21212] ppid=21201 vsize=2960 CPUtime=0.56
/proc/21212/stat : 21212 (saucy) R 21201 21201 20524 0 -1 4194304 493 0 0 0 55 1 0 0 25 0 1 0 422068085 3031040 464 996147200 134512640 134531332 4294956000 18446744073709551615 134523046 0 4 0 0 0 0 0 17 1 0 0
/proc/21212/statm: 740 464 104 4 0 416 0
[pid=21201/tid=21203] ppid=21199 vsize=867764 CPUtime=0.69
/proc/21201/task/21203/stat : 21203 (java) S 21199 21201 20524 0 -1 64 10891 0 1 0 61 8 0 0 15 0 10 0 422067997 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21199 vsize=867764 CPUtime=0
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 52 0 0 0 0 0 0 0 16 0 10 0 422067998 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=867764 CPUtime=0
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 9 0 0 0 0 0 0 0 19 0 10 0 422067999 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=867764 CPUtime=0
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 4 0 0 0 0 0 0 0 20 0 10 0 422067999 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=867764 CPUtime=0
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 422068001 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=867764 CPUtime=0.18
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 679 0 0 0 18 0 0 0 15 0 10 0 422068001 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=867764 CPUtime=0
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 422068001 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=867764 CPUtime=0
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 422068001 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21211] ppid=21199 vsize=867764 CPUtime=0
/proc/21201/task/21211/stat : 21211 (java) S 21199 21201 20524 0 -1 64 71 0 0 0 0 0 0 0 22 0 10 0 422068085 888590336 11513 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 870724

[startup+3.10236 s]
/proc/loadavg: 1.92 1.98 1.99 4/90 21214
/proc/meminfo: memFree=1733776/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868088 CPUtime=3.04
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 29676 684 1 0 196 17 90 1 18 0 10 0 422067995 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217022 20625 2013 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868088 CPUtime=2.72
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22233 684 1 0 168 13 90 1 16 0 10 0 422067997 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4126947240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868088 CPUtime=0.99
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 5739 684 0 0 6 2 90 1 16 0 10 0 422067998 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 9 684 0 0 0 0 90 1 19 0 10 0 422067999 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 4 684 0 0 0 0 90 1 20 0 10 0 422067999 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 10 0 422068001 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868088 CPUtime=1.11
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 864 684 0 0 20 0 90 1 16 0 10 0 422068001 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 10 0 422068001 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 15 0 10 0 422068001 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21213] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21213/stat : 21213 (java) R 21199 21201 20524 0 -1 64 48 684 0 0 0 0 90 1 17 0 10 0 422068181 888922112 20625 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868088

[startup+6.30182 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 21214
/proc/meminfo: memFree=1710416/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868088 CPUtime=6.22
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 29961 684 1 0 513 18 90 1 18 0 9 0 422067995 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217022 20641 2013 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868088 CPUtime=5.87
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22244 684 1 0 483 13 90 1 20 0 9 0 422067997 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4126950517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868088 CPUtime=1.01
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 5989 684 0 0 8 2 90 1 16 0 9 0 422067998 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 9 684 0 0 0 0 90 1 19 0 9 0 422067999 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 4 684 0 0 0 0 90 1 20 0 9 0 422067999 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868088 CPUtime=1.12
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 865 684 0 0 21 0 90 1 16 0 9 0 422068001 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868088 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 888922112 20641 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868088

[startup+12.7027 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 21214
/proc/meminfo: memFree=1708816/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=12.55
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31567 684 1 0 1145 19 90 1 18 0 9 0 422067995 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21637 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=12.04
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22432 684 1 0 1099 14 90 1 25 0 9 0 422067997 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4127122999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 17 0 9 0 422067998 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.2
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 946 684 0 0 29 0 90 1 16 0 9 0 422068001 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21637 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868176

[startup+25.5015 s]
/proc/loadavg: 2.16 2.03 2.01 3/89 21214
/proc/meminfo: memFree=1708688/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=25.22
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31614 684 1 0 2412 19 90 1 18 0 9 0 422067995 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21676 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=24.64
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22441 684 1 0 2359 14 90 1 25 0 9 0 422067997 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4127103340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.26
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 984 684 0 0 35 0 90 1 15 0 9 0 422068001 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868176

[startup+51.1012 s]
/proc/loadavg: 2.25 2.06 2.02 3/89 21214
/proc/meminfo: memFree=1708688/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=50.58
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31614 684 1 0 4948 19 90 1 18 0 9 0 422067995 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21676 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=50
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22441 684 1 0 4895 14 90 1 25 0 9 0 422067997 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4127177712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21676 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

################
# More data... #
################

/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.27
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 985 684 0 0 36 0 90 1 16 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1477.84
Current children cumulated vsize (KiB) 868176

[startup+1542.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 21262
/proc/meminfo: memFree=1756504/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=1537.81
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31616 684 1 0 153668 22 90 1 18 0 9 0 422067995 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21677 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=1537.22
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22442 684 1 0 153614 17 90 1 25 0 9 0 422067997 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4126800986 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.27
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 985 684 0 0 36 0 90 1 16 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1537.81
Current children cumulated vsize (KiB) 868176

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 21262
/proc/meminfo: memFree=1756440/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=1597.78
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31616 684 1 0 159665 22 90 1 18 0 9 0 422067995 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21677 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=1597.2
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22442 684 1 0 159612 17 90 1 25 0 9 0 422067997 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4127175335 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.27
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 985 684 0 0 36 0 90 1 16 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.78
Current children cumulated vsize (KiB) 868176

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 21262
/proc/meminfo: memFree=1756312/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=1657.76
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31616 684 1 0 165663 22 90 1 18 0 9 0 422067995 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21677 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=1657.17
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22442 684 1 0 165609 17 90 1 25 0 9 0 422067997 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4127094645 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.27
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 985 684 0 0 36 0 90 1 16 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.76
Current children cumulated vsize (KiB) 868176

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 21262
/proc/meminfo: memFree=1756312/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=1717.74
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31616 684 1 0 171660 23 90 1 18 0 9 0 422067995 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21677 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=1717.15
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22442 684 1 0 171606 18 90 1 25 0 9 0 422067997 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4127177747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.27
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 985 684 0 0 36 0 90 1 16 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.74
Current children cumulated vsize (KiB) 868176

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 21262
/proc/meminfo: memFree=1756184/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=1777.71
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31616 684 1 0 177657 23 90 1 18 0 9 0 422067995 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21677 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=1777.13
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22442 684 1 0 177604 18 90 1 25 0 9 0 422067997 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4127177747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.27
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 985 684 0 0 36 0 90 1 16 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.71
Current children cumulated vsize (KiB) 868176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 1.99 2.00 2.00 3/89 21262
/proc/meminfo: memFree=1756184/2055920 swapFree=4180312/4192956
[pid=21201] ppid=21199 vsize=868176 CPUtime=1800.01
/proc/21201/stat : 21201 (java) S 21199 21201 20524 0 -1 0 31616 684 1 0 179887 23 90 1 18 0 9 0 422067995 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21201/statm: 217044 21677 2638 9 0 211550 0
[pid=21201/tid=21203] ppid=21199 vsize=868176 CPUtime=1799.42
/proc/21201/task/21203/stat : 21203 (java) R 21199 21201 20524 0 -1 64 22442 684 1 0 179833 18 90 1 25 0 9 0 422067997 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4127177747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=21201/tid=21204] ppid=21199 vsize=868176 CPUtime=1.1
/proc/21201/task/21204/stat : 21204 (java) S 21199 21201 20524 0 -1 64 7318 684 0 0 17 2 90 1 16 0 9 0 422067998 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21205] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21205/stat : 21205 (java) S 21199 21201 20524 0 -1 64 13 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21206] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21206/stat : 21206 (java) S 21199 21201 20524 0 -1 64 8 684 0 0 0 0 90 1 16 0 9 0 422067999 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21207] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21207/stat : 21207 (java) S 21199 21201 20524 0 -1 64 1 684 0 0 0 0 90 1 18 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21208] ppid=21199 vsize=868176 CPUtime=1.27
/proc/21201/task/21208/stat : 21208 (java) S 21199 21201 20524 0 -1 64 985 684 0 0 36 0 90 1 16 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21209] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21209/stat : 21209 (java) S 21199 21201 20524 0 -1 64 2 684 0 0 0 0 90 1 19 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21201/tid=21210] ppid=21199 vsize=868176 CPUtime=0.91
/proc/21201/task/21210/stat : 21210 (java) S 21199 21201 20524 0 -1 64 30 684 0 0 0 0 90 1 15 0 9 0 422068001 889012224 21677 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868176

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1804.65
CPU time (s): 1800.08
CPU user time (s): 1799.82
CPU system time (s): 0.263959
CPU usage (%): 99.7466
Max. virtual memory (cumulated for all children) (KiB): 870856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32330
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37973
involuntary context switches= 53410

runsolver used 2.66859 second user time and 5.33319 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-04 11:41:46
IDJOB=1070339
IDBENCH=55842
IDSOLVER=364
FILE ID=node49/1070339-1215164506
PBS_JOBID= 7881400
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-chnl40-50-pb-cnf-cr.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1070339-1215164506/watcher-1070339-1215164506 -o /tmp/evaluation-result-1070339-1215164506/solver-1070339-1215164506 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1070339-1215164506.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 65732382fd866cb6c9e231272e80cd14
RANDOM SEED=1809686164

node49.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.249
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.249
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1786312 kB
Buffers:         20852 kB
Cached:         110196 kB
SwapCached:       5496 kB
Active:         184592 kB
Inactive:        35092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786312 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:         102336 kB
Slab:            34836 kB
Committed_AS:  1593624 kB
PageTables:       1940 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node49 at 2008-07-04 12:11:53