Trace number 2093808

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.15 1812.07

General information on the benchmark

Namecsp/latinSquare/
normalized-latinSquare-dg-9_all.xml
MD5SUM7efe3866b185dd04500269e982e38673
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.07683
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints36
Maximum constraint arity9
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(36)

Solver Data

0.03/0.10	
0.03/0.10	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2093808-1247402136.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.28/0.39	     nbVariables=81  nbDomainTypes=1  minDomainSize=9  maxDomainSize=9  nbTotalValues=729
0.28/0.39	       =>  wckTime=0.12  cpuTime=0.11  mem=7M892
0.28/0.39	   
0.28/0.39	   constraints being loaded...
3.16/3.21	     nbConstraints=42  nbGlobalConstraints=42  nbSharedBinaryRepresentations=0  minDegree=9  maxDegree=10  minArity=9
3.16/3.21	     avgArity=18.74  maxArity=81  nbGenerators=6  nbFusions=0  symmetryWckTime=2.768  symmetryCpuTime=0.05
3.16/3.21	       =>  wckTime=2.938  cpuTime=0.19  mem=11M834
3.16/3.25	   
3.16/3.25	   solver IterativeSystematicSolver being built... 
3.26/3.33	   
3.26/3.33	   INFO : Forward propagation technique limited 
3.36/3.41	       =>  wckTime=3.144  cpuTime=0.31  mem=19M626
3.36/3.48	   
3.36/3.48	   preprocessing
3.36/3.48	     nbConstraintChecks=0  nbPropagations=2223  nbRevisions=0  nbUselessRevisions=0  nbSingletonTests=100
3.36/3.48	     nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0  detectedInconsistency=no
3.36/3.48	       =>  wckTime=0.066  cpuTime=0.04  mem=19M626
3.45/3.57	   
3.45/3.57	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M577)

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-2093808-1247402136/watcher-2093808-1247402136 -o /tmp/evaluation-result-2093808-1247402136/solver-2093808-1247402136 -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-2093808-1247402136.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: 1.99 1.91 1.27 4/80 29855
/proc/meminfo: memFree=1669872/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=18576 CPUtime=0
/proc/29855/stat : 29855 (runsolver) R 29853 29855 29462 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 27279827 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 233588714791 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/29855/statm: 4644 284 249 26 0 2626 0

[startup+0.0505271 s]
/proc/loadavg: 1.99 1.91 1.27 4/80 29855
/proc/meminfo: memFree=1669872/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=861936 CPUtime=0.03
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 2322 0 1 0 2 1 0 0 20 0 5 0 27279827 882622464 1916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 215484 1916 876 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.101532 s]
/proc/loadavg: 1.99 1.91 1.27 4/80 29855
/proc/meminfo: memFree=1669872/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=865980 CPUtime=0.08
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 3667 0 1 0 6 2 0 0 20 0 9 0 27279827 886763520 3150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216495 3150 1680 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301574 s]
/proc/loadavg: 1.99 1.91 1.27 4/80 29855
/proc/meminfo: memFree=1669872/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=866348 CPUtime=0.28
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 5743 0 1 0 24 4 0 0 20 0 9 0 27279827 887140352 5139 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216587 5139 1945 9 0 211045 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866348

[startup+0.701637 s]
/proc/loadavg: 1.99 1.91 1.27 4/80 29855
/proc/meminfo: memFree=1669872/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=866940 CPUtime=0.44
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 7146 0 1 0 39 5 0 0 20 0 10 0 27279827 887746560 6384 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216735 6384 2014 9 0 211193 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 866940

[startup+1.50278 s]
/proc/loadavg: 1.99 1.91 1.27 3/91 29866
/proc/meminfo: memFree=1651928/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=866940 CPUtime=0.44
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 7205 0 1 0 39 5 0 0 20 0 10 0 27279827 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216735 6385 2015 9 0 211193 0
[pid=29866] ppid=29855 vsize=1456 CPUtime=1.02
/proc/29866/stat : 29866 (saucy) R 29855 29855 29462 0 -1 4194304 159 0 0 0 102 0 0 0 25 0 1 0 27279873 1490944 131 996147200 134512640 134531332 4294956000 18446744073709551615 134522070 0 4 0 0 0 0 0 17 0 0 0
/proc/29866/statm: 364 131 104 4 0 40 0
[pid=29855/tid=29857] ppid=29853 vsize=866940 CPUtime=0.35
/proc/29855/task/29857/stat : 29857 (java) S 29853 29855 29462 0 -1 64 6045 0 1 0 31 4 0 0 24 0 10 0 27279829 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 61 0 0 0 0 0 0 0 16 0 10 0 27279830 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 11 0 0 0 0 0 0 0 23 0 10 0 27279831 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 27279831 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 27279833 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=866940 CPUtime=0.08
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 335 0 0 0 8 0 0 0 16 0 10 0 27279833 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 27279833 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 27279833 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29865] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29865/stat : 29865 (java) S 29853 29855 29462 0 -1 64 63 0 0 0 0 0 0 0 25 0 10 0 27279873 887746560 6385 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868396

