Trace number 1051229

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.16 1803.67

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-70-12-a4.xml
MD5SUM17a5880df049540f5bc9b4999c8d510f
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1991
Maximum constraint arity4
Maximum domain size71
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1991
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	
0.04/0.08	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1051229-1215052677.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.29/0.37	     nbVariables=12  nbDomainTypes=1  minDomainSize=71  maxDomainSize=71  nbTotalValues=852
0.29/0.37	       =>  wckTime=0.14  cpuTime=0.09  mem=7M919
0.29/0.37	   
0.29/0.37	   predicates being loaded...
0.38/0.45	   
0.38/0.45	   constraints being loaded...
1.06/1.12	     nbConstraints=782  nbGlobalConstraints=1  nbMergedConstraints=1210  nbConvertedConstraints=66
1.06/1.12	     nbConvertConstraintsChecks=5041  nbExtensionStructures=1  nbSharedExtensionStructures=65  nbConflictsStructures=1
1.06/1.12	     nbSharedConflictsStructures=65  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=1
1.06/1.12	     nbEvaluationManagers=2  nbSharedEvaluationManagers=713  minDegree=232  maxDegree=232  minArity=2  avgArity=3.56
1.06/1.12	     maxArity=12  nbGenerators=0  nbFusions=0  symmetryWckTime=0.093  symmetryCpuTime=0.06  nbCliques=1
1.06/1.12	       =>  wckTime=0.888  cpuTime=0.64  mem=29M424
1.16/1.20	   
1.16/1.20	   solver IterativeSystematicSolver being built... 
1.26/1.34	   
1.26/1.34	   INFO : Forward propagation technique limited 
1.26/1.39	       =>  wckTime=1.16  cpuTime=0.79  mem=32M951
1.46/1.55	   
1.46/1.55	   preprocessing
1.46/1.55	     nbConstraintChecks=166861  nbValidityChecks=146701  nbPropagations=23  nbRevisions=3312  nbUselessRevisions=3180
1.46/1.55	     nbRemovedValues=132  detectedInconsistency=no
1.46/1.55	       =>  wckTime=0.158  cpuTime=0.13  mem=33M957
10.86/11.08	   
10.86/11.08	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=34M913)

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-1051229-1215052677/watcher-1051229-1215052677 -o /tmp/evaluation-result-1051229-1215052677/solver-1051229-1215052677 -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-1051229-1215052677.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.00 2.00 2.00 4/81 29261
/proc/meminfo: memFree=1825656/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=1616 CPUtime=0
/proc/29261/stat : 29261 (java) R 29259 29261 26442 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 1984242137 1654784 148 996147200 134512640 134550740 4294956144 18446744073709551615 8225722 0 0 4096 0 0 0 0 17 0 0 0
/proc/29261/statm: 404 148 122 9 0 46 0

