Trace number 2096182

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.14 1802.74

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-15-15-3.xml
MD5SUM788bc16485f787ede0b4976a55d63308
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11025
Maximum constraint arity4
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11025
Global constraints used (with number of constraints)

Solver Data

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2096182-1247409974.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.42	     nbVariables=225  nbDomainTypes=1  minDomainSize=3  maxDomainSize=3  nbTotalValues=675
0.38/0.42	       =>  wckTime=0.176  cpuTime=0.16  mem=8M868
0.38/0.42	   
0.38/0.42	   predicates being loaded...
0.48/0.52	   
0.48/0.52	   constraints being loaded...
8.49/8.69	     nbConstraints=11053  nbGlobalConstraints=28  nbConflictsStructures=1  nbSharedConflictsStructures=11024
8.49/8.69	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=11024  minDegree=198
8.49/8.69	     maxDegree=201  minArity=4  avgArity=4.08  maxArity=210  nbGenerators=28  nbFusions=0  symmetryWckTime=2.048
8.49/8.69	     symmetryCpuTime=0.42
8.49/8.69	       =>  wckTime=8.448  cpuTime=6.17  mem=47M553
8.78/8.95	   
8.78/8.95	   solver IterativeSystematicSolver being built... 
9.18/9.37	   
9.18/9.37	   INFO : Forward propagation technique limited 
9.28/9.44	       =>  wckTime=9.196  cpuTime=6.56  mem=61M435
9.79/9.97	   
9.79/9.97	   preprocessing
9.79/9.97	     nbConstraintChecks=5450  nbValidityChecks=1142  nbPropagations=904  nbRevisions=3267  nbUselessRevisions=2881
9.79/9.97	     nbSingletonTests=233  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
9.79/9.97	     detectedInconsistency=no
9.79/9.97	       =>  wckTime=0.526  cpuTime=0.49  mem=62M417
10.58/10.79	   
10.58/10.79	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=64M446)

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-2096182-1247409974/watcher-2096182-1247409974 -o /tmp/evaluation-result-2096182-1247409974/solver-2096182-1247409974 -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-2096182-1247409974.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.07 2.02 2.02 4/80 30163
/proc/meminfo: memFree=1604696/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=10676 CPUtime=0
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28061466 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 2669 474 207 9 0 1184 0
[pid=30163/tid=30164] ppid=30161 vsize=10676 CPUtime=0
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28061467 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 9453528 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0343469 s]
/proc/loadavg: 2.07 2.02 2.02 4/80 30163
/proc/meminfo: memFree=1604696/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=861612 CPUtime=0.01
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 1864 0 1 0 0 1 0 0 18 0 4 0 28061466 882290688 1549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 215403 1549 682 9 0 210318 0
[pid=30163/tid=30164] ppid=30161 vsize=861612 CPUtime=0
/proc/30163/task/30164/stat : 30164 (java) S 30161 30163 29403 0 -1 64 1184 0 1 0 0 0 0 0 18 0 4 0 28061467 882290688 1549 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16784584 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861612

[startup+0.102036 s]
/proc/loadavg: 2.07 2.02 2.02 4/80 30163
/proc/meminfo: memFree=1604696/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=865984 CPUtime=0.08
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 3722 0 1 0 5 3 0 0 18 0 9 0 28061466 886767616 3190 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 216496 3190 1690 9 0 210981 0
[pid=30163/tid=30164] ppid=30161 vsize=865984 CPUtime=0.07
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 2813 0 1 0 5 2 0 0 18 0 9 0 28061467 886767616 3190 996147200 134512640 134550932 4294955968 18446744073709551615 4125972372 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.30206 s]
/proc/loadavg: 2.07 2.02 2.02 4/80 30163
/proc/meminfo: memFree=1604696/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=866224 CPUtime=0.28
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 5842 0 1 0 24 4 0 0 18 0 9 0 28061466 887013376 5208 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 216556 5208 1974 9 0 211014 0
[pid=30163/tid=30164] ppid=30161 vsize=866224 CPUtime=0.27
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 4931 0 1 0 24 3 0 0 18 0 9 0 28061467 887013376 5208 996147200 134512640 134550932 4294955968 18446744073709551615 102096164 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.702105 s]
/proc/loadavg: 2.07 2.02 2.02 4/80 30163
/proc/meminfo: memFree=1604696/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=866736 CPUtime=0.68
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 7946 0 1 0 63 5 0 0 18 0 9 0 28061466 887537664 7300 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 216684 7300 2032 9 0 211120 0
[pid=30163/tid=30164] ppid=30161 vsize=866736 CPUtime=0.59
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 6890 0 1 0 55 4 0 0 20 0 9 0 28061467 887537664 7300 996147200 134512640 134550932 4294955968 18446744073709551615 102512945 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866736

