Trace number 1058176

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 AC? (TO) 1800.13 1805.09

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-6.xml
MD5SUM5ef5412c0ffa303b60f6d13c783c47df
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark148.249
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints39827
Maximum constraint arity24
Maximum domain size36
Number of constraints which are defined in extension0
Number of constraints which are defined in intension39527
Global constraints used (with number of constraints)alldifferent(300)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.28	
0.18/0.28	   configuration
0.18/0.28	     name=mac.xml
0.27/0.32	   
0.27/0.32	   instance
0.27/0.32	     name=HOME/instance-1058176-1215113225.xml
0.27/0.35	   
0.27/0.35	   domains being loaded...
0.36/0.45	   
0.36/0.45	   variables being loaded...
0.46/0.56	     nbVariables=800  nbDomainTypes=451  minDomainSize=1  maxDomainSize=36  nbTotalValues=13201
0.46/0.56	       =>  wckTime=0.276  cpuTime=0.18  mem=10M779
0.46/0.56	   
0.46/0.56	   predicates being loaded...
0.57/0.62	   
0.57/0.62	   constraints being loaded...
21.56/21.88	   
21.56/21.88	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 159M772)
34.40/34.83	     nbConstraints=39827  nbGlobalConstraints=300  nbSingletonDomainVariables=79  nbConflictsStructures=8433
34.40/34.83	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=31094  nbSharedBinaryRepresentations=0
34.40/34.83	     nbEvaluationManagers=39527  nbSharedEvaluationManagers=0  minDegree=23  maxDegree=350  minArity=4  avgArity=4.13
34.40/34.83	     maxArity=24  nbGenerators=0  nbFusions=0  symmetryWckTime=2.182  symmetryCpuTime=0.74
34.40/34.83	       =>  wckTime=34.545  cpuTime=30.87  mem=272M358
35.21/35.62	   
35.21/35.62	   solver IterativeSystematicSolver being built... 
37.10/37.58	   
37.10/37.59	   INFO : Forward propagation technique limited 
37.29/37.77	       =>  wckTime=37.489  cpuTime=32.11  mem=348M892
38.88/39.32	   
38.88/39.32	   preprocessing
38.88/39.32	     nbConstraintChecks=2155776  nbValidityChecks=102989  nbPropagations=800  nbRevisions=124376
38.88/39.32	     nbUselessRevisions=124376  nbRemovedValues=0  detectedInconsistency=no
38.88/39.32	       =>  wckTime=1.546  cpuTime=1.51  mem=354M915
67.81/68.53	   
67.81/68.53	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=366M461)

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-1058176-1215113225/watcher-1058176-1215113225 -o /tmp/evaluation-result-1058176-1215113225/solver-1058176-1215113225 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1058176-1215113225.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: 1.92 1.98 1.99 4/82 20143
/proc/meminfo: memFree=1104136/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=18572 CPUtime=0
/proc/20143/stat : 20143 (runsolver) R 20141 20143 19205 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1540994713 19017728 292 996147200 4194304 4296836 548682068352 18446744073709551615 268213742887 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/20143/statm: 4643 292 257 25 0 2626 0

[startup+0.105731 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 20143
/proc/meminfo: memFree=1104136/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=865884 CPUtime=0.09
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 3686 0 1 0 7 2 0 0 18 0 9 0 1540994713 886665216 3161 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216471 3161 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.202743 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 20143
/proc/meminfo: memFree=1104136/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=866044 CPUtime=0.18
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 4495 0 1 0 15 3 0 0 18 0 9 0 1540994713 886829056 3927 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216511 3927 1856 9 0 211059 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866044

[startup+0.302754 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 20143
/proc/meminfo: memFree=1104136/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=866204 CPUtime=0.27
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 5489 0 1 0 24 3 0 0 18 0 9 0 1540994713 886992896 4912 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216551 4912 1884 9 0 211099 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866204

[startup+0.7028 s]
/proc/loadavg: 1.92 1.98 1.99 4/82 20143
/proc/meminfo: memFree=1104136/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=867680 CPUtime=0.66
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 8561 0 1 0 61 5 0 0 18 0 9 0 1540994713 888504320 7921 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216920 7921 2011 9 0 211426 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867680

[startup+1.50189 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 20152
/proc/meminfo: memFree=1056704/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=867592 CPUtime=1.45
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 18474 0 1 0 135 10 0 0 18 0 9 0 1540994713 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216898 17809 2004 9 0 211426 0
[pid=20143/tid=20145] ppid=20141 vsize=867592 CPUtime=1.19
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 15755 0 1 0 111 8 0 0 25 0 9 0 1540994715 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4125958356 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20146] ppid=20141 vsize=867592 CPUtime=0.06
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 1364 0 0 0 6 0 0 0 16 0 9 0 1540994716 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20147] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540994718 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=867592 CPUtime=0.17
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 659 0 0 0 17 0 0 0 16 0 9 0 1540994718 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20151] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540994718 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540994718 888414208 17809 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867592