[startup+0.0555159 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29261
/proc/meminfo: memFree=1825656/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=863832 CPUtime=0.04
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 2608 0 1 0 3 1 0 0 18 0 9 0 1984242137 884563968 2175 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 215958 2175 1027 9 0 210937 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863832

[startup+0.101525 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29261
/proc/meminfo: memFree=1825656/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=865884 CPUtime=0.08
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 3781 0 1 0 7 1 0 0 18 0 9 0 1984242137 886665216 3232 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 216471 3232 1711 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301561 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29261
/proc/meminfo: memFree=1825656/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=866196 CPUtime=0.29
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 5626 0 1 0 26 3 0 0 18 0 9 0 1984242137 886984704 5040 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 216549 5040 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701632 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 29261
/proc/meminfo: memFree=1825656/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=867688 CPUtime=0.68
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 8184 0 1 0 64 4 0 0 18 0 9 0 1984242137 888512512 7544 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 216922 7544 2010 9 0 211428 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867688

[startup+1.50277 s]
/proc/loadavg: 2.00 2.00 2.00 4/90 29270
/proc/meminfo: memFree=1791664/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=1.46
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22481 216 1 0 133 12 1 0 18 0 10 0 1984242137 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 13687 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=1.1
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15031 216 1 0 100 9 1 0 19 0 10 0 1984242138 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4127085572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5699 216 0 0 6 0 1 0 16 0 10 0 1984242139 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 216 0 0 0 0 1 0 17 0 10 0 1984242140 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 216 0 0 0 0 1 0 16 0 10 0 1984242140 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 216 0 0 0 0 1 0 18 0 10 0 1984242142 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.27
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 910 216 0 0 26 0 1 0 15 0 10 0 1984242142 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 216 0 0 0 0 1 0 19 0 10 0 1984242142 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 5 216 0 0 0 0 1 0 15 0 10 0 1984242142 889176064 13687 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 868336

[startup+3.10205 s]
/proc/loadavg: 2.16 2.03 2.01 3/90 29274
/proc/meminfo: memFree=1779824/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=3.04
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22742 339 1 0 291 12 1 0 18 0 9 0 1984242137 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 13945 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=2.66
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15282 339 1 0 256 9 1 0 25 0 9 0 1984242138 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4127089117 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 17 0 9 0 1984242139 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.28
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 919 339 0 0 27 0 1 0 15 0 9 0 1984242142 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 13945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 5 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 13945 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) 868336

[startup+6.30161 s]
/proc/loadavg: 2.16 2.03 2.01 3/90 29274
/proc/meminfo: memFree=1779760/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=6.21
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22809 339 1 0 608 12 1 0 18 0 9 0 1984242137 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 13956 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=5.81
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15289 339 1 0 571 9 1 0 25 0 9 0 1984242138 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4127084649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 17 0 9 0 1984242139 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.3
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 949 339 0 0 29 0 1 0 15 0 9 0 1984242142 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 13956 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 13956 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) 868336

[startup+12.7027 s]
/proc/loadavg: 2.13 2.03 2.01 3/90 29274
/proc/meminfo: memFree=1779440/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=12.55
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22856 339 1 0 1241 13 1 0 18 0 9 0 1984242137 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 13973 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=12.13
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15301 339 1 0 1203 9 1 0 25 0 9 0 1984242138 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4126458341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.32
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 984 339 0 0 31 0 1 0 16 0 9 0 1984242142 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 13973 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 13973 996147200 134512640 134550740 4294955984 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) 868336

[startup+25.502 s]
/proc/loadavg: 2.11 2.03 2.01 3/90 29274
/proc/meminfo: memFree=1779376/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=25.23
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22900 339 1 0 2509 13 1 0 18 0 9 0 1984242137 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 13988 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=24.79
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15305 339 1 0 2468 10 1 0 25 0 9 0 1984242138 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4127087044 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.36
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1024 339 0 0 34 1 1 0 17 0 9 0 1984242142 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 13988 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 13988 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) 868336

[startup+51.1015 s]
/proc/loadavg: 2.07 2.03 2.01 4/90 29274
/proc/meminfo: memFree=1779376/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=50.58
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22907 339 1 0 5044 13 1 0 18 0 9 0 1984242137 889176064 13992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 13992 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=50.14
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15309 339 1 0 5003 10 1 0 25 0 9 0 1984242138 889176064 13992 996147200 134512640 134550740 4294955984 18446744073709551615 4127086164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 13992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 13992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 13992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 13992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.36
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1027 339 0 0 34 1 1 0 16 0 9 0 1984242142 889176064 13992 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01

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