[startup+1.50119 s]
/proc/loadavg: 2.07 2.02 2.02 3/89 30172
/proc/meminfo: memFree=1569680/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=867708 CPUtime=1.47
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 18104 0 1 0 135 12 0 0 18 0 9 0 28061466 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 216927 17432 2026 9 0 211385 0
[pid=30163/tid=30164] ppid=30161 vsize=867708 CPUtime=1.24
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 15783 0 1 0 115 9 0 0 25 0 9 0 28061467 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 102883287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30166] ppid=30161 vsize=867708 CPUtime=0.03
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 930 0 0 0 3 0 0 0 16 0 9 0 28061469 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30167] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28061469 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28061469 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30169] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28061472 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=867708 CPUtime=0.16
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 689 0 0 0 16 0 0 0 16 0 9 0 28061472 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28061472 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28061472 888532992 17432 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867708

[startup+3.10137 s]
/proc/loadavg: 2.07 2.02 2.02 3/89 30172
/proc/meminfo: memFree=1534928/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=867708 CPUtime=3.06
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 21110 0 1 0 285 21 0 0 18 0 9 0 28061466 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 216927 20436 2029 9 0 211385 0
[pid=30163/tid=30164] ppid=30161 vsize=867708 CPUtime=2.66
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 15804 0 1 0 249 17 0 0 25 0 9 0 28061467 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 9390019 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30166] ppid=30161 vsize=867708 CPUtime=0.14
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 3864 0 0 0 13 1 0 0 16 0 9 0 28061469 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30167] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28061469 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28061469 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30169] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28061472 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=867708 CPUtime=0.21
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 740 0 0 0 21 0 0 0 16 0 9 0 28061472 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28061472 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28061472 888532992 20436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867708

[startup+6.30273 s]
/proc/loadavg: 2.06 2.02 2.02 3/89 30172
/proc/meminfo: memFree=1517456/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=867708 CPUtime=6.22
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 25360 0 1 0 565 57 0 0 18 0 9 0 28061466 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 216927 24681 2029 9 0 211385 0
[pid=30163/tid=30164] ppid=30161 vsize=867708 CPUtime=5.67
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 15809 0 1 0 515 52 0 0 25 0 9 0 28061467 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 102724625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30166] ppid=30161 vsize=867708 CPUtime=0.31
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 8109 0 0 0 28 3 0 0 16 0 9 0 28061469 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30167] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28061469 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28061469 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30169] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28061472 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=867708 CPUtime=0.21
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 740 0 0 0 21 0 0 0 16 0 9 0 28061472 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28061472 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=867708 CPUtime=0
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28061472 888532992 24681 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867708

[startup+12.7014 s]
/proc/loadavg: 2.06 2.02 2.02 3/89 30176
/proc/meminfo: memFree=1495936/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=12.56
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63477 2535 1 0 1032 72 149 3 18 0 9 0 28061466 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29560 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=11.43
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33487 2535 1 0 929 62 149 3 17 0 9 0 28061467 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4127256832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.91
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1150 2535 0 0 38 1 149 3 15 0 9 0 28061472 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 11 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29560 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 869468

[startup+25.5029 s]
/proc/loadavg: 2.18 2.05 2.03 3/89 30176
/proc/meminfo: memFree=1495936/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=25.24
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63490 2535 1 0 2300 72 149 3 18 0 9 0 28061466 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29567 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=24.09
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 2195 62 149 3 25 0 9 0 28061467 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4127103790 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1157 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 869468

[startup+51.1027 s]
/proc/loadavg: 2.19 2.06 2.03 3/89 30176
/proc/meminfo: memFree=1495552/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=50.6
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63490 2535 1 0 4836 72 149 3 18 0 9 0 28061466 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29567 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=49.46
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 4732 62 149 3 25 0 9 0 28061467 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4127256832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29567 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0

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

