Trace number 2095943

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.13 1805.96

General information on the benchmark

Namecsp/pseudoGLB/
normalized-robin14.xml
MD5SUM7b19f5d8893e671ba88b8b040bbacdb0
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark518.286
Satisfiable
(Un)Satisfiability was proved
Number of variables8281
Number of constraints826
Maximum constraint arity169
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(826)

Solver Data

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2095943-1247409577.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.59/0.62	     nbVariables=8281  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=16562
0.59/0.62	       =>  wckTime=0.383  cpuTime=0.28  mem=30M337
0.59/0.62	   
0.59/0.62	   constraints being loaded...
5.62/5.74	     nbConstraints=857  nbGlobalConstraints=857  nbSharedBinaryRepresentations=0  minDegree=13  maxDegree=18
5.62/5.74	     minArity=91  avgArity=164.16  maxArity=2366  nbGenerators=31  nbFusions=0  symmetryWckTime=4.546
5.62/5.74	     symmetryCpuTime=0.78
5.62/5.74	       =>  wckTime=5.502  cpuTime=1.53  mem=49M216
5.81/5.91	   
5.81/5.91	   solver IterativeSystematicSolver being built... 
5.81/5.98	   
5.81/5.98	   INFO : Forward propagation technique limited 
6.22/6.35	       =>  wckTime=6.107  cpuTime=1.91  mem=54M150
6.22/6.39	   
6.22/6.39	   preprocessing
6.22/6.39	     nbConstraintChecks=0  nbPropagations=8281  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
6.22/6.39	     detectedInconsistency=no
6.22/6.39	       =>  wckTime=0.025  cpuTime=0.02  mem=54M150

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095943-1247409577/watcher-2095943-1247409577 -o /tmp/evaluation-result-2095943-1247409577/solver-2095943-1247409577 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095943-1247409577.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.01 1.96 4/80 28264
/proc/meminfo: memFree=1771696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=152 CPUtime=0
/proc/28264/stat : 28264 (java) R 28262 28264 27238 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28020549 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 9841293 0 0 4096 0 0 0 0 17 0 0 0
/proc/28264/statm: 68 33 26 9 0 4 0

[startup+0.0330291 s]
/proc/loadavg: 2.04 2.01 1.96 4/80 28264
/proc/meminfo: memFree=1771696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=861936 CPUtime=0.02
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 2171 0 1 0 1 1 0 0 18 0 5 0 28020549 882622464 1800 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 215484 1800 829 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.102037 s]
/proc/loadavg: 2.04 2.01 1.96 4/80 28264
/proc/meminfo: memFree=1771696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=865980 CPUtime=0.09
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 3828 0 1 0 7 2 0 0 18 0 9 0 28020549 886763520 3273 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 216495 3273 1728 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.302061 s]
/proc/loadavg: 2.04 2.01 1.96 4/80 28264
/proc/meminfo: memFree=1771696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=866500 CPUtime=0.28
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 6102 0 1 0 24 4 0 0 18 0 9 0 28020549 887296000 5468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 216625 5468 1987 9 0 211083 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866500

[startup+0.702106 s]
/proc/loadavg: 2.04 2.01 1.96 4/80 28264
/proc/meminfo: memFree=1771696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=867420 CPUtime=0.68
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 13468 0 1 0 59 9 0 0 18 0 9 0 28020549 888238080 12831 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 216855 12832 2007 9 0 211313 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867420

[startup+1.50121 s]
/proc/loadavg: 2.04 2.01 1.96 3/89 28273
/proc/meminfo: memFree=1696232/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=867548 CPUtime=1.48
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 23294 0 1 0 134 14 0 0 18 0 9 0 28020549 888369152 22645 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 216887 22647 2025 9 0 211345 0
[pid=28264/tid=28266] ppid=28262 vsize=867548 CPUtime=1.18
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 15750 0 1 0 107 11 0 0 25 0 9 0 28020550 888369152 22649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28267] ppid=28262 vsize=867548 CPUtime=0.1
/proc/28264/task/28267/stat : 28267 (java) R 28262 28264 27238 0 -1 64 6198 0 0 0 9 1 0 0 16 0 9 0 28020551 888369152 22650 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=867548 CPUtime=0
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28020551 888369152 22652 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28269] ppid=28262 vsize=867548 CPUtime=0
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28020551 888369152 22654 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=867548 CPUtime=0
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 28020553 888369152 22656 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=867548 CPUtime=0.17
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 650 0 0 0 17 0 0 0 16 0 9 0 28020553 888369152 22658 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=867548 CPUtime=0
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 28020553 888369152 22659 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=867548 CPUtime=0
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28020553 888369152 22661 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867548

