Trace number 1070098

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 AC? (TO) 1800.07 1819.73

General information on the benchmark

Namecsp/pseudoGLB/
normalized-chnl40-45-pb-cnf-cr.xml
MD5SUMd90b14d447b2d0625f8e023b3d8fff94
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.4118
Satisfiable
(Un)Satisfiability was proved
Number of variables3600
Number of constraints170
Maximum constraint arity45
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(170)

Solver Data (download as text)

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.17/0.23	
0.17/0.23	   configuration
0.17/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1070098-1215163288.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.57/0.66	     nbVariables=3600  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=7200
0.57/0.66	       =>  wckTime=0.427  cpuTime=0.29  mem=17M606
0.57/0.66	   
0.57/0.66	   constraints being loaded...
7.45/7.54	     nbConstraints=337  nbGlobalConstraints=337  nbSharedBinaryRepresentations=0  minDegree=5  maxDegree=7  minArity=40
7.45/7.54	     avgArity=73.77  maxArity=3600  nbGenerators=167  nbFusions=0  symmetryWckTime=6.785  symmetryCpuTime=5.86
7.45/7.54	       =>  wckTime=7.31  cpuTime=6.23  mem=25M883
7.55/7.62	   
7.55/7.62	   solver IterativeSystematicSolver being built... 
7.55/7.69	   
7.55/7.69	   INFO : Forward propagation technique limited 
7.74/7.89	       =>  wckTime=7.651  cpuTime=6.45  mem=44M352
7.84/7.91	   
7.84/7.91	   preprocessing
7.84/7.91	     nbConstraintChecks=0  nbPropagations=3600  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
7.84/7.91	     detectedInconsistency=no
7.84/7.91	       =>  wckTime=0.015  cpuTime=0.01  mem=44M352

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-1070098-1215163288/watcher-1070098-1215163288 -o /tmp/evaluation-result-1070098-1215163288/solver-1070098-1215163288 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1070098-1215163288.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.99 1.99 3/74 22394
/proc/meminfo: memFree=1254928/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=18572 CPUtime=0
/proc/22394/stat : 22394 (runsolver) R 22392 22394 18999 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 639248927 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 243665530151 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/22394/statm: 4643 292 257 25 0 2626 0

[startup+0.077825 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 22394
/proc/meminfo: memFree=1254928/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=865856 CPUtime=0.05
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 3341 0 1 0 4 1 0 0 18 0 9 0 639248927 886636544 2860 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216464 2860 1554 9 0 211026 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 865856

[startup+0.101824 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 22394
/proc/meminfo: memFree=1254928/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=865884 CPUtime=0.08
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 3712 0 1 0 6 2 0 0 18 0 9 0 639248927 886665216 3176 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216471 3176 1683 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.30185 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 22394
/proc/meminfo: memFree=1254928/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=866196 CPUtime=0.28
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 5625 0 1 0 25 3 0 0 18 0 9 0 639248927 886984704 5039 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216549 5039 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701887 s]
/proc/loadavg: 1.92 1.99 1.99 3/74 22394
/proc/meminfo: memFree=1254928/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867440 CPUtime=0.68
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 9406 0 1 0 62 6 0 0 18 0 9 0 639248927 888258560 8776 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216860 8776 1981 9 0 211388 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867440

[startup+1.50297 s]
/proc/loadavg: 1.92 1.99 1.99 3/85 22405
/proc/meminfo: memFree=1218360/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867764 CPUtime=0.84
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 11889 0 1 0 76 8 0 0 18 0 10 0 639248927 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216941 11010 1995 9 0 211469 0
[pid=22405] ppid=22394 vsize=2932 CPUtime=0.63
/proc/22405/stat : 22405 (saucy) R 22394 22394 18999 0 -1 4194304 475 0 0 0 63 0 0 0 23 0 1 0 639249011 3002368 447 996147200 134512640 134531332 4294956000 18446744073709551615 134523046 0 4 0 0 0 0 0 17 0 0 0
/proc/22405/statm: 733 447 104 4 0 409 0
[pid=22394/tid=22396] ppid=22392 vsize=867764 CPUtime=0.64
/proc/22394/task/22396/stat : 22396 (java) S 22392 22394 18999 0 -1 64 10389 0 1 0 58 6 0 0 15 0 10 0 639248928 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867764 CPUtime=0
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 53 0 0 0 0 0 0 0 16 0 10 0 639248930 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867764 CPUtime=0
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 10 0 0 0 0 0 0 0 19 0 10 0 639248930 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867764 CPUtime=0
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 3 0 0 0 0 0 0 0 20 0 10 0 639248930 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867764 CPUtime=0
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 0 0 0 0 0 0 0 18 0 10 0 639248932 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867764 CPUtime=0.17
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 682 0 0 0 17 0 0 0 16 0 10 0 639248932 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867764 CPUtime=0
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 639248932 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867764 CPUtime=0
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 5 0 0 0 0 0 0 0 15 0 10 0 639248932 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22404] ppid=22392 vsize=867764 CPUtime=0
/proc/22394/task/22404/stat : 22404 (java) S 22392 22394 18999 0 -1 64 69 0 0 0 0 0 0 0 22 0 10 0 639249011 888590336 11010 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 870696