[startup+3.10207 s]
/proc/loadavg: 1.99 1.91 1.27 3/91 29866
/proc/meminfo: memFree=1651736/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=866940 CPUtime=0.44
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 7276 0 1 0 39 5 0 0 20 0 10 0 27279827 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216735 6391 2015 9 0 211193 0
[pid=29866] ppid=29855 vsize=1456 CPUtime=2.61
/proc/29866/stat : 29866 (saucy) R 29855 29855 29462 0 -1 4194304 160 0 0 0 261 0 0 0 25 0 1 0 27279873 1490944 132 996147200 134512640 134531332 4294956000 18446744073709551615 134521682 0 4 0 0 0 0 0 17 0 0 0
/proc/29866/statm: 364 132 104 4 0 40 0
[pid=29855/tid=29857] ppid=29853 vsize=866940 CPUtime=0.35
/proc/29855/task/29857/stat : 29857 (java) S 29853 29855 29462 0 -1 64 6073 0 1 0 31 4 0 0 16 0 10 0 27279829 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 61 0 0 0 0 0 0 0 16 0 10 0 27279830 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 11 0 0 0 0 0 0 0 23 0 10 0 27279831 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 4 0 0 0 0 0 0 0 24 0 10 0 27279831 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 0 0 0 0 0 0 0 25 0 10 0 27279833 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=866940 CPUtime=0.08
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 378 0 0 0 8 0 0 0 16 0 10 0 27279833 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 27279833 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 27279833 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29865] ppid=29853 vsize=866940 CPUtime=0
/proc/29855/task/29865/stat : 29865 (java) S 29853 29855 29462 0 -1 64 63 0 0 0 0 0 0 0 25 0 10 0 27279873 887746560 6391 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868396

[startup+6.30165 s]
/proc/loadavg: 1.99 1.91 1.28 3/89 29868
/proc/meminfo: memFree=1638304/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=6.23
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 14983 287 1 0 347 9 267 0 20 0 9 0 27279827 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10345 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=5.96
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11375 287 1 0 322 7 267 0 25 0 9 0 27279829 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4126757164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 17 0 9 0 27279830 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.88
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 612 287 0 0 21 0 267 0 15 0 9 0 27279833 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10345 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867160

[startup+12.7028 s]
/proc/loadavg: 1.99 1.91 1.28 3/89 29868
/proc/meminfo: memFree=1638112/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=12.6
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 14990 287 1 0 984 9 267 0 20 0 9 0 27279827 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10350 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=12.32
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11379 287 1 0 958 7 267 0 25 0 9 0 27279829 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4126775380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 615 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 867160

[startup+25.5011 s]
/proc/loadavg: 1.99 1.92 1.29 4/89 29868
/proc/meminfo: memFree=1638112/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=25.33
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 14992 287 1 0 2257 9 267 0 20 0 9 0 27279827 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10352 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=25.05
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11381 287 1 0 2231 7 267 0 25 0 9 0 27279829 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4126757164 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 615 287 0 0 22 0 267 0 15 0 9 0 27279833 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 867160

