Trace number 1058949

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.07 1806.44

General information on the benchmark

Namecsp/rand-3-28-28/
normalized-rand-3-28-28-93-632-35_ext.xml
MD5SUM2d823279ef8747297b1bad05094561a9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-1058949-1215119607.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.29/0.38	     nbVariables=28  nbDomainTypes=1  minDomainSize=28  maxDomainSize=28  nbTotalValues=784
0.29/0.38	       =>  wckTime=0.145  cpuTime=0.1  mem=7M919
0.29/0.38	   
0.29/0.38	   relations being loaded...
1.37/1.48	   
1.37/1.48	   constraints being loaded...
2.27/2.35	     nbConstraints=92  nbRelationTypes=93  nbGlobalConstraints=92  nbMergedConstraints=1  nbExtensionStructures=92
2.27/2.35	     nbSharedExtensionStructures=0  nbConflictsStructures=92  nbSharedConflictsStructures=0
2.27/2.35	     nbSharedBinaryRepresentations=0  minDegree=3  maxDegree=16  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
2.27/2.35	     symmetryWckTime=0.059  symmetryCpuTime=0.02
2.27/2.35	       =>  wckTime=2.111  cpuTime=1.63  mem=62M407
2.44/2.59	   
2.44/2.59	   solver IterativeSystematicSolver being built... 
2.56/2.66	   
2.56/2.66	   INFO : Forward propagation technique limited 
2.65/2.73	       =>  wckTime=2.496  cpuTime=1.75  mem=63M938
2.75/2.82	   
2.75/2.82	   preprocessing
2.75/2.82	     nbConstraintChecks=0  nbValidityChecks=738131  nbPropagations=28  nbRevisions=0  nbUselessRevisions=0
2.75/2.82	     nbRemovedValues=0  detectedInconsistency=no
2.75/2.82	       =>  wckTime=0.084  cpuTime=0.08  mem=64M965
4.84/4.97	   
4.84/4.97	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=65M976)

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-1058949-1215119607/watcher-1058949-1215119607 -o /tmp/evaluation-result-1058949-1215119607/solver-1058949-1215119607 -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-1058949-1215119607.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.91 1.95 1.90 3/72 3136
/proc/meminfo: memFree=1591008/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=1616 CPUtime=0
/proc/3136/stat : 3136 (java) D 3134 3136 2460 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1990935628 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/3136/statm: 404 145 119 9 0 46 0

[startup+0.0419901 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 3136
/proc/meminfo: memFree=1591008/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=861876 CPUtime=0.03
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 2249 0 1 0 1 2 0 0 18 0 5 0 1990935628 882561024 1860 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 215469 1860 854 9 0 210448 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861876

[startup+0.102421 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 3136
/proc/meminfo: memFree=1591008/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=865884 CPUtime=0.09
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 3750 0 1 0 7 2 0 0 18 0 9 0 1990935628 886665216 3207 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216471 3207 1701 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301447 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 3136
/proc/meminfo: memFree=1591008/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=866196 CPUtime=0.29
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 5620 0 1 0 25 4 0 0 18 0 9 0 1990935628 886984704 5034 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216549 5034 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866196

[startup+0.701507 s]
/proc/loadavg: 1.91 1.95 1.90 3/72 3136
/proc/meminfo: memFree=1591008/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=866408 CPUtime=0.69
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 10731 0 1 0 63 6 0 0 18 0 9 0 1990935628 887201792 10101 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216602 10101 1969 9 0 211130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866408

[startup+1.50258 s]
/proc/loadavg: 1.91 1.95 1.90 4/81 3145
/proc/meminfo: memFree=1527256/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=866540 CPUtime=1.47
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 19372 0 1 0 137 10 0 0 18 0 9 0 1990935628 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216635 18734 1987 9 0 211163 0
[pid=3136/tid=3138] ppid=3134 vsize=866540 CPUtime=1.31
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 15673 0 1 0 123 8 0 0 25 0 9 0 1990935629 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4125958797 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3139] ppid=3134 vsize=866540 CPUtime=0.06
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 2667 0 0 0 5 1 0 0 17 0 9 0 1990935631 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3140] ppid=3134 vsize=866540 CPUtime=0
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1990935631 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=866540 CPUtime=0
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1990935631 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=866540 CPUtime=0
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990935633 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=866540 CPUtime=0.08
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 1990935633 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=866540 CPUtime=0
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1990935633 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=866540 CPUtime=0
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990935633 887336960 18734 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 866540