/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1158 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.78
Current children cumulated vsize (KiB) 869468

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30225
/proc/meminfo: memFree=1458368/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=1599.75
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63491 2535 1 0 159747 76 149 3 18 0 9 0 28061466 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29568 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=1598.59
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 159642 65 149 3 25 0 9 0 28061467 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4127257231 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1158 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.75
Current children cumulated vsize (KiB) 869468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30225
/proc/meminfo: memFree=1458368/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=1659.73
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63491 2535 1 0 165745 76 149 3 18 0 9 0 28061466 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29568 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=1658.58
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 165640 66 149 3 25 0 9 0 28061467 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4127275304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1158 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.73
Current children cumulated vsize (KiB) 869468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30225
/proc/meminfo: memFree=1458368/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=1719.71
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63491 2535 1 0 171742 77 149 3 18 0 9 0 28061466 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29568 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=1718.55
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 171637 66 149 3 25 0 9 0 28061467 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4127254764 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1158 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.71
Current children cumulated vsize (KiB) 869468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30225
/proc/meminfo: memFree=1458304/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=1779.68
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63491 2535 1 0 177739 77 149 3 18 0 9 0 28061466 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29568 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=1778.52
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 177634 66 149 3 25 0 9 0 28061467 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4127256709 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1158 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.68
Current children cumulated vsize (KiB) 869468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30225
/proc/meminfo: memFree=1458304/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=1800.08
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63491 2535 1 0 179779 77 149 3 18 0 9 0 28061466 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29568 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=1798.92
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 179674 66 149 3 25 0 9 0 28061467 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4127260327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1158 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 869468

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

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

[startup+1802.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 30225
/proc/meminfo: memFree=1458304/2055920 swapFree=4192812/4192956
[pid=30163] ppid=30161 vsize=869468 CPUtime=1800.08
/proc/30163/stat : 30163 (java) S 30161 30163 29403 0 -1 0 63491 2535 1 0 179779 77 149 3 18 0 9 0 28061466 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30163/statm: 217367 29568 2661 9 0 211803 0
[pid=30163/tid=30164] ppid=30161 vsize=869468 CPUtime=1798.92
/proc/30163/task/30164/stat : 30164 (java) R 30161 30163 29403 0 -1 64 33492 2535 1 0 179674 66 149 3 25 0 9 0 28061467 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4127260327 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30166] ppid=30161 vsize=869468 CPUtime=2.24
/proc/30163/task/30166/stat : 30166 (java) S 30161 30163 29403 0 -1 64 27976 2535 0 0 65 7 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30167] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30167/stat : 30167 (java) S 30161 30163 29403 0 -1 64 29 2535 0 0 0 0 149 3 15 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30168] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30168/stat : 30168 (java) S 30161 30163 29403 0 -1 64 22 2535 0 0 0 0 149 3 16 0 9 0 28061469 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30163/tid=30169] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30169/stat : 30169 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 18 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30170] ppid=30161 vsize=869468 CPUtime=1.92
/proc/30163/task/30170/stat : 30170 (java) S 30161 30163 29403 0 -1 64 1158 2535 0 0 39 1 149 3 16 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30171] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30171/stat : 30171 (java) S 30161 30163 29403 0 -1 64 1 2535 0 0 0 0 149 3 19 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30163/tid=30172] ppid=30161 vsize=869468 CPUtime=1.52
/proc/30163/task/30172/stat : 30172 (java) S 30161 30163 29403 0 -1 64 12 2535 0 0 0 0 149 3 15 0 9 0 28061472 890335232 29568 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 869468

Child status: 143
Real time (s): 1802.74
CPU time (s): 1800.14
CPU user time (s): 1799.31
CPU system time (s): 0.827874
CPU usage (%): 99.8554
Max. virtual memory (cumulated for all children) (KiB): 880000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.31
system time used= 0.827874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66054
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= 38320
involuntary context switches= 48865

runsolver used 2.51162 second user time and 5.70013 second system time

The end

Launcher Data

Begin job on node38 at 2009-07-12 16:46:14
IDJOB=2096182
IDBENCH=56100
IDSOLVER=774
FILE ID=node38/2096182-1247409974
PBS_JOBID= 9510568
Free space on /tmp= 66440 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-15-15-3.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-2096182-1247409974/watcher-2096182-1247409974 -o /tmp/evaluation-result-2096182-1247409974/solver-2096182-1247409974 -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-2096182-1247409974.xml

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

MD5SUM BENCH= 788bc16485f787ede0b4976a55d63308
RANDOM SEED=711265372

node38.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.229
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.229
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:       1605176 kB
Buffers:         71288 kB
Cached:         228524 kB
SwapCached:          0 kB
Active:         230096 kB
Inactive:       139468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1605176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4192 kB
Writeback:           0 kB
Mapped:          90148 kB
Slab:            66360 kB
Committed_AS:  1012040 kB
PageTables:       1988 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= 66436 MiB
End job on node38 at 2009-07-12 17:16:19