[startup+3.10213 s]
/proc/loadavg: 1.92 1.99 1.99 3/83 22407
/proc/meminfo: memFree=1189120/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867764 CPUtime=3.06
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 28728 639 1 0 217 15 73 1 18 0 9 0 639248927 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216941 20294 2014 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867764 CPUtime=2.76
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21739 639 1 0 191 11 73 1 25 0 9 0 639248928 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4126962211 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867764 CPUtime=0.82
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 5273 639 0 0 6 2 73 1 16 0 9 0 639248930 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867764 CPUtime=0.94
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 875 639 0 0 20 0 73 1 17 0 9 0 639248932 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 7 639 0 0 0 0 73 1 15 0 9 0 639248932 888590336 20294 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867764

[startup+6.30146 s]
/proc/loadavg: 1.93 1.99 1.99 3/83 22407
/proc/meminfo: memFree=1180992/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867764 CPUtime=6.25
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 29038 639 1 0 536 15 73 1 18 0 9 0 639248927 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216941 20332 2014 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867764 CPUtime=5.93
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21747 639 1 0 508 11 73 1 25 0 9 0 639248928 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4126962205 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867764 CPUtime=0.83
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 5552 639 0 0 7 2 73 1 16 0 9 0 639248930 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867764 CPUtime=0.94
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 875 639 0 0 20 0 73 1 16 0 9 0 639248932 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867764 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888590336 20332 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 867764

[startup+12.7021 s]
/proc/loadavg: 1.93 1.99 1.99 3/83 22407
/proc/meminfo: memFree=1179328/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=12.62
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30653 639 1 0 1171 17 73 1 18 0 9 0 639248927 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21325 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=12.09
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21928 639 1 0 1123 12 73 1 25 0 9 0 639248928 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4127161040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 17 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1022 639 0 0 33 0 73 1 15 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 867852

[startup+25.5024 s]
/proc/loadavg: 1.95 1.99 1.99 3/83 22407
/proc/meminfo: memFree=1179328/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=25.37
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30654 639 1 0 2446 17 73 1 18 0 9 0 639248927 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21325 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=24.84
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21929 639 1 0 2398 12 73 1 25 0 9 0 639248928 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4127124167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1022 639 0 0 33 0 73 1 15 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 867852

[startup+51.1011 s]
/proc/loadavg: 1.96 1.99 1.99 3/83 22407
/proc/meminfo: memFree=1179328/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=50.86
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30654 639 1 0 4995 17 73 1 18 0 9 0 639248927 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21325 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=50.33
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21929 639 1 0 4947 12 73 1 25 0 9 0 639248928 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4125952123 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21325 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1023 639 0 0 33 0 73 1 16 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1526.51
Current children cumulated vsize (KiB) 867852

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.00 3/103 22461
/proc/meminfo: memFree=1486048/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=1585.67
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30656 639 1 0 158472 21 73 1 18 0 9 0 639248927 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21326 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=1585.14
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21930 639 1 0 158424 16 73 1 25 0 9 0 639248928 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4127124167 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1023 639 0 0 33 0 73 1 16 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1585.67
Current children cumulated vsize (KiB) 867852

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/103 22461
/proc/meminfo: memFree=1486048/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=1644.84
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30656 639 1 0 164388 22 73 1 18 0 9 0 639248927 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21326 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=1644.29
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21930 639 1 0 164339 16 73 1 25 0 9 0 639248928 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4127128318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1023 639 0 0 33 0 73 1 16 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1644.84
Current children cumulated vsize (KiB) 867852