[startup+3.10278 s]
/proc/loadavg: 1.91 1.95 1.90 4/81 3145
/proc/meminfo: memFree=1494552/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867276 CPUtime=3.05
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 46632 274 1 0 286 18 0 1 18 0 9 0 1990935628 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216819 31328 2634 9 0 211325 0
[pid=3136/tid=3138] ppid=3134 vsize=867276 CPUtime=2.31
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 19795 274 1 0 221 9 0 1 25 0 9 0 1990935629 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4126827696 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867276 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 18 0 9 0 1990935631 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867276 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867276 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867276 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867276 CPUtime=0.2
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 548 274 0 0 19 0 0 1 15 0 9 0 1990935633 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867276 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867276 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888090624 31328 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867276

[startup+6.30116 s]
/proc/loadavg: 1.92 1.95 1.90 3/81 3149
/proc/meminfo: memFree=1475352/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=6.22
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 46667 274 1 0 602 19 0 1 18 0 9 0 1990935628 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31347 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=5.44
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 19810 274 1 0 534 9 0 1 17 0 9 0 1990935629 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4126827778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.24
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 568 274 0 0 23 0 0 1 16 0 9 0 1990935633 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31347 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867408

[startup+12.7029 s]
/proc/loadavg: 1.93 1.95 1.90 3/81 3149
/proc/meminfo: memFree=1475224/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=12.56
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 46695 274 1 0 1236 19 0 1 18 0 9 0 1990935628 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31358 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=11.75
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 19824 274 1 0 1165 9 0 1 25 0 9 0 1990935629 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4126827778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.26
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 582 274 0 0 25 0 0 1 15 0 9 0 1990935633 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31358 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867408

[startup+25.5024 s]
/proc/loadavg: 1.94 1.96 1.91 3/81 3149
/proc/meminfo: memFree=1475232/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=25.25
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 46722 274 1 0 2505 19 0 1 18 0 9 0 1990935628 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31362 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=24.44
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 19846 274 1 0 2434 9 0 1 25 0 9 0 1990935629 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4126827699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.27
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 587 274 0 0 26 0 0 1 15 0 9 0 1990935633 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31362 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867408

[startup+51.1024 s]
/proc/loadavg: 1.96 1.96 1.91 3/81 3149
/proc/meminfo: memFree=1475296/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=50.63
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 46762 274 1 0 5043 19 0 1 18 0 9 0 1990935628 888225792 31363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31363 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=49.82
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 19886 274 1 0 4971 10 0 1 25 0 9 0 1990935629 888225792 31363 996147200 134512640 134550740 4294955984 18446744073709551615 4126816981 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.27
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 587 274 0 0 26 0 0 1 16 0 9 0 1990935633 888225792 31363 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01

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