[startup+3.10107 s]
/proc/loadavg: 1.92 1.98 1.99 3/91 20152
/proc/meminfo: memFree=1029184/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=867592 CPUtime=3.04
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 22726 0 1 0 292 12 0 0 18 0 9 0 1540994713 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216898 22059 2004 9 0 211426 0
[pid=20143/tid=20145] ppid=20141 vsize=867592 CPUtime=2.57
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 15758 0 1 0 248 9 0 0 25 0 9 0 1540994715 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 103813005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20146] ppid=20141 vsize=867592 CPUtime=0.27
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 5612 0 0 0 26 1 0 0 17 0 9 0 1540994716 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20147] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540994718 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=867592 CPUtime=0.17
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 660 0 0 0 17 0 0 0 17 0 9 0 1540994718 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20151] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540994718 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540994718 888414208 22059 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 867592

[startup+6.30243 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 20152
/proc/meminfo: memFree=1008320/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=867592 CPUtime=6.21
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 26408 0 1 0 594 27 0 0 18 0 9 0 1540994713 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216898 25737 2005 9 0 211426 0
[pid=20143/tid=20145] ppid=20141 vsize=867592 CPUtime=5.47
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 15787 0 1 0 526 21 0 0 25 0 9 0 1540994715 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 103214577 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20146] ppid=20141 vsize=867592 CPUtime=0.45
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 9198 0 0 0 42 3 0 0 16 0 9 0 1540994716 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20147] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540994718 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=867592 CPUtime=0.25
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 727 0 0 0 25 0 0 0 16 0 9 0 1540994718 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20151] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540994718 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540994718 888414208 25737 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867592

[startup+12.7012 s]
/proc/loadavg: 1.93 1.98 1.99 3/91 20152
/proc/meminfo: memFree=973760/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=867592 CPUtime=12.54
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 36729 0 1 0 1186 68 0 0 18 0 9 0 1540994713 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216898 36052 2005 9 0 211426 0
[pid=20143/tid=20145] ppid=20141 vsize=867592 CPUtime=11.49
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 15793 0 1 0 1091 58 0 0 25 0 9 0 1540994715 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4126923229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20146] ppid=20141 vsize=867592 CPUtime=0.77
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 19513 0 0 0 69 8 0 0 16 0 9 0 1540994716 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20147] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540994718 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=867592 CPUtime=0.25
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 727 0 0 0 25 0 0 0 16 0 9 0 1540994718 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20151] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540994718 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540994718 888414208 36052 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867592

[startup+25.5026 s]
/proc/loadavg: 1.95 1.98 1.99 4/91 20152
/proc/meminfo: memFree=896960/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=867592 CPUtime=25.23
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 55843 0 1 0 2396 127 0 0 18 0 9 0 1540994713 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 216898 55155 2005 9 0 211426 0
[pid=20143/tid=20145] ppid=20141 vsize=867592 CPUtime=23.57
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 15804 0 1 0 2248 109 0 0 25 0 9 0 1540994715 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4126403054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20146] ppid=20141 vsize=867592 CPUtime=1.37
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 38615 0 0 0 122 15 0 0 17 0 9 0 1540994716 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20147] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1540994716 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1540994718 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=867592 CPUtime=0.26
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 728 0 0 0 26 0 0 0 16 0 9 0 1540994718 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20151] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1540994718 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=867592 CPUtime=0
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1540994718 888414208 55155 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867592