[startup+51.1018 s]
/proc/loadavg: 1.99 1.92 1.31 3/89 29868
/proc/meminfo: memFree=1638112/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=50.81
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 14995 287 1 0 4805 9 267 0 20 0 9 0 27279827 887971840 10354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10354 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=50.53
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11384 287 1 0 4779 7 267 0 25 0 9 0 27279829 887971840 10354 996147200 134512640 134550932 4294955968 18446744073709551615 4126756075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10354 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 616 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1473.54
Current children cumulated vsize (KiB) 867160

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 1.86 3/89 29917
/proc/meminfo: memFree=1152928/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=1532.95
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 15006 287 1 0 153015 13 267 0 20 0 9 0 27279827 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10364 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=1532.66
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11394 287 1 0 152989 10 267 0 25 0 9 0 27279829 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4126851840 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 616 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.95
Current children cumulated vsize (KiB) 867160

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.87 3/89 29917
/proc/meminfo: memFree=1152992/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=1592.38
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 15006 287 1 0 158958 13 267 0 20 0 9 0 27279827 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10364 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=1592.08
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11394 287 1 0 158931 10 267 0 25 0 9 0 27279829 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4126863304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 616 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1592.38
Current children cumulated vsize (KiB) 867160

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/89 29917
/proc/meminfo: memFree=1152992/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=1651.8
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 15006 287 1 0 164900 13 267 0 20 0 9 0 27279827 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10364 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=1651.51
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11394 287 1 0 164874 10 267 0 25 0 9 0 27279829 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4126780474 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 616 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.8
Current children cumulated vsize (KiB) 867160

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 29917
/proc/meminfo: memFree=1152992/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=1711.23
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 15006 287 1 0 170843 13 267 0 20 0 9 0 27279827 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10364 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=1710.93
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11394 287 1 0 170816 10 267 0 25 0 9 0 27279829 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4126766089 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 616 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.23
Current children cumulated vsize (KiB) 867160

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 29917
/proc/meminfo: memFree=1152864/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=1770.65
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 15006 287 1 0 176785 13 267 0 20 0 9 0 27279827 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10364 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=1770.36
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11394 287 1 0 176759 10 267 0 25 0 9 0 27279829 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4126771183 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 616 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) S 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.65
Current children cumulated vsize (KiB) 867160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 2.00 2.00 1.89 3/89 29917
/proc/meminfo: memFree=1152800/2055920 swapFree=4192812/4192956
[pid=29855] ppid=29853 vsize=867160 CPUtime=1800.07
/proc/29855/stat : 29855 (java) S 29853 29855 29462 0 -1 0 15006 287 1 0 179727 13 267 0 20 0 9 0 27279827 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29855/statm: 216790 10364 2655 9 0 211226 0
[pid=29855/tid=29857] ppid=29853 vsize=867160 CPUtime=1799.78
/proc/29855/task/29857/stat : 29857 (java) R 29853 29855 29462 0 -1 64 11394 287 1 0 179701 10 267 0 25 0 9 0 27279829 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4126095885 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29858] ppid=29853 vsize=867160 CPUtime=2.7
/proc/29855/task/29858/stat : 29858 (java) S 29853 29855 29462 0 -1 64 2158 287 0 0 3 0 267 0 16 0 9 0 27279830 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29859] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29859/stat : 29859 (java) S 29853 29855 29462 0 -1 64 19 287 0 0 0 0 267 0 17 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29860] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29860/stat : 29860 (java) S 29853 29855 29462 0 -1 64 9 287 0 0 0 0 267 0 16 0 9 0 27279831 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29861] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29861/stat : 29861 (java) S 29853 29855 29462 0 -1 64 2 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29862] ppid=29853 vsize=867160 CPUtime=2.89
/proc/29855/task/29862/stat : 29862 (java) S 29853 29855 29462 0 -1 64 616 287 0 0 22 0 267 0 16 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29863] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29863/stat : 29863 (java) S 29853 29855 29462 0 -1 64 0 287 0 0 0 0 267 0 25 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29855/tid=29864] ppid=29853 vsize=867160 CPUtime=2.67
/proc/29855/task/29864/stat : 29864 (java) R 29853 29855 29462 0 -1 64 10 287 0 0 0 0 267 0 15 0 9 0 27279833 887971840 10364 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 867160

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): 1812.07
CPU time (s): 1800.15
CPU user time (s): 1800
CPU system time (s): 0.147977
CPU usage (%): 99.3421
Max. virtual memory (cumulated for all children) (KiB): 868396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800
system time used= 0.147977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15326
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= 37858
involuntary context switches= 101006

runsolver used 2.22466 second user time and 6.02708 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 14:35:36
IDJOB=2093808
IDBENCH=53802
IDSOLVER=774
FILE ID=node27/2093808-1247402136
PBS_JOBID= 9510590
Free space on /tmp= 66324 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/latinSquare/normalized-latinSquare-dg-9_all.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-2093808-1247402136/watcher-2093808-1247402136 -o /tmp/evaluation-result-2093808-1247402136/solver-2093808-1247402136 -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-2093808-1247402136.xml

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

MD5SUM BENCH= 7efe3866b185dd04500269e982e38673
RANDOM SEED=813456125

node27.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		: 2800.239
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	: 5521.40
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		: 2800.239
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:       1670288 kB
Buffers:         33700 kB
Cached:         135076 kB
SwapCached:          0 kB
Active:         247804 kB
Inactive:        80920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2036 kB
Writeback:           0 kB
Mapped:         180320 kB
Slab:            41864 kB
Committed_AS:  1003024 kB
PageTables:       2036 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66312 MiB
End job on node27 at 2009-07-12 15:05:50