/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.37
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1033 339 0 0 35 1 1 0 16 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1478.91
Current children cumulated vsize (KiB) 868336

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/81 29310
/proc/meminfo: memFree=1782264/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=1538.89
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22928 339 1 0 153871 17 1 0 18 0 9 0 1984242137 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 14007 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=1538.41
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15324 339 1 0 153827 13 1 0 25 0 9 0 1984242138 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4126865072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.37
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1033 339 0 0 35 1 1 0 16 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.89
Current children cumulated vsize (KiB) 868336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29310
/proc/meminfo: memFree=1782264/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=1598.86
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22928 339 1 0 159868 17 1 0 18 0 9 0 1984242137 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 14007 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=1598.39
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15324 339 1 0 159825 13 1 0 25 0 9 0 1984242138 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4126864956 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.37
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1033 339 0 0 35 1 1 0 16 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.86
Current children cumulated vsize (KiB) 868336

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29310
/proc/meminfo: memFree=1782264/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=1658.84
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22928 339 1 0 165865 18 1 0 18 0 9 0 1984242137 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 14007 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=1658.35
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15324 339 1 0 165821 13 1 0 25 0 9 0 1984242138 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4127103899 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.37
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1033 339 0 0 35 1 1 0 16 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 14007 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.84
Current children cumulated vsize (KiB) 868336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29310
/proc/meminfo: memFree=1782264/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=1718.81
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22930 339 1 0 171862 18 1 0 18 0 9 0 1984242137 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 14009 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=1718.32
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15326 339 1 0 171818 13 1 0 25 0 9 0 1984242138 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4127086150 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.37
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1033 339 0 0 35 1 1 0 16 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.81
Current children cumulated vsize (KiB) 868336

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29310
/proc/meminfo: memFree=1782072/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=1778.78
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22930 339 1 0 177859 18 1 0 18 0 9 0 1984242137 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 14009 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=1778.3
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15326 339 1 0 177816 13 1 0 25 0 9 0 1984242138 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4127083255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.37
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1033 339 0 0 35 1 1 0 16 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) S 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.78
Current children cumulated vsize (KiB) 868336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 29310
/proc/meminfo: memFree=1782072/2055920 swapFree=4180540/4192956
[pid=29261] ppid=29259 vsize=868336 CPUtime=1800.07
/proc/29261/stat : 29261 (java) S 29259 29261 26442 0 -1 0 22930 339 1 0 179988 18 1 0 18 0 9 0 1984242137 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29261/statm: 217084 14009 2634 9 0 211590 0
[pid=29261/tid=29263] ppid=29259 vsize=868336 CPUtime=1799.59
/proc/29261/task/29263/stat : 29263 (java) R 29259 29261 26442 0 -1 64 15326 339 1 0 179945 13 1 0 25 0 9 0 1984242138 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4127083255 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29264] ppid=29259 vsize=868336 CPUtime=0.07
/proc/29261/task/29264/stat : 29264 (java) S 29259 29261 26442 0 -1 64 5700 339 0 0 6 0 1 0 16 0 9 0 1984242139 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29265] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29265/stat : 29265 (java) S 29259 29261 26442 0 -1 64 16 339 0 0 0 0 1 0 17 0 9 0 1984242140 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29266] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29266/stat : 29266 (java) S 29259 29261 26442 0 -1 64 13 339 0 0 0 0 1 0 16 0 9 0 1984242140 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29267] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29267/stat : 29267 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 18 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29268] ppid=29259 vsize=868336 CPUtime=0.37
/proc/29261/task/29268/stat : 29268 (java) S 29259 29261 26442 0 -1 64 1033 339 0 0 35 1 1 0 16 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29261/tid=29269] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29269/stat : 29269 (java) S 29259 29261 26442 0 -1 64 1 339 0 0 0 0 1 0 19 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29261/tid=29270] ppid=29259 vsize=868336 CPUtime=0.01
/proc/29261/task/29270/stat : 29270 (java) R 29259 29261 26442 0 -1 64 35 339 0 0 0 0 1 0 15 0 9 0 1984242142 889176064 14009 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 868336

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

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

Child status: 143
Real time (s): 1803.67
CPU time (s): 1800.16
CPU user time (s): 1799.96
CPU system time (s): 0.200969
CPU usage (%): 99.8054
Max. virtual memory (cumulated for all children) (KiB): 868336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.96
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23302
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= 37900
involuntary context switches= 21638

runsolver used 2.50362 second user time and 5.70613 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-03 04:37:57
IDJOB=1051229
IDBENCH=55429
IDSOLVER=363
FILE ID=node18/1051229-1215052677
PBS_JOBID= 7875138
Free space on /tmp= 66552 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-70-12-a4.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-1051229-1215052677/watcher-1051229-1215052677 -o /tmp/evaluation-result-1051229-1215052677/solver-1051229-1215052677 -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-1051229-1215052677.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 17a5880df049540f5bc9b4999c8d510f
RANDOM SEED=200855037

node18.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.268
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.268
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:       1826136 kB
Buffers:         20100 kB
Cached:         133012 kB
SwapCached:       6280 kB
Active:         116612 kB
Inactive:        55340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826136 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2272 kB
Writeback:           0 kB
Mapped:          34880 kB
Slab:            42968 kB
Committed_AS:  3398376 kB
PageTables:       1808 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= 66548 MiB
End job on node18 at 2008-07-03 05:08:03