Trace number 2098342

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.11 1810.98

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-7-210-60-2-10_glb.xml
MD5SUMb7b3151efab35368355d2ec5cf8c6c51
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.531918
Satisfiable
(Un)Satisfiability was proved
Number of variables5880
Number of constraints4648
Maximum constraint arity210
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4410
Global constraints used (with number of constraints)weightedsum(238)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2098342-1247414390.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.67/0.76	     nbVariables=5880  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=11760
0.67/0.76	       =>  wckTime=0.52  cpuTime=0.37  mem=23M511
0.67/0.76	   
0.67/0.76	   predicates being loaded...
0.78/0.82	   
0.78/0.82	   constraints being loaded...
4.73/4.84	     nbConstraints=4863  nbGlobalConstraints=453  nbConflictsStructures=1  nbSharedConflictsStructures=4409
4.73/4.84	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=4409  minDegree=4  maxDegree=12
4.73/4.84	     minArity=3  avgArity=9.75  maxArity=2520  nbGenerators=215  nbFusions=0  symmetryWckTime=2.998
4.73/4.84	     symmetryCpuTime=0.74
4.73/4.84	       =>  wckTime=4.607  cpuTime=2.02  mem=55M707
4.93/5.03	   
4.93/5.03	   solver IterativeSystematicSolver being built... 
5.03/5.18	   
5.03/5.18	   INFO : Forward propagation technique limited 
5.34/5.46	       =>  wckTime=5.216  cpuTime=2.39  mem=48M247
15.74/15.95	   
15.74/15.95	   preprocessing
15.74/15.95	     nbConstraintChecks=41679  nbValidityChecks=28947  nbPropagations=24141  nbRevisions=33013  nbUselessRevisions=21817
15.74/15.95	     nbSingletonTests=7177  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
15.74/15.95	     detectedInconsistency=no
15.74/15.95	       =>  wckTime=10.473  cpuTime=10.34  mem=49M244

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-2098342-1247414390/watcher-2098342-1247414390 -o /tmp/evaluation-result-2098342-1247414390/solver-2098342-1247414390 -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-2098342-1247414390.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.02 2.07 2.02 4/80 2366
/proc/meminfo: memFree=1751328/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=18576 CPUtime=0
/proc/2366/stat : 2366 (runsolver) R 2364 2366 29707 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28502435 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 273653755175 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2366/statm: 4644 284 249 26 0 2626 0

[startup+0.017687 s]
/proc/loadavg: 2.02 2.07 2.02 4/80 2366
/proc/meminfo: memFree=1751328/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=10964 CPUtime=0
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 823 0 0 0 0 0 0 0 18 0 2 0 28502435 11227136 577 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 2741 577 284 9 0 1198 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10964

[startup+0.102766 s]
/proc/loadavg: 2.02 2.07 2.02 4/80 2366
/proc/meminfo: memFree=1751328/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=865984 CPUtime=0.09
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 3820 0 1 0 7 2 0 0 18 0 9 0 28502435 886767616 3263 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 216496 3263 1721 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301778 s]
/proc/loadavg: 2.02 2.07 2.02 4/80 2366
/proc/meminfo: memFree=1751328/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=866224 CPUtime=0.28
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 5841 0 1 0 25 3 0 0 18 0 9 0 28502435 887013376 5207 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 216556 5207 1982 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.70181 s]
/proc/loadavg: 2.02 2.07 2.02 4/80 2366
/proc/meminfo: memFree=1751328/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=867540 CPUtime=0.67
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 8926 0 1 0 63 4 0 0 18 0 9 0 28502435 888360960 8288 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 216885 8288 1999 9 0 211343 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867540

[startup+1.50286 s]
/proc/loadavg: 2.02 2.07 2.02 3/89 2375
/proc/meminfo: memFree=1710040/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=867544 CPUtime=1.47
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 19957 0 1 0 132 15 0 0 18 0 9 0 28502435 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 216886 19285 2029 9 0 211344 0
[pid=2366/tid=2368] ppid=2364 vsize=867544 CPUtime=1.18
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 15795 0 1 0 105 13 0 0 25 0 9 0 28502436 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2369] ppid=2364 vsize=867544 CPUtime=0.06
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 2775 0 0 0 5 1 0 0 16 0 9 0 28502437 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=867544 CPUtime=0
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28502438 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=867544 CPUtime=0
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28502438 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=867544 CPUtime=0
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28502440 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=867544 CPUtime=0.2
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 686 0 0 0 20 0 0 0 16 0 9 0 28502440 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=867544 CPUtime=0
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28502440 888365056 19285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=867544 CPUtime=0
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28502440 888365056 19285 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) 867544

