Trace number 1093576

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.18 1816.17

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-7-4-8.xml
MD5SUM5771d912d20e48d98ee8045757bce946
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark339.765
Satisfiable
(Un)Satisfiability was proved
Number of variables5264
Number of constraints28552
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28552
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-1093576-1215250722.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.68/0.74	     nbVariables=5264  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=10528
0.68/0.74	       =>  wckTime=0.496  cpuTime=0.36  mem=15M655
0.68/0.74	   
0.68/0.74	   predicates being loaded...
0.77/0.82	   
0.77/0.82	   constraints being loaded...
10.56/10.75	     nbConstraints=28607  nbGlobalConstraints=55  nbConflictsStructures=3  nbSharedConflictsStructures=28493
10.56/10.75	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  nbEvaluationManagers=4
10.56/10.75	     nbSharedEvaluationManagers=28548  minDegree=10  maxDegree=37  minArity=3  avgArity=3.58  maxArity=1504
10.66/10.89	     nbGenerators=55  nbFusions=0  symmetryWckTime=4.565  symmetryCpuTime=0.77
10.66/10.89	       =>  wckTime=10.506  cpuTime=5.67  mem=82M995
11.06/11.24	   
11.06/11.24	   solver IterativeSystematicSolver being built... 
11.76/11.98	   
11.76/11.99	   INFO : Forward propagation technique limited 
12.04/12.24	       =>  wckTime=11.993  cpuTime=6.42  mem=113M758
43.84/44.35	   
43.84/44.37	   preprocessing
43.84/44.37	     nbConstraintChecks=120988  nbValidityChecks=64545  nbPropagations=10684  nbRevisions=57104
43.84/44.37	     nbUselessRevisions=56914  nbSingletonTests=5314  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
43.84/44.37	     nbRemovedValues=0  detectedInconsistency=no
43.84/44.37	       =>  wckTime=32.098  cpuTime=31.73  mem=116M805

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093576-1215250722/watcher-1093576-1215250722 -o /tmp/evaluation-result-1093576-1215250722/solver-1093576-1215250722 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1093576-1215250722.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5324
/proc/meminfo: memFree=1525320/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=1616 CPUtime=0
/proc/5324/stat : 5324 (java) D 5322 5324 5038 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1554748521 1654784 148 996147200 134512640 134550740 4294956128 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/5324/statm: 68 37 28 9 0 6 0

[startup+0.01382 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5324
/proc/meminfo: memFree=1525320/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=10704 CPUtime=0
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 739 0 0 0 0 0 0 0 18 0 2 0 1554748521 10960896 519 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 2676 519 243 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10704

[startup+0.102541 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5324
/proc/meminfo: memFree=1525320/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=865884 CPUtime=0.08
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 3687 0 1 0 6 2 0 0 18 0 9 0 1554748521 886665216 3161 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 216471 3161 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301582 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5324
/proc/meminfo: memFree=1525320/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=866128 CPUtime=0.29
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 5682 0 1 0 25 4 0 0 18 0 9 0 1554748521 886915072 5063 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 216532 5063 1944 9 0 211060 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866128

[startup+0.701657 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 5324
/proc/meminfo: memFree=1525320/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=867272 CPUtime=0.68
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 7918 0 1 0 62 6 0 0 18 0 9 0 1554748521 888086528 7288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 216818 7288 1969 9 0 211346 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867272

[startup+1.50282 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 5333
/proc/meminfo: memFree=1491064/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=867496 CPUtime=1.47
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 18683 0 1 0 133 14 0 0 18 0 9 0 1554748521 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 216874 18041 2021 9 0 211380 0
[pid=5324/tid=5326] ppid=5322 vsize=867496 CPUtime=1.21
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 15725 0 1 0 110 11 0 0 25 0 9 0 1554748522 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5327] ppid=5322 vsize=867496 CPUtime=0.07
/proc/5324/task/5327/stat : 5327 (java) R 5322 5324 5038 0 -1 64 1626 0 0 0 6 1 0 0 16 0 9 0 1554748524 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5328] ppid=5322 vsize=867496 CPUtime=0
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1554748524 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=867496 CPUtime=0
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1554748524 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5330] ppid=5322 vsize=867496 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554748526 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=867496 CPUtime=0.16
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 640 0 0 0 16 0 0 0 16 0 9 0 1554748526 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=867496 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554748526 888315904 18041 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=867496 CPUtime=0
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554748526 888315904 18041 996147200 134512640 134550740 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) 867496