/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.28
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 591 274 0 0 27 0 0 1 16 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.05
Current children cumulated vsize (KiB) 867408

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 3210
/proc/meminfo: memFree=1502816/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=1536.02
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 48850 274 1 0 153575 26 0 1 18 0 9 0 1990935628 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31366 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=1535.2
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 21970 274 1 0 153503 16 0 1 25 0 9 0 1990935629 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4126827808 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.28
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 591 274 0 0 27 0 0 1 16 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.02
Current children cumulated vsize (KiB) 867408

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 3210
/proc/meminfo: memFree=1502816/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=1596
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 48929 274 1 0 159573 26 0 1 18 0 9 0 1990935628 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31366 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=1595.18
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 22049 274 1 0 159500 17 0 1 25 0 9 0 1990935629 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4126957919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.28
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 591 274 0 0 27 0 0 1 16 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596
Current children cumulated vsize (KiB) 867408

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 3210
/proc/meminfo: memFree=1502816/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=1655.98
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 49004 274 1 0 165571 26 0 1 18 0 9 0 1990935628 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31366 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=1655.16
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 22124 274 1 0 165498 17 0 1 25 0 9 0 1990935629 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4126827595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.28
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 591 274 0 0 27 0 0 1 16 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.98
Current children cumulated vsize (KiB) 867408

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 3210
/proc/meminfo: memFree=1502816/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=1715.96
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 49078 274 1 0 171568 27 0 1 18 0 9 0 1990935628 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31366 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=1715.13
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 22198 274 1 0 171495 17 0 1 25 0 9 0 1990935629 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4126827886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.28
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 591 274 0 0 27 0 0 1 16 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.96
Current children cumulated vsize (KiB) 867408

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 3212
/proc/meminfo: memFree=1502496/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=1775.93
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 49149 274 1 0 177565 27 0 1 18 0 9 0 1990935628 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31366 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=1775.11
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 22269 274 1 0 177493 17 0 1 25 0 9 0 1990935629 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4126827595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.28
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 591 274 0 0 27 0 0 1 16 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.93
Current children cumulated vsize (KiB) 867408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 1.99 1.97 1.91 3/81 3212
/proc/meminfo: memFree=1502496/2055920 swapFree=4179968/4192956
[pid=3136] ppid=3134 vsize=867408 CPUtime=1800.02
/proc/3136/stat : 3136 (java) S 3134 3136 2460 0 -1 0 49180 274 1 0 179974 27 0 1 18 0 9 0 1990935628 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3136/statm: 216852 31366 2634 9 0 211358 0
[pid=3136/tid=3138] ppid=3134 vsize=867408 CPUtime=1799.2
/proc/3136/task/3138/stat : 3138 (java) R 3134 3136 2460 0 -1 64 22300 274 1 0 179902 17 0 1 25 0 9 0 1990935629 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4126827595 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3139] ppid=3134 vsize=867408 CPUtime=0.52
/proc/3136/task/3139/stat : 3139 (java) S 3134 3136 2460 0 -1 64 25449 274 0 0 44 7 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3136/tid=3140] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3140/stat : 3140 (java) S 3134 3136 2460 0 -1 64 17 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3141] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3141/stat : 3141 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 16 0 9 0 1990935631 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3142] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3142/stat : 3142 (java) S 3134 3136 2460 0 -1 64 1 274 0 0 0 0 0 1 18 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3143] ppid=3134 vsize=867408 CPUtime=0.28
/proc/3136/task/3143/stat : 3143 (java) S 3134 3136 2460 0 -1 64 591 274 0 0 27 0 0 1 16 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3144] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3144/stat : 3144 (java) S 3134 3136 2460 0 -1 64 2 274 0 0 0 0 0 1 19 0 9 0 1990935633 888225792 31366 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3136/tid=3145] ppid=3134 vsize=867408 CPUtime=0.01
/proc/3136/task/3145/stat : 3145 (java) S 3134 3136 2460 0 -1 64 8 274 0 0 0 0 0 1 15 0 9 0 1990935633 888225792 31366 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) 867408

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): 1806.44
CPU time (s): 1800.07
CPU user time (s): 1799.76
CPU system time (s): 0.309952
CPU usage (%): 99.6477
Max. virtual memory (cumulated for all children) (KiB): 867408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.309952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49487
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= 37685
involuntary context switches= 42737

runsolver used 2.28965 second user time and 5.64614 second system time

The end

Launcher Data (download as text)

Begin job on node11 at 2008-07-03 23:13:28
IDJOB=1058949
IDBENCH=54197
IDSOLVER=363
FILE ID=node11/1058949-1215119607
PBS_JOBID= 7877182
Free space on /tmp= 66532 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-28-28/normalized-rand-3-28-28-93-632-35_ext.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-1058949-1215119607/watcher-1058949-1215119607 -o /tmp/evaluation-result-1058949-1215119607/solver-1058949-1215119607 -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-1058949-1215119607.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d823279ef8747297b1bad05094561a9
RANDOM SEED=418684908

node11.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.224
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.224
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:       1591488 kB
Buffers:         42476 kB
Cached:         311300 kB
SwapCached:       7100 kB
Active:         223772 kB
Inactive:       183168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591488 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:            7868 kB
Writeback:           0 kB
Mapped:          60948 kB
Slab:            42340 kB
Committed_AS:  3318480 kB
PageTables:       2220 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= 66532 MiB
End job on node11 at 2008-07-03 23:43:36