Trace number 2098516

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.1 1802.68

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-7.xml
MD5SUMb92ceefc7d6e601818a900e08c09b855
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.964852
Satisfiable
(Un)Satisfiability was proved
Number of variables2142
Number of constraints9198
Maximum constraint arity21
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9198
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2098516-1247416024.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.49/0.51	     nbVariables=2142  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=4284
0.49/0.51	       =>  wckTime=0.265  cpuTime=0.17  mem=10M817
0.49/0.51	   
0.49/0.51	   predicates being loaded...
0.49/0.57	   
0.49/0.57	   constraints being loaded...
6.04/6.16	     nbConstraints=9258  nbGlobalConstraints=60  nbConflictsStructures=3  nbSharedConflictsStructures=9153
6.13/6.26	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
6.13/6.26	     nbSharedEvaluationManagers=9194  minDegree=10  maxDegree=28  minArity=3  avgArity=4.4  maxArity=714
6.13/6.26	     nbGenerators=60  nbFusions=0  symmetryWckTime=3.916  symmetryCpuTime=1.73
6.13/6.26	       =>  wckTime=5.916  cpuTime=3.48  mem=47M24
6.23/6.34	   
6.23/6.34	   solver IterativeSystematicSolver being built... 
6.53/6.61	   
6.53/6.62	   INFO : Forward propagation technique limited 
6.62/6.78	       =>  wckTime=6.533  cpuTime=3.82  mem=63M143
9.50/9.61	   
9.50/9.61	   preprocessing
9.50/9.61	     nbConstraintChecks=308580  nbValidityChecks=38093  nbPropagations=4476  nbRevisions=27750  nbUselessRevisions=27524
9.50/9.61	     nbSingletonTests=2154  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
9.50/9.61	     detectedInconsistency=no
9.50/9.61	       =>  wckTime=2.824  cpuTime=2.74  mem=64M144

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-2098516-1247416024/watcher-2098516-1247416024 -o /tmp/evaluation-result-2098516-1247416024/solver-2098516-1247416024 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098516-1247416024.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.15 2.10 2.03 3/80 28055
/proc/meminfo: memFree=1744608/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=1616 CPUtime=0
/proc/28055/stat : 28055 (java) D 28053 28055 28018 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28668945 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28055/statm: 404 148 122 9 0 46 0

[startup+0.0624661 s]
/proc/loadavg: 2.15 2.10 2.03 3/80 28055
/proc/meminfo: memFree=1744608/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=864144 CPUtime=0.04
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 2830 0 1 0 3 1 0 0 18 0 9 0 28668945 884883456 2364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 216036 2364 1119 9 0 210929 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 864144

[startup+0.101473 s]
/proc/loadavg: 2.15 2.10 2.03 3/80 28055
/proc/meminfo: memFree=1744608/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=865980 CPUtime=0.09
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 3750 0 1 0 7 2 0 0 18 0 9 0 28668945 886763520 3216 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 216495 3216 1700 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.301501 s]
/proc/loadavg: 2.15 2.10 2.03 3/80 28055
/proc/meminfo: memFree=1744608/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=866380 CPUtime=0.29
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 6015 0 1 0 26 3 0 0 18 0 9 0 28668945 887173120 5381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 216595 5382 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701559 s]
/proc/loadavg: 2.15 2.10 2.03 3/80 28055
/proc/meminfo: memFree=1744608/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=867504 CPUtime=0.68
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 9310 0 1 0 63 5 0 0 18 0 9 0 28668945 888324096 8664 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 216876 8664 2038 9 0 211312 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867504

[startup+1.50267 s]
/proc/loadavg: 2.13 2.10 2.03 3/89 28064
/proc/meminfo: memFree=1699096/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=867544 CPUtime=1.49
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 18894 0 1 0 130 19 0 0 18 0 9 0 28668945 888365056 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 216887 18222 2028 9 0 211345 0
[pid=28055/tid=28057] ppid=28053 vsize=867544 CPUtime=1.19
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 15801 0 1 0 102 17 0 0 25 0 9 0 28668947 888365056 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28053 vsize=867544 CPUtime=0.07
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 1711 0 0 0 7 0 0 0 16 0 9 0 28668948 888365056 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=867544 CPUtime=0
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28668948 888365056 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28060] ppid=28053 vsize=867548 CPUtime=0
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28668948 888369152 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=867544 CPUtime=0
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 28668950 888365056 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=867548 CPUtime=0.2
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 681 0 0 0 20 0 0 0 16 0 9 0 28668950 888369152 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28063] ppid=28053 vsize=867544 CPUtime=0
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 28668950 888365056 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=867548 CPUtime=0
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28668950 888369152 18222 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867544