[startup+51.1025 s]
/proc/loadavg: 2.10 2.02 2.00 3/91 20156
/proc/meminfo: memFree=705520/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=868240 CPUtime=50.57
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 168184 3062 1 0 4797 163 91 6 18 0 9 0 1540994713 889077760 101886 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 217060 101886 2615 9 0 211588 0
[pid=20143/tid=20145] ppid=20141 vsize=868240 CPUtime=46.41
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 29181 3062 1 0 4428 116 91 6 25 0 9 0 1540994715 889077760 101886 996147200 134512640 134550740 4294955984 18446744073709551615 4127346522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20146] ppid=20141 vsize=868240 CPUtime=4.64
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 137150 3062 0 0 326 41 91 6 16 0 9 0 1540994716 889077760 101886 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20147] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 17 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 101886 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 101886 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 101886 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.39
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 994 3062 0 0 41 1 91 6 16 0 9 0 1540994718 889077760 101886 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97

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

/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.44
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 1019 3062 0 0 46 1 91 6 16 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 19 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 10 3062 0 0 0 0 91 6 15 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1537.58
Current children cumulated vsize (KiB) 868240

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 20200
/proc/meminfo: memFree=736576/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=868240 CPUtime=1597.51
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 172203 3062 1 0 159484 170 91 6 18 0 9 0 1540994713 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 217060 105833 2615 9 0 211588 0
[pid=20143/tid=20145] ppid=20141 vsize=868240 CPUtime=1591.77
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 29244 3062 1 0 158959 121 91 6 25 0 9 0 1540994715 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4127346565 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20146] ppid=20141 vsize=868240 CPUtime=6.18
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 141081 3062 0 0 478 43 91 6 16 0 9 0 1540994716 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20147] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 17 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.44
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 1019 3062 0 0 46 1 91 6 16 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 19 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 10 3062 0 0 0 0 91 6 15 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.51
Current children cumulated vsize (KiB) 868240

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 20200
/proc/meminfo: memFree=736512/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=868240 CPUtime=1657.45
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 172205 3062 1 0 165478 170 91 6 18 0 9 0 1540994713 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 217060 105833 2615 9 0 211588 0
[pid=20143/tid=20145] ppid=20141 vsize=868240 CPUtime=1651.67
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 29246 3062 1 0 164949 121 91 6 25 0 9 0 1540994715 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4127371943 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20146] ppid=20141 vsize=868240 CPUtime=6.22
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 141081 3062 0 0 482 43 91 6 16 0 9 0 1540994716 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20147] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 17 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.44
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 1019 3062 0 0 46 1 91 6 16 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 19 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 10 3062 0 0 0 0 91 6 15 0 9 0 1540994718 889077760 105833 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.45
Current children cumulated vsize (KiB) 868240

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 20200
/proc/meminfo: memFree=736448/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=868240 CPUtime=1717.39
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 172211 3062 1 0 171472 170 91 6 18 0 9 0 1540994713 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 217060 105838 2615 9 0 211588 0
[pid=20143/tid=20145] ppid=20141 vsize=868240 CPUtime=1711.59
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 29247 3062 1 0 170941 121 91 6 25 0 9 0 1540994715 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4127343405 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20146] ppid=20141 vsize=868240 CPUtime=6.24
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 141086 3062 0 0 484 43 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20147] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 17 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.44
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 1019 3062 0 0 46 1 91 6 16 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 19 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 10 3062 0 0 0 0 91 6 15 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.39
Current children cumulated vsize (KiB) 868240