[startup+1722.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/103 22461
/proc/meminfo: memFree=1486048/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=1703.99
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30656 639 1 0 170303 22 73 1 18 0 9 0 639248927 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21326 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=1703.45
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21930 639 1 0 170255 16 73 1 25 0 9 0 639248928 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4126801027 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1023 639 0 0 33 0 73 1 16 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1703.99
Current children cumulated vsize (KiB) 867852

[startup+1782.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/103 22461
/proc/meminfo: memFree=1486048/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=1763.15
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30656 639 1 0 176219 22 73 1 18 0 9 0 639248927 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21326 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=1762.61
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21930 639 1 0 176170 17 73 1 25 0 9 0 639248928 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4127128318 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1023 639 0 0 33 0 73 1 16 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1763.15
Current children cumulated vsize (KiB) 867852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1819.7 s]
/proc/loadavg: 2.13 2.08 2.01 3/103 22461
/proc/meminfo: memFree=1485984/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=1800.03
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30656 639 1 0 179907 22 73 1 18 0 9 0 639248927 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21326 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=1799.49
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21930 639 1 0 179858 17 73 1 25 0 9 0 639248928 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4127129727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1023 639 0 0 33 0 73 1 16 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867852

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

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

[startup+1819.7 s]
/proc/loadavg: 2.13 2.08 2.01 3/103 22461
/proc/meminfo: memFree=1485984/2055920 swapFree=4176960/4192956
[pid=22394] ppid=22392 vsize=867852 CPUtime=1800.03
/proc/22394/stat : 22394 (java) S 22392 22394 18999 0 -1 0 30656 639 1 0 179907 22 73 1 18 0 9 0 639248927 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22394/statm: 216963 21326 2638 9 0 211469 0
[pid=22394/tid=22396] ppid=22392 vsize=867852 CPUtime=1799.49
/proc/22394/task/22396/stat : 22396 (java) R 22392 22394 18999 0 -1 64 21930 639 1 0 179858 17 73 1 25 0 9 0 639248928 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4127129727 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22397] ppid=22392 vsize=867852 CPUtime=0.9
/proc/22394/task/22397/stat : 22397 (java) S 22392 22394 18999 0 -1 64 6839 639 0 0 14 2 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22398] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22398/stat : 22398 (java) S 22392 22394 18999 0 -1 64 17 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22399] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22399/stat : 22399 (java) S 22392 22394 18999 0 -1 64 9 639 0 0 0 0 73 1 16 0 9 0 639248930 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22400] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22400/stat : 22400 (java) S 22392 22394 18999 0 -1 64 0 639 0 0 0 0 73 1 18 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22401] ppid=22392 vsize=867852 CPUtime=1.07
/proc/22394/task/22401/stat : 22401 (java) S 22392 22394 18999 0 -1 64 1023 639 0 0 33 0 73 1 16 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22394/tid=22402] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22402/stat : 22402 (java) S 22392 22394 18999 0 -1 64 2 639 0 0 0 0 73 1 19 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22394/tid=22403] ppid=22392 vsize=867852 CPUtime=0.74
/proc/22394/task/22403/stat : 22403 (java) S 22392 22394 18999 0 -1 64 30 639 0 0 0 0 73 1 15 0 9 0 639248932 888680448 21326 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 867852

Child status: 143
Real time (s): 1819.73
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.247962
CPU usage (%): 98.9194
Max. virtual memory (cumulated for all children) (KiB): 870828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.247962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31326
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= 38297
involuntary context switches= 62285

runsolver used 1.9587 second user time and 6.28604 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-04 11:21:28
IDJOB=1070098
IDBENCH=55795
IDSOLVER=363
FILE ID=node84/1070098-1215163288
PBS_JOBID= 7877406
Free space on /tmp= 66480 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d90b14d447b2d0625f8e023b3d8fff94
RANDOM SEED=1785277596

node84.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.231
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.231
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1255416 kB
Buffers:         59140 kB
Cached:         369008 kB
SwapCached:      10452 kB
Active:         551256 kB
Inactive:       202304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1255416 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:            2316 kB
Writeback:           0 kB
Mapped:         331068 kB
Slab:            31096 kB
Committed_AS:  1708052 kB
PageTables:       2992 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66532 MiB
End job on node84 at 2008-07-04 11:51:50