[startup+3.10196 s]
/proc/loadavg: 2.02 2.06 2.02 3/91 2377
/proc/meminfo: memFree=1679880/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=867864 CPUtime=1.98
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 20663 0 1 0 169 29 0 0 18 0 10 0 28502435 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 216966 19340 2034 9 0 211424 0
[pid=2377] ppid=2366 vsize=4928 CPUtime=1.07
/proc/2377/stat : 2377 (saucy) R 2366 2366 29707 0 -1 4194304 869 0 0 0 106 1 0 0 25 0 1 0 28502634 5046272 839 996147200 134512640 134531332 4294956000 18446744073709551615 134521678 0 4 0 0 0 0 0 17 1 0 0
/proc/2377/statm: 1232 839 104 4 0 908 0
[pid=2366/tid=2368] ppid=2364 vsize=867864 CPUtime=1.63
/proc/2366/task/2368/stat : 2368 (java) S 2364 2366 29707 0 -1 64 16308 0 1 0 138 25 0 0 15 0 10 0 28502436 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=2366/tid=2369] ppid=2364 vsize=867864 CPUtime=0.06
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 2824 0 0 0 5 1 0 0 16 0 10 0 28502437 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=867864 CPUtime=0
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 16 0 0 0 0 0 0 0 16 0 10 0 28502438 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=867864 CPUtime=0
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 28502438 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=867864 CPUtime=0
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 0 0 0 0 0 0 0 18 0 10 0 28502440 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=867864 CPUtime=0.24
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 759 0 0 0 24 0 0 0 16 0 10 0 28502440 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=867864 CPUtime=0
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 0 0 0 0 0 0 0 19 0 10 0 28502440 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=867864 CPUtime=0
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 6 0 0 0 0 0 0 0 15 0 10 0 28502440 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2376] ppid=2364 vsize=867864 CPUtime=0
/proc/2366/task/2376/stat : 2376 (java) S 2364 2366 29707 0 -1 64 65 0 0 0 0 0 0 0 24 0 10 0 28502634 888692736 19340 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 872792

[startup+6.30218 s]
/proc/loadavg: 2.02 2.06 2.02 4/89 2379
/proc/meminfo: memFree=1660744/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=6.23
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43101 1298 1 0 369 35 218 1 18 0 9 0 28502435 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25105 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=5.6
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29927 1298 1 0 312 29 218 1 16 0 9 0 28502436 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4127348450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.52
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1034 1298 0 0 33 0 218 1 15 0 9 0 28502440 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25105 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 868292

[startup+12.7016 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 2379
/proc/meminfo: memFree=1660360/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=12.56
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43119 1298 1 0 1002 35 218 1 18 0 9 0 28502435 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25116 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=11.92
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29934 1298 1 0 944 29 218 1 25 0 9 0 28502436 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4127435255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.54
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1045 1298 0 0 35 0 218 1 15 0 9 0 28502440 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 868292

[startup+25.5025 s]
/proc/loadavg: 2.01 2.06 2.01 3/89 2379
/proc/meminfo: memFree=1660296/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=25.25
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43171 1298 1 0 2270 36 218 1 18 0 9 0 28502435 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25147 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=24.55
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29942 1298 1 0 2206 30 218 1 25 0 9 0 28502436 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4127454388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 17 0 9 0 28502437 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.6
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1089 1298 0 0 40 1 218 1 15 0 9 0 28502440 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25147 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868292

[startup+51.1022 s]
/proc/loadavg: 2.07 2.07 2.02 3/89 2379
/proc/meminfo: memFree=1660232/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=50.61
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43175 1298 1 0 4806 36 218 1 18 0 9 0 28502435 889131008 25149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25149 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=49.91
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29944 1298 1 0 4742 30 218 1 25 0 9 0 28502436 889131008 25149 996147200 134512640 134550932 4294955968 18446744073709551615 4127454355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25149 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19

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

/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.61
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1092 1298 0 0 41 1 218 1 16 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.5
Current children cumulated vsize (KiB) 868292

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 2537
/proc/meminfo: memFree=1425800/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=1591.48
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43177 1298 1 0 158882 47 218 1 18 0 9 0 28502435 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25150 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=1590.76
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29945 1298 1 0 158817 40 218 1 25 0 9 0 28502436 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4127335975 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.61
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1092 1298 0 0 41 1 218 1 16 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.48
Current children cumulated vsize (KiB) 868292

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2537
/proc/meminfo: memFree=1425736/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=1651.46
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43177 1298 1 0 164879 48 218 1 18 0 9 0 28502435 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25150 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=1650.75
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29945 1298 1 0 164815 41 218 1 25 0 9 0 28502436 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4127335972 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.61
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1092 1298 0 0 41 1 218 1 16 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.46
Current children cumulated vsize (KiB) 868292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2537
/proc/meminfo: memFree=1425736/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=1711.44
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43177 1298 1 0 170877 48 218 1 18 0 9 0 28502435 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25150 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=1710.73
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29945 1298 1 0 170813 41 218 1 25 0 9 0 28502436 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4125952222 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.61
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1092 1298 0 0 41 1 218 1 16 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1711.44
Current children cumulated vsize (KiB) 868292

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2537
/proc/meminfo: memFree=1425608/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=1771.42
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43177 1298 1 0 176875 48 218 1 18 0 9 0 28502435 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25150 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=1770.71
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29945 1298 1 0 176811 41 218 1 25 0 9 0 28502436 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4127454355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.61
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1092 1298 0 0 41 1 218 1 16 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) S 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1771.42
Current children cumulated vsize (KiB) 868292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2537
/proc/meminfo: memFree=1425608/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=1800.01
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43177 1298 1 0 179734 48 218 1 18 0 9 0 28502435 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25150 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=1799.3
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29945 1298 1 0 179670 41 218 1 25 0 9 0 28502436 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4127454371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.61
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1092 1298 0 0 41 1 218 1 16 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) R 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868292

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

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