[startup+3.10139 s]
/proc/loadavg: 2.04 2.01 1.96 3/91 28275
/proc/meminfo: memFree=1659928/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=867872 CPUtime=1.73
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 33306 0 1 0 154 19 0 0 18 0 10 0 28020549 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 216968 28541 2029 9 0 211426 0
[pid=28275] ppid=28264 vsize=14324 CPUtime=1.34
/proc/28275/stat : 28275 (saucy) R 28264 28264 27238 0 -1 4194304 2578 0 0 0 132 2 0 0 25 0 1 0 28020717 14667776 2541 996147200 134512640 134531332 4294956000 18446744073709551615 134521774 0 4 0 0 0 0 0 17 1 0 0
/proc/28275/statm: 3581 2541 104 4 0 3257 0
[pid=28264/tid=28266] ppid=28262 vsize=867872 CPUtime=1.33
/proc/28264/task/28266/stat : 28266 (java) S 28262 28264 27238 0 -1 64 19718 0 1 0 121 12 0 0 15 0 10 0 28020550 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28264/tid=28267] ppid=28262 vsize=867872 CPUtime=0.18
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 12106 0 0 0 14 4 0 0 16 0 10 0 28020551 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=867872 CPUtime=0
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28020551 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28269] ppid=28262 vsize=867872 CPUtime=0
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28020551 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=867872 CPUtime=0
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 0 0 0 0 0 0 0 24 0 10 0 28020553 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=867872 CPUtime=0.17
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 706 0 0 0 17 0 0 0 15 0 10 0 28020553 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28272] ppid=28262 vsize=867872 CPUtime=0
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 0 0 0 0 0 0 0 25 0 10 0 28020553 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=867872 CPUtime=0
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 7 0 0 0 0 0 0 0 15 0 10 0 28020553 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28274] ppid=28262 vsize=867872 CPUtime=0
/proc/28264/task/28274/stat : 28274 (java) S 28262 28264 27238 0 -1 64 68 0 0 0 0 0 0 0 16 0 10 0 28020717 888700928 28541 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 882196

[startup+6.30277 s]
/proc/loadavg: 2.03 2.01 1.96 4/91 28277
/proc/meminfo: memFree=1661968/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868284 CPUtime=6.22
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59414 3712 1 0 244 26 349 3 18 0 10 0 28020549 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217071 31394 2659 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868284 CPUtime=5.58
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 36955 3712 1 0 189 17 349 3 16 0 10 0 28020550 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4125960331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868284 CPUtime=3.88
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20621 3712 0 0 30 6 349 3 18 0 10 0 28020551 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868284 CPUtime=3.52
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3712 0 0 0 0 349 3 15 0 10 0 28020551 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868284 CPUtime=3.52
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 11 3712 0 0 0 0 349 3 15 0 10 0 28020551 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868284 CPUtime=3.52
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3712 0 0 0 0 349 3 24 0 10 0 28020553 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868284 CPUtime=3.76
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 941 3712 0 0 24 0 349 3 15 0 10 0 28020553 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868284 CPUtime=3.52
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3712 0 0 0 0 349 3 25 0 10 0 28020553 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868284 CPUtime=3.52
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3712 0 0 0 0 349 3 15 0 10 0 28020553 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28276] ppid=28262 vsize=868284 CPUtime=3.52
/proc/28264/task/28276/stat : 28276 (java) S 28262 28264 27238 0 -1 64 45 3712 0 0 0 0 349 3 17 0 10 0 28021089 889122816 31394 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868284

[startup+12.7015 s]
/proc/loadavg: 2.03 2.01 1.96 3/89 28277
/proc/meminfo: memFree=1655640/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=12.56
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59506 3836 1 0 877 26 349 4 18 0 9 0 28020549 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31423 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=11.85
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 36989 3836 1 0 815 17 349 4 21 0 9 0 28020550 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4127177022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.83
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 970 3836 0 0 29 1 349 4 16 0 9 0 28020553 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31423 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868196

[startup+25.502 s]
/proc/loadavg: 2.02 2.01 1.96 3/89 28277
/proc/meminfo: memFree=1655576/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=25.23
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59531 3836 1 0 2143 27 349 4 18 0 9 0 28020549 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31440 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=24.5
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 36995 3836 1 0 2079 18 349 4 17 0 9 0 28020550 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4127176969 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.86
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 989 3836 0 0 32 1 349 4 16 0 9 0 28020553 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31440 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 868196

[startup+51.1021 s]
/proc/loadavg: 2.02 2.01 1.96 3/89 28277
/proc/meminfo: memFree=1655640/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=50.59
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59538 3836 1 0 4679 27 349 4 18 0 9 0 28020549 889032704 31443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31443 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=49.85
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 36998 3836 1 0 4614 18 349 4 22 0 9 0 28020550 889032704 31443 996147200 134512640 134550932 4294955968 18446744073709551615 4127172844 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53

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

/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.87
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 995 3836 0 0 33 1 349 4 16 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.55
Current children cumulated vsize (KiB) 868196