[startup+3.10112 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 5333
/proc/meminfo: memFree=1459384/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=867412 CPUtime=3.06
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 22323 0 1 0 278 28 0 0 18 0 9 0 1554748521 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 216853 21657 2002 9 0 211381 0
[pid=5324/tid=5326] ppid=5322 vsize=867412 CPUtime=2.56
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 15754 0 1 0 234 22 0 0 25 0 9 0 1554748522 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5327] ppid=5322 vsize=867412 CPUtime=0.24
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 5197 0 0 0 21 3 0 0 17 0 9 0 1554748524 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5328] ppid=5322 vsize=867412 CPUtime=0
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1554748524 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=867412 CPUtime=0
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554748524 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5330] ppid=5322 vsize=867412 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554748526 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=867412 CPUtime=0.21
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 676 0 0 0 21 0 0 0 16 0 9 0 1554748526 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=867412 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554748526 888229888 21657 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=867412 CPUtime=0
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554748526 888229888 21657 996147200 134512640 134550740 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) 867412

[startup+6.30273 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 5333
/proc/meminfo: memFree=1427768/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=867408 CPUtime=6.22
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 31835 0 1 0 485 137 0 0 18 0 9 0 1554748521 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 216852 31164 2002 9 0 211380 0
[pid=5324/tid=5326] ppid=5322 vsize=867408 CPUtime=5.21
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 15763 0 1 0 394 127 0 0 25 0 9 0 1554748522 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4127077578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5327] ppid=5322 vsize=867408 CPUtime=0.74
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 14684 0 0 0 66 8 0 0 17 0 9 0 1554748524 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5328] ppid=5322 vsize=867408 CPUtime=0
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1554748524 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=867408 CPUtime=0
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1554748524 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5330] ppid=5322 vsize=867408 CPUtime=0
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1554748526 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=867408 CPUtime=0.24
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 692 0 0 0 24 0 0 0 16 0 9 0 1554748526 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=867408 CPUtime=0
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1554748526 888225792 31164 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=867408 CPUtime=0
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1554748526 888225792 31164 996147200 134512640 134550740 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) 867408