[startup+3.10291 s]
/proc/loadavg: 2.13 2.10 2.03 3/89 28064
/proc/meminfo: memFree=1679384/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=867868 CPUtime=2.55
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 25167 0 1 0 206 49 0 0 18 0 10 0 28668945 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 216967 22697 2033 9 0 211425 0
[pid=28055/tid=28057] ppid=28053 vsize=867868 CPUtime=2.11
/proc/28055/task/28057/stat : 28057 (java) S 28053 28055 28018 0 -1 64 17508 0 1 0 165 46 0 0 15 0 10 0 28668947 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=28055/tid=28058] ppid=28053 vsize=867868 CPUtime=0.19
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 6136 0 0 0 18 1 0 0 18 0 10 0 28668948 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=867868 CPUtime=0
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28668948 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28060] ppid=28053 vsize=867868 CPUtime=0
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28668948 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=867868 CPUtime=0
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 0 0 0 0 0 0 0 23 0 10 0 28668950 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=867868 CPUtime=0.23
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 751 0 0 0 22 1 0 0 15 0 10 0 28668950 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=867868 CPUtime=0
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 0 0 0 0 0 0 0 24 0 10 0 28668950 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=867868 CPUtime=0
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28668950 888696832 22697 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 867868

[startup+6.30237 s]
/proc/loadavg: 2.20 2.12 2.04 4/91 28068
/proc/meminfo: memFree=1656640/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868192 CPUtime=6.23
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 47229 1741 1 0 377 54 190 2 18 0 10 0 28668945 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217048 24373 2637 9 0 211506 0
[pid=28068] ppid=28055 vsize=44 CPUtime=0
/proc/28068/stat : 28068 (rm) R 28055 28055 28018 0 -1 4194304 22 0 0 0 0 0 0 0 19 0 1 0 28669400 45056 2 996147200 0 0 548682069478 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/28068/statm: 11 2 0 0 0 1 0
[pid=28055/tid=28057] ppid=28053 vsize=868192 CPUtime=5.58
/proc/28055/task/28057/stat : 28057 (java) S 28053 28055 28018 0 -1 64 31751 1741 1 0 317 49 190 2 17 0 10 0 28668947 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868192 CPUtime=2.29
/proc/28055/task/28058/stat : 28058 (java) R 28053 28055 28018 0 -1 64 13667 1741 0 0 35 2 190 2 17 0 10 0 28668948 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 102768149 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868192 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1741 0 0 0 0 190 2 16 0 10 0 28668948 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868192 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 9 1741 0 0 0 0 190 2 16 0 10 0 28668948 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868192 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1741 0 0 0 0 190 2 23 0 10 0 28668950 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868192 CPUtime=2.17
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 941 1741 0 0 24 1 190 2 15 0 10 0 28668950 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868192 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1741 0 0 0 0 190 2 24 0 10 0 28668950 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868192 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1741 0 0 0 0 190 2 15 0 10 0 28668950 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28067] ppid=28053 vsize=868192 CPUtime=1.92
/proc/28055/task/28067/stat : 28067 (java) S 28053 28055 28018 0 -1 64 43 1741 0 0 0 0 190 2 17 0 10 0 28669400 889028608 24373 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868236

[startup+12.7023 s]
/proc/loadavg: 2.19 2.12 2.04 3/89 28068
/proc/meminfo: memFree=1654088/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=12.57
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48127 1864 1 0 1009 56 190 2 18 0 9 0 28668945 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25025 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=11.72
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31942 1864 1 0 931 49 190 2 18 0 9 0 28668947 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4126467497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.3
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1048 1864 0 0 37 1 190 2 15 0 9 0 28668950 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25025 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868280

[startup+25.5011 s]
/proc/loadavg: 2.16 2.11 2.04 3/89 28068
/proc/meminfo: memFree=1654152/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=25.23
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48155 1864 1 0 2275 56 190 2 18 0 9 0 28668945 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25044 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=24.35
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31946 1864 1 0 2193 50 190 2 20 0 9 0 28668947 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4127354736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.33
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1072 1864 0 0 40 1 190 2 15 0 9 0 28668950 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25044 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) 868280

[startup+51.1018 s]
/proc/loadavg: 2.09 2.10 2.03 3/89 28068
/proc/meminfo: memFree=1654088/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=50.6
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48157 1864 1 0 4811 57 190 2 18 0 9 0 28668945 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25044 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=49.71
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31948 1864 1 0 4729 50 190 2 25 0 9 0 28668947 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4127356658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92

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