[startup+1602.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/89 28677
/proc/meminfo: memFree=1620696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=1596.52
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59543 3836 1 0 159264 35 349 4 18 0 9 0 28020549 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31445 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=1595.78
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 37001 3836 1 0 159199 26 349 4 25 0 9 0 28020550 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4126827505 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.87
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 995 3836 0 0 33 1 349 4 16 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.52
Current children cumulated vsize (KiB) 868196

[startup+1662.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/89 28677
/proc/meminfo: memFree=1620696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=1656.5
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59543 3836 1 0 165262 35 349 4 18 0 9 0 28020549 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31445 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=1655.75
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 37001 3836 1 0 165196 26 349 4 25 0 9 0 28020550 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4127176969 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.87
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 995 3836 0 0 33 1 349 4 16 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.5
Current children cumulated vsize (KiB) 868196

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/89 28677
/proc/meminfo: memFree=1620696/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=1716.47
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59543 3836 1 0 171259 35 349 4 18 0 9 0 28020549 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31445 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=1715.73
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 37001 3836 1 0 171194 26 349 4 25 0 9 0 28020550 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4127176979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.87
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 995 3836 0 0 33 1 349 4 16 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.47
Current children cumulated vsize (KiB) 868196

[startup+1782.3 s]
/proc/loadavg: 1.99 2.00 1.97 3/89 28677
/proc/meminfo: memFree=1620632/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=1776.44
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59543 3836 1 0 177256 35 349 4 18 0 9 0 28020549 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31445 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=1775.7
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 37001 3836 1 0 177191 26 349 4 25 0 9 0 28020550 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4127177022 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.87
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 995 3836 0 0 33 1 349 4 16 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.44
Current children cumulated vsize (KiB) 868196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 1.99 2.00 1.97 3/89 28677
/proc/meminfo: memFree=1620632/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=1800.04
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59543 3836 1 0 179616 35 349 4 18 0 9 0 28020549 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31445 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=1799.3
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 37001 3836 1 0 179551 26 349 4 25 0 9 0 28020550 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4127176979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.87
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 995 3836 0 0 33 1 349 4 16 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868196

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

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

[startup+1805.9 s]
/proc/loadavg: 1.99 2.00 1.97 3/89 28677
/proc/meminfo: memFree=1620632/2055920 swapFree=4192812/4192956
[pid=28264] ppid=28262 vsize=868196 CPUtime=1800.04
/proc/28264/stat : 28264 (java) S 28262 28264 27238 0 -1 0 59543 3836 1 0 179616 35 349 4 18 0 9 0 28020549 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28264/statm: 217049 31445 2640 9 0 211507 0
[pid=28264/tid=28266] ppid=28262 vsize=868196 CPUtime=1799.3
/proc/28264/task/28266/stat : 28266 (java) R 28262 28264 27238 0 -1 64 37001 3836 1 0 179551 26 349 4 25 0 9 0 28020550 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4127176979 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28267] ppid=28262 vsize=868196 CPUtime=3.9
/proc/28264/task/28267/stat : 28267 (java) S 28262 28264 27238 0 -1 64 20641 3836 0 0 31 6 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28268] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28268/stat : 28268 (java) S 28262 28264 27238 0 -1 64 25 3836 0 0 0 0 349 4 15 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28264/tid=28269] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28269/stat : 28269 (java) S 28262 28264 27238 0 -1 64 19 3836 0 0 0 0 349 4 16 0 9 0 28020551 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28270] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28270/stat : 28270 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 24 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28271] ppid=28262 vsize=868196 CPUtime=3.87
/proc/28264/task/28271/stat : 28271 (java) S 28262 28264 27238 0 -1 64 995 3836 0 0 33 1 349 4 16 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28272] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28272/stat : 28272 (java) S 28262 28264 27238 0 -1 64 1 3836 0 0 0 0 349 4 25 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28264/tid=28273] ppid=28262 vsize=868196 CPUtime=3.53
/proc/28264/task/28273/stat : 28273 (java) S 28262 28264 27238 0 -1 64 49 3836 0 0 0 0 349 4 15 0 9 0 28020553 889032704 31445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868196

Child status: 143
Real time (s): 1805.96
CPU time (s): 1800.13
CPU user time (s): 1799.7
CPU system time (s): 0.424935
CPU usage (%): 99.6768
Max. virtual memory (cumulated for all children) (KiB): 885892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.424935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63408
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= 39088
involuntary context switches= 52501

runsolver used 2.31565 second user time and 5.9071 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 16:39:37
IDJOB=2095943
IDBENCH=55942
IDSOLVER=773
FILE ID=node66/2095943-1247409577
PBS_JOBID= 9510516
Free space on /tmp= 66244 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/pseudoGLB/normalized-robin14.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095943-1247409577/watcher-2095943-1247409577 -o /tmp/evaluation-result-2095943-1247409577/solver-2095943-1247409577 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095943-1247409577.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 7b19f5d8893e671ba88b8b040bbacdb0
RANDOM SEED=1081195590

node66.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.214
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.214
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:       1772176 kB
Buffers:         35532 kB
Cached:         117060 kB
SwapCached:          0 kB
Active:         161072 kB
Inactive:        64524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3984 kB
Writeback:           0 kB
Mapped:          93412 kB
Slab:            43260 kB
Committed_AS:   991548 kB
PageTables:       1864 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= 66240 MiB
End job on node66 at 2009-07-12 17:09:45