[startup+1782.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 20200
/proc/meminfo: memFree=736384/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=868240 CPUtime=1777.33
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 172213 3062 1 0 177466 170 91 6 18 0 9 0 1540994713 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 217060 105838 2615 9 0 211588 0
[pid=20143/tid=20145] ppid=20141 vsize=868240 CPUtime=1771.48
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 29249 3062 1 0 176930 121 91 6 25 0 9 0 1540994715 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4127346571 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20146] ppid=20141 vsize=868240 CPUtime=6.29
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 141086 3062 0 0 489 43 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20147] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 17 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.44
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 1019 3062 0 0 46 1 91 6 16 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 19 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 10 3062 0 0 0 0 91 6 15 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.33
Current children cumulated vsize (KiB) 868240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 20200
/proc/meminfo: memFree=736384/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=868240 CPUtime=1800.02
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 172214 3062 1 0 179735 170 91 6 18 0 9 0 1540994713 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 217060 105838 2615 9 0 211588 0
[pid=20143/tid=20145] ppid=20141 vsize=868240 CPUtime=1794.12
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 29250 3062 1 0 179194 121 91 6 25 0 9 0 1540994715 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4127346659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20146] ppid=20141 vsize=868240 CPUtime=6.33
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 141086 3062 0 0 493 43 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20147] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 17 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.44
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 1019 3062 0 0 46 1 91 6 16 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 19 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 10 3062 0 0 0 0 91 6 15 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868240

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

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

[startup+1805 s]
/proc/loadavg: 2.05 2.01 2.00 3/90 20200
/proc/meminfo: memFree=736384/2055920 swapFree=4097856/4192956
[pid=20143] ppid=20141 vsize=868240 CPUtime=1800.02
/proc/20143/stat : 20143 (java) S 20141 20143 19205 0 -1 0 172214 3062 1 0 179735 170 91 6 18 0 9 0 1540994713 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20143/statm: 217060 105838 2615 9 0 211588 0
[pid=20143/tid=20145] ppid=20141 vsize=868240 CPUtime=1794.12
/proc/20143/task/20145/stat : 20145 (java) R 20141 20143 19205 0 -1 64 29250 3062 1 0 179194 121 91 6 25 0 9 0 1540994715 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4127346659 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20146] ppid=20141 vsize=868240 CPUtime=6.33
/proc/20143/task/20146/stat : 20146 (java) S 20141 20143 19205 0 -1 64 141086 3062 0 0 493 43 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20147] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20147/stat : 20147 (java) S 20141 20143 19205 0 -1 64 17 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20148] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20148/stat : 20148 (java) S 20141 20143 19205 0 -1 64 20 3062 0 0 0 0 91 6 16 0 9 0 1540994716 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20149] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20149/stat : 20149 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 18 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20150] ppid=20141 vsize=868240 CPUtime=1.44
/proc/20143/task/20150/stat : 20150 (java) S 20141 20143 19205 0 -1 64 1019 3062 0 0 46 1 91 6 16 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20143/tid=20151] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20151/stat : 20151 (java) S 20141 20143 19205 0 -1 64 1 3062 0 0 0 0 91 6 19 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20143/tid=20152] ppid=20141 vsize=868240 CPUtime=0.97
/proc/20143/task/20152/stat : 20152 (java) S 20141 20143 19205 0 -1 64 10 3062 0 0 0 0 91 6 15 0 9 0 1540994718 889077760 105838 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 868240

Child status: 143
Real time (s): 1805.09
CPU time (s): 1800.13
CPU user time (s): 1798.29
CPU system time (s): 1.84072
CPU usage (%): 99.7249
Max. virtual memory (cumulated for all children) (KiB): 890036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.29
system time used= 1.84072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175307
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= 39366
involuntary context switches= 35993

runsolver used 2.74358 second user time and 5.48317 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-03 21:27:05
IDJOB=1058176
IDBENCH=54111
IDSOLVER=363
FILE ID=node32/1058176-1215113225
PBS_JOBID= 7877140
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-6.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058176-1215113225/watcher-1058176-1215113225 -o /tmp/evaluation-result-1058176-1215113225/solver-1058176-1215113225 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1058176-1215113225.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5ef5412c0ffa303b60f6d13c783c47df
RANDOM SEED=1557509225

node32.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.218
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.218
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:       1104616 kB
Buffers:          5736 kB
Cached:          87092 kB
SwapCached:      88052 kB
Active:         855332 kB
Inactive:        37260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1104616 kB
SwapTotal:     4192956 kB
SwapFree:      4097856 kB
Dirty:            7688 kB
Writeback:           0 kB
Mapped:         815892 kB
Slab:            41760 kB
Committed_AS:  3912884 kB
PageTables:       3708 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node32 at 2008-07-03 21:57:12