/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.34
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1073 1864 0 0 41 1 190 2 16 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.84
Current children cumulated vsize (KiB) 868280

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28222
/proc/meminfo: memFree=1648392/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=1539.81
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48159 1864 1 0 153721 68 190 2 18 0 9 0 28668945 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25045 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=1538.92
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31949 1864 1 0 153639 61 190 2 25 0 9 0 28668947 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4127324394 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.34
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1073 1864 0 0 41 1 190 2 16 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.81
Current children cumulated vsize (KiB) 868280

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28222
/proc/meminfo: memFree=1648392/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=1599.78
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48159 1864 1 0 159718 68 190 2 18 0 9 0 28668945 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25045 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=1598.89
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31949 1864 1 0 159636 61 190 2 25 0 9 0 28668947 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4127451968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.34
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1073 1864 0 0 41 1 190 2 16 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.78
Current children cumulated vsize (KiB) 868280

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28222
/proc/meminfo: memFree=1648264/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=1659.76
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48159 1864 1 0 165716 68 190 2 18 0 9 0 28668945 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25045 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=1658.87
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31949 1864 1 0 165634 61 190 2 25 0 9 0 28668947 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4127450963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.34
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1073 1864 0 0 41 1 190 2 16 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.76
Current children cumulated vsize (KiB) 868280

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28222
/proc/meminfo: memFree=1648200/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=1719.73
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48159 1864 1 0 171713 68 190 2 18 0 9 0 28668945 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25045 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=1718.85
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31949 1864 1 0 171631 62 190 2 25 0 9 0 28668947 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4127363498 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.34
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1073 1864 0 0 41 1 190 2 16 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.73
Current children cumulated vsize (KiB) 868280

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28222
/proc/meminfo: memFree=1648136/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=1779.7
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48159 1864 1 0 177710 68 190 2 18 0 9 0 28668945 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25045 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=1778.82
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31949 1864 1 0 177628 62 190 2 25 0 9 0 28668947 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4127450916 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.34
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1073 1864 0 0 41 1 190 2 16 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.7
Current children cumulated vsize (KiB) 868280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28222
/proc/meminfo: memFree=1648136/2055920 swapFree=4192812/4192956
[pid=28055] ppid=28053 vsize=868280 CPUtime=1800
/proc/28055/stat : 28055 (java) S 28053 28055 28018 0 -1 0 48159 1864 1 0 179740 68 190 2 18 0 9 0 28668945 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28055/statm: 217070 25045 2662 9 0 211506 0
[pid=28055/tid=28057] ppid=28053 vsize=868280 CPUtime=1799.12
/proc/28055/task/28057/stat : 28057 (java) R 28053 28055 28018 0 -1 64 31949 1864 1 0 179658 62 190 2 25 0 9 0 28668947 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4127450963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28058] ppid=28053 vsize=868280 CPUtime=2.35
/proc/28055/task/28058/stat : 28058 (java) S 28053 28055 28018 0 -1 64 14264 1864 0 0 40 3 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28059] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28059/stat : 28059 (java) S 28053 28055 28018 0 -1 64 23 1864 0 0 0 0 190 2 15 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28060] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28060/stat : 28060 (java) S 28053 28055 28018 0 -1 64 12 1864 0 0 0 0 190 2 16 0 9 0 28668948 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28061] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28061/stat : 28061 (java) S 28053 28055 28018 0 -1 64 2 1864 0 0 0 0 190 2 23 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28062] ppid=28053 vsize=868280 CPUtime=2.34
/proc/28055/task/28062/stat : 28062 (java) S 28053 28055 28018 0 -1 64 1073 1864 0 0 41 1 190 2 16 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28055/tid=28063] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28063/stat : 28063 (java) S 28053 28055 28018 0 -1 64 0 1864 0 0 0 0 190 2 24 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28055/tid=28064] ppid=28053 vsize=868280 CPUtime=1.92
/proc/28055/task/28064/stat : 28064 (java) S 28053 28055 28018 0 -1 64 33 1864 0 0 0 0 190 2 15 0 9 0 28668950 889118720 25045 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 868280

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

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

Child status: 143
Real time (s): 1802.68
CPU time (s): 1800.1
CPU user time (s): 1799.37
CPU system time (s): 0.729889
CPU usage (%): 99.8571
Max. virtual memory (cumulated for all children) (KiB): 876436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.729889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50052
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= 38958
involuntary context switches= 64670

runsolver used 2.44763 second user time and 5.75812 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 18:27:05
IDJOB=2098516
IDBENCH=58708
IDSOLVER=774
FILE ID=node22/2098516-1247416024
PBS_JOBID= 9510706
Free space on /tmp= 66396 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2098516-1247416024/watcher-2098516-1247416024 -o /tmp/evaluation-result-2098516-1247416024/solver-2098516-1247416024 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2098516-1247416024.xml

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

MD5SUM BENCH= b92ceefc7d6e601818a900e08c09b855
RANDOM SEED=765254792

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1745088 kB
Buffers:         45936 kB
Cached:         119372 kB
SwapCached:          0 kB
Active:         196624 kB
Inactive:        62772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1745088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3512 kB
Writeback:           0 kB
Mapped:         114572 kB
Slab:            36616 kB
Committed_AS:   995364 kB
PageTables:       1904 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= 66396 MiB
End job on node22 at 2009-07-12 18:57:09