[startup+12.703 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 5337
/proc/meminfo: memFree=1385448/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=12.55
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74624 3854 1 0 747 151 353 4 18 0 9 0 1554748521 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37366 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=10.63
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32331 3854 1 0 574 132 353 4 17 0 9 0 1554748522 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4127386298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=3.95
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1049 3854 0 0 37 1 353 4 16 0 9 0 1554748526 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37366 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868144

[startup+25.5024 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 5337
/proc/meminfo: memFree=1385328/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=25.22
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74634 3854 1 0 2014 151 353 4 18 0 9 0 1554748521 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37370 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=23.29
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32337 3854 1 0 1840 132 353 4 25 0 9 0 1554748522 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4127386298 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=3.96
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1053 3854 0 0 38 1 353 4 16 0 9 0 1554748526 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37370 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 868144

[startup+51.1023 s]
/proc/loadavg: 2.05 2.02 2.00 3/93 5337
/proc/meminfo: memFree=1385264/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=50.57
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74677 3854 1 0 4548 152 353 4 18 0 9 0 1554748521 888979456 37406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37406 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=48.58
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32345 3854 1 0 4368 133 353 4 21 0 9 0 1554748522 888979456 37406 996147200 134512640 134550740 4294955968 18446744073709551615 4127352239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.02
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1088 3854 0 0 44 1 353 4 15 0 9 0 1554748526 888979456 37406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57

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

/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.03
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1095 3854 0 0 45 1 353 4 16 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1527.59
Current children cumulated vsize (KiB) 868144

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 5342
/proc/meminfo: memFree=1384560/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=1587.03
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74686 3854 1 0 158189 157 353 4 18 0 9 0 1554748521 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37409 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=1585.02
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32347 3854 1 0 158007 138 353 4 25 0 9 0 1554748522 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4127451859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.03
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1095 3854 0 0 45 1 353 4 16 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1587.03
Current children cumulated vsize (KiB) 868144

[startup+1662.3 s]
/proc/loadavg: 1.92 1.98 1.99 2/76 5361
/proc/meminfo: memFree=1498736/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=1646.46
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74686 3854 1 0 164132 157 353 4 18 0 9 0 1554748521 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37409 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=1644.46
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32347 3854 1 0 163951 138 353 4 25 0 9 0 1554748522 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4127451859 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.03
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1095 3854 0 0 45 1 353 4 16 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1646.46
Current children cumulated vsize (KiB) 868144

[startup+1722.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/81 5371
/proc/meminfo: memFree=1109328/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=1706.38
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74686 3854 1 0 170117 164 353 4 18 0 9 0 1554748521 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37409 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=1704.37
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32347 3854 1 0 169935 145 353 4 25 0 9 0 1554748522 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4127451849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.03
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1095 3854 0 0 45 1 353 4 16 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1706.38
Current children cumulated vsize (KiB) 868144

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 5371
/proc/meminfo: memFree=1109264/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=1766.32
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74686 3854 1 0 176111 164 353 4 18 0 9 0 1554748521 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37409 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=1764.31
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32347 3854 1 0 175929 145 353 4 25 0 9 0 1554748522 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4126796570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.03
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1095 3854 0 0 45 1 353 4 16 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1766.32
Current children cumulated vsize (KiB) 868144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.11 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 5371
/proc/meminfo: memFree=1109264/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=1800.09
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74686 3854 1 0 179488 164 353 4 18 0 9 0 1554748521 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37409 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=1798.09
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32347 3854 1 0 179307 145 353 4 25 0 9 0 1554748522 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4126796570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.03
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1095 3854 0 0 45 1 353 4 16 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868144

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

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

[startup+1816.11 s]
/proc/loadavg: 1.99 1.98 1.99 3/81 5371
/proc/meminfo: memFree=1109264/2055920 swapFree=4114176/4192956
[pid=5324] ppid=5322 vsize=868144 CPUtime=1800.09
/proc/5324/stat : 5324 (java) S 5322 5324 5038 0 -1 0 74686 3854 1 0 179488 164 353 4 18 0 9 0 1554748521 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5324/statm: 217036 37409 2637 9 0 211542 0
[pid=5324/tid=5326] ppid=5322 vsize=868144 CPUtime=1798.09
/proc/5324/task/5326/stat : 5326 (java) R 5322 5324 5038 0 -1 64 32347 3854 1 0 179307 145 353 4 25 0 9 0 1554748522 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4126796570 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5327] ppid=5322 vsize=868144 CPUtime=5.07
/proc/5324/task/5327/stat : 5327 (java) S 5322 5324 5038 0 -1 64 40394 3854 0 0 135 15 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5328] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5328/stat : 5328 (java) S 5322 5324 5038 0 -1 64 25 3854 0 0 0 0 353 4 15 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5329] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5329/stat : 5329 (java) S 5322 5324 5038 0 -1 64 15 3854 0 0 0 0 353 4 16 0 9 0 1554748524 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=5324/tid=5330] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5330/stat : 5330 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 18 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5331] ppid=5322 vsize=868144 CPUtime=4.03
/proc/5324/task/5331/stat : 5331 (java) S 5322 5324 5038 0 -1 64 1095 3854 0 0 45 1 353 4 16 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5332] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5332/stat : 5332 (java) S 5322 5324 5038 0 -1 64 1 3854 0 0 0 0 353 4 19 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5324/tid=5333] ppid=5322 vsize=868144 CPUtime=3.57
/proc/5324/task/5333/stat : 5333 (java) S 5322 5324 5038 0 -1 64 6 3854 0 0 0 0 353 4 15 0 9 0 1554748526 888979456 37409 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 868144

Child status: 143
Real time (s): 1816.17
CPU time (s): 1800.18
CPU user time (s): 1798.46
CPU system time (s): 1.71674
CPU usage (%): 99.1192
Max. virtual memory (cumulated for all children) (KiB): 885944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.71674
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78570
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= 39017
involuntary context switches= 80161

runsolver used 2.17067 second user time and 6.10507 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 11:38:43
IDJOB=1093576
IDBENCH=58711
IDSOLVER=364
FILE ID=node9/1093576-1215250722
PBS_JOBID= 7882050
Free space on /tmp= 66516 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-7-4-8.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093576-1215250722/watcher-1093576-1215250722 -o /tmp/evaluation-result-1093576-1215250722/solver-1093576-1215250722 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1093576-1215250722.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5771d912d20e48d98ee8045757bce946
RANDOM SEED=1228981726

node9.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.265
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	: 5931.00
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.265
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:       1525736 kB
Buffers:         56984 kB
Cached:         233572 kB
SwapCached:      72972 kB
Active:         382212 kB
Inactive:        91088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1525736 kB
SwapTotal:     4192956 kB
SwapFree:      4114176 kB
Dirty:            6144 kB
Writeback:           0 kB
Mapped:         199620 kB
Slab:            41512 kB
Committed_AS:  3163632 kB
PageTables:       2308 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= 66472 MiB
End job on node9 at 2008-07-05 12:09:01