[startup+1810.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 2537
/proc/meminfo: memFree=1425608/2055920 swapFree=4192812/4192956
[pid=2366] ppid=2364 vsize=868292 CPUtime=1800.01
/proc/2366/stat : 2366 (java) S 2364 2366 29707 0 -1 0 43177 1298 1 0 179734 48 218 1 18 0 9 0 28502435 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2366/statm: 217073 25150 2641 9 0 211531 0
[pid=2366/tid=2368] ppid=2364 vsize=868292 CPUtime=1799.3
/proc/2366/task/2368/stat : 2368 (java) R 2364 2366 29707 0 -1 64 29945 1298 1 0 179670 41 218 1 25 0 9 0 28502436 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4127454371 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2366/tid=2369] ppid=2364 vsize=868292 CPUtime=2.44
/proc/2366/task/2369/stat : 2369 (java) S 2364 2366 29707 0 -1 64 11275 1298 0 0 22 3 218 1 16 0 9 0 28502437 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2370] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2370/stat : 2370 (java) S 2364 2366 29707 0 -1 64 20 1298 0 0 0 0 218 1 16 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2371] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2371/stat : 2371 (java) S 2364 2366 29707 0 -1 64 12 1298 0 0 0 0 218 1 15 0 9 0 28502438 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2372] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2372/stat : 2372 (java) S 2364 2366 29707 0 -1 64 2 1298 0 0 0 0 218 1 18 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2373] ppid=2364 vsize=868292 CPUtime=2.61
/proc/2366/task/2373/stat : 2373 (java) S 2364 2366 29707 0 -1 64 1092 1298 0 0 41 1 218 1 16 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2374] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2374/stat : 2374 (java) S 2364 2366 29707 0 -1 64 0 1298 0 0 0 0 218 1 19 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2366/tid=2375] ppid=2364 vsize=868292 CPUtime=2.19
/proc/2366/task/2375/stat : 2375 (java) R 2364 2366 29707 0 -1 64 25 1298 0 0 0 0 218 1 15 0 9 0 28502440 889131008 25150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868292

Child status: 143
Real time (s): 1810.98
CPU time (s): 1800.11
CPU user time (s): 1799.59
CPU system time (s): 0.518921
CPU usage (%): 99.3999
Max. virtual memory (cumulated for all children) (KiB): 873848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.59
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44502
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= 38169
involuntary context switches= 50820

runsolver used 2.66359 second user time and 5.58115 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 17:59:50
IDJOB=2098342
IDBENCH=58580
IDSOLVER=774
FILE ID=node52/2098342-1247414390
PBS_JOBID= 9510541
Free space on /tmp= 66144 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-7-210-60-2-10_glb.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-2098342-1247414390/watcher-2098342-1247414390 -o /tmp/evaluation-result-2098342-1247414390/solver-2098342-1247414390 -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-2098342-1247414390.xml

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

MD5SUM BENCH= b7b3151efab35368355d2ec5cf8c6c51
RANDOM SEED=725971528

node52.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.236
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.236
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:       1751808 kB
Buffers:         46616 kB
Cached:         151740 kB
SwapCached:          0 kB
Active:         143696 kB
Inactive:       103104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2984 kB
Writeback:           0 kB
Mapped:          68864 kB
Slab:            42472 kB
Committed_AS:  1022024 kB
PageTables:       1980 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= 66112 MiB
End job on node52 at 2009-07-12 18:30:03