Trace number 1061429

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESAC? (TO) 1800.14 1804.08

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32b3.xml
MD5SUMbea50cbde6c6630d124865bae8e75420
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.08338
Satisfiable
(Un)Satisfiability was proved
Number of variables696
Number of constraints6082
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6082
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.19/0.27	
0.19/0.27	   configuration
0.19/0.27	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-1061429-1215132898.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.39/0.46	     nbVariables=696  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1392
0.39/0.46	       =>  wckTime=0.197  cpuTime=0.15  mem=8M829
0.39/0.46	   
0.39/0.46	   predicates being loaded...
0.49/0.53	   
0.49/0.53	   constraints being loaded...
2.84/2.97	     nbConstraints=6084  nbGlobalConstraints=2  nbConvertedConstraints=5436  nbConvertConstraintsChecks=16
2.84/2.97	     nbExtensionStructures=2  nbSharedExtensionStructures=5434  nbConflictsStructures=3
2.84/2.97	     nbSharedConflictsStructures=5485  nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=5
2.84/2.97	     nbEvaluationManagers=2  nbSharedEvaluationManagers=644  minDegree=3  maxDegree=120  minArity=2  avgArity=5.09
2.84/2.97	     maxArity=464  nbGenerators=2  nbFusions=0  symmetryWckTime=0.876  symmetryCpuTime=0.45
2.84/2.97	       =>  wckTime=2.702  cpuTime=1.97  mem=32M210
3.05/3.11	   
3.05/3.11	   solver IterativeSystematicSolver being built... 
3.24/3.37	   
3.24/3.37	   INFO : Forward propagation technique limited 
3.35/3.47	       =>  wckTime=3.199  cpuTime=2.24  mem=37M425
4.23/4.36	   
4.23/4.36	   preprocessing
4.23/4.36	     nbConstraintChecks=71319  nbValidityChecks=265086  nbPropagations=2875  nbRevisions=167937
4.23/4.36	     nbUselessRevisions=166467  nbSingletonTests=745  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
4.23/4.36	     nbRemovedValues=0  detectedInconsistency=no
4.23/4.36	       =>  wckTime=0.892  cpuTime=0.85  mem=40M408
7.30/7.49	   
7.30/7.49	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=41M419)

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-1061429-1215132898/watcher-1061429-1215132898 -o /tmp/evaluation-result-1061429-1215132898/solver-1061429-1215132898 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1061429-1215132898.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.97 1.98 1.99 3/72 16552
/proc/meminfo: memFree=1494400/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=862848 CPUtime=0.04
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 2403 0 1 0 2 2 0 0 18 0 7 0 1301535765 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 215712 1982 910 9 0 210691 0
[pid=16552/tid=16553] ppid=16550 vsize=862848 CPUtime=0.03
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 1687 0 1 0 2 1 0 0 18 0 7 0 1301535767 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=862848 CPUtime=0
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 3 0 0 0 0 0 0 0 19 0 7 0 1301535768 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=862848 CPUtime=0
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 9 0 0 0 0 0 0 0 19 0 7 0 1301535768 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=862848 CPUtime=0
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 1301535768 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=862848 CPUtime=0
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 0 0 0 0 0 0 0 18 0 7 0 1301535771 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=862848 CPUtime=0
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 23 0 0 0 0 0 0 0 19 0 7 0 1301535771 883556352 1982 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.154791 s]
/proc/loadavg: 1.97 1.98 1.99 3/72 16552
/proc/meminfo: memFree=1494400/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=865884 CPUtime=0.14
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 4155 0 1 0 11 3 0 0 18 0 9 0 1301535765 886665216 3590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 216471 3590 1801 9 0 211026 0
[pid=16552/tid=16553] ppid=16550 vsize=865884 CPUtime=0.11
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 3237 0 1 0 9 2 0 0 18 0 9 0 1301535767 886665216 3590 996147200 134512640 134550740 4294955968 18446744073709551615 103676045 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=865884 CPUtime=0
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1301535768 886665216 3590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=865884 CPUtime=0
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1301535768 886665216 3590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=865884 CPUtime=0
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1301535768 886665216 3590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=865884 CPUtime=0
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1301535771 886665216 3590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=865884 CPUtime=0.01
/proc/16552/task/16558/stat : 16558 (java) R 16550 16552 16367 0 -1 64 222 0 0 0 1 0 0 0 18 0 9 0 1301535771 886665216 3590 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 865884

[startup+0.2028 s]
/proc/loadavg: 1.97 1.98 1.99 3/72 16552
/proc/meminfo: memFree=1494400/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=866044 CPUtime=0.19
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 4537 0 1 0 15 4 0 0 18 0 9 0 1301535765 886829056 3964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 216511 3964 1858 9 0 211059 0
[pid=16552/tid=16553] ppid=16550 vsize=866044 CPUtime=0.15
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 3617 0 1 0 13 2 0 0 18 0 9 0 1301535767 886829056 3964 996147200 134512640 134550740 4294955968 18446744073709551615 102598465 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=866044 CPUtime=0
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1301535768 886829056 3964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=866044 CPUtime=0
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1301535768 886829056 3964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=866044 CPUtime=0
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1301535768 886829056 3964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=866044 CPUtime=0
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1301535771 886829056 3964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=866044 CPUtime=0.01
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 224 0 0 0 1 0 0 0 18 0 9 0 1301535771 886829056 3964 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866044

[startup+0.302818 s]
/proc/loadavg: 1.97 1.98 1.99 3/72 16552
/proc/meminfo: memFree=1494400/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=866284 CPUtime=0.28
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 5684 0 1 0 24 4 0 0 18 0 9 0 1301535765 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 216571 5087 1933 9 0 211099 0
[pid=16552/tid=16553] ppid=16550 vsize=866284 CPUtime=0.23
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 4711 0 1 0 20 3 0 0 18 0 9 0 1301535767 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 7583784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=866284 CPUtime=0
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1301535768 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=866284 CPUtime=0
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1301535768 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=866284 CPUtime=0
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1301535768 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=866284 CPUtime=0
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1301535771 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=866284 CPUtime=0.04
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 277 0 0 0 4 0 0 0 16 0 9 0 1301535771 887074816 5087 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702896 s]
/proc/loadavg: 1.97 1.98 1.99 3/72 16552
/proc/meminfo: memFree=1494400/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=867676 CPUtime=0.68
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 8361 0 1 0 61 7 0 0 18 0 9 0 1301535765 888500224 7721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 216919 7721 2007 9 0 211425 0
[pid=16552/tid=16553] ppid=16550 vsize=867676 CPUtime=0.5
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 7013 0 1 0 45 5 0 0 19 0 9 0 1301535767 888500224 7721 996147200 134512640 134550740 4294955968 18446744073709551615 4125978910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 3 0 0 0 0 0 0 0 19 0 9 0 1301535768 888500224 7721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1301535768 888500224 7721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1301535768 888500224 7721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1301535771 888500224 7721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=867676 CPUtime=0.16
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 652 0 0 0 16 0 0 0 16 0 9 0 1301535771 888500224 7721 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867676

[startup+1.50206 s]
/proc/loadavg: 2.14 2.02 2.00 3/81 16561
/proc/meminfo: memFree=1447224/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=867676 CPUtime=1.48
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 16931 0 1 0 127 21 0 0 18 0 9 0 1301535765 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 216919 16288 2014 9 0 211425 0
[pid=16552/tid=16553] ppid=16550 vsize=867676 CPUtime=1.22
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 15533 0 1 0 104 18 0 0 25 0 9 0 1301535767 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4126100566 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 4 0 0 0 0 0 0 0 17 0 9 0 1301535768 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1301535768 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1301535768 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1301535771 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=867676 CPUtime=0.23
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 701 0 0 0 22 1 0 0 16 0 9 0 1301535771 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16560] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1301535771 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=867676 CPUtime=0
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1301535771 888500224 16288 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867676

[startup+3.10137 s]
/proc/loadavg: 2.14 2.02 2.00 3/81 16561
/proc/meminfo: memFree=1429048/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868048 CPUtime=3.05
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 39264 1014 1 0 235 46 22 2 18 0 9 0 1301535765 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217012 23298 2613 9 0 211540 0
[pid=16552/tid=16553] ppid=16550 vsize=868048 CPUtime=2.41
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 20913 1014 1 0 180 37 22 2 23 0 9 0 1301535767 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868048 CPUtime=0.55
/proc/16552/task/16554/stat : 16554 (java) R 16550 16552 16367 0 -1 64 16666 1014 0 0 27 4 22 2 16 0 9 0 1301535768 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868048 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 17 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868048 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 8 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868048 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868048 CPUtime=0.51
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 840 1014 0 0 26 1 22 2 15 0 9 0 1301535771 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868048 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868048 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 8 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888881152 23298 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868048

[startup+6.303 s]
/proc/loadavg: 2.13 2.02 2.00 3/81 16565
/proc/meminfo: memFree=1408888/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=6.22
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49791 1014 1 0 548 50 22 2 18 0 9 0 1301535765 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23788 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=5.42
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29453 1014 1 0 478 40 22 2 25 0 9 0 1301535767 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4127220794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 18488 1014 0 0 31 5 22 2 17 0 9 0 1301535768 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 20 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.63
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 970 1014 0 0 37 2 22 2 15 0 9 0 1301535771 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23788 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 868092

[startup+12.7013 s]
/proc/loadavg: 2.12 2.02 2.00 3/81 16565
/proc/meminfo: memFree=1408760/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=12.55
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49796 1014 1 0 1181 50 22 2 18 0 9 0 1301535765 888926208 23790 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23790 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=11.75
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29455 1014 1 0 1111 40 22 2 25 0 9 0 1301535767 888926208 23790 996147200 134512640 134550740 4294955968 18446744073709551615 4127219014 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6

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

/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.69
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 1040 1014 0 0 43 2 22 2 17 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1538.57
Current children cumulated vsize (KiB) 868092

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16669
/proc/meminfo: memFree=1322424/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=1598.51
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49871 1014 1 0 159773 54 22 2 18 0 9 0 1301535765 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23808 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=1597.66
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29463 1014 1 0 159698 44 22 2 25 0 9 0 1301535767 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4127188917 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 18488 1014 0 0 31 5 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 20 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.69
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 1040 1014 0 0 43 2 22 2 16 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1598.51
Current children cumulated vsize (KiB) 868092

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16669
/proc/meminfo: memFree=1322424/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=1658.46
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49871 1014 1 0 165768 54 22 2 18 0 9 0 1301535765 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23808 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=1657.61
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29463 1014 1 0 165693 44 22 2 25 0 9 0 1301535767 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4127054455 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 18488 1014 0 0 31 5 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 20 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.69
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 1040 1014 0 0 43 2 22 2 16 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1658.46
Current children cumulated vsize (KiB) 868092

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16669
/proc/meminfo: memFree=1322360/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=1718.4
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49871 1014 1 0 171762 54 22 2 18 0 9 0 1301535765 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23808 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=1717.55
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29463 1014 1 0 171687 44 22 2 25 0 9 0 1301535767 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4127060820 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 18488 1014 0 0 31 5 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 20 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.69
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 1040 1014 0 0 43 2 22 2 16 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1718.4
Current children cumulated vsize (KiB) 868092

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16669
/proc/meminfo: memFree=1322360/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=1778.35
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49871 1014 1 0 177757 54 22 2 18 0 9 0 1301535765 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23808 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=1777.5
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29463 1014 1 0 177682 44 22 2 25 0 9 0 1301535767 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4127062120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 18488 1014 0 0 31 5 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 20 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.69
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 1040 1014 0 0 43 2 22 2 16 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1778.35
Current children cumulated vsize (KiB) 868092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16669
/proc/meminfo: memFree=1322360/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=1800.04
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49871 1014 1 0 179925 55 22 2 18 0 9 0 1301535765 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23808 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=1799.18
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29463 1014 1 0 179850 44 22 2 25 0 9 0 1301535767 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4127222036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 18488 1014 0 0 31 5 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 20 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.69
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 1040 1014 0 0 43 2 22 2 16 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868092

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

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

[startup+1804 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 16669
/proc/meminfo: memFree=1322360/2055920 swapFree=4121052/4192956
[pid=16552] ppid=16550 vsize=868092 CPUtime=1800.04
/proc/16552/stat : 16552 (java) S 16550 16552 16367 0 -1 0 49871 1014 1 0 179925 55 22 2 18 0 9 0 1301535765 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16552/statm: 217023 23808 2637 9 0 211529 0
[pid=16552/tid=16553] ppid=16550 vsize=868092 CPUtime=1799.18
/proc/16552/task/16553/stat : 16553 (java) R 16550 16552 16367 0 -1 64 29463 1014 1 0 179850 44 22 2 25 0 9 0 1301535767 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4127222036 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16554] ppid=16550 vsize=868092 CPUtime=0.6
/proc/16552/task/16554/stat : 16554 (java) S 16550 16552 16367 0 -1 64 18488 1014 0 0 31 5 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16555] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16555/stat : 16555 (java) S 16550 16552 16367 0 -1 64 20 1014 0 0 0 0 22 2 16 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16556] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16556/stat : 16556 (java) S 16550 16552 16367 0 -1 64 11 1014 0 0 0 0 22 2 15 0 9 0 1301535768 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16557] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16557/stat : 16557 (java) S 16550 16552 16367 0 -1 64 1 1014 0 0 0 0 22 2 18 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16558] ppid=16550 vsize=868092 CPUtime=0.69
/proc/16552/task/16558/stat : 16558 (java) S 16550 16552 16367 0 -1 64 1040 1014 0 0 43 2 22 2 16 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16552/tid=16560] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16560/stat : 16560 (java) S 16550 16552 16367 0 -1 64 2 1014 0 0 0 0 22 2 19 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16552/tid=16561] ppid=16550 vsize=868092 CPUtime=0.24
/proc/16552/task/16561/stat : 16561 (java) S 16550 16552 16367 0 -1 64 37 1014 0 0 0 0 22 2 15 0 9 0 1301535771 888926208 23808 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 868092

Child status: 143
Real time (s): 1804.08
CPU time (s): 1800.14
CPU user time (s): 1799.55
CPU system time (s): 0.58991
CPU usage (%): 99.7812
Max. virtual memory (cumulated for all children) (KiB): 868092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.55
system time used= 0.58991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50919
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= 38576
involuntary context switches= 33948

runsolver used 2.28565 second user time and 5.9301 second system time

The end

Launcher Data (download as text)

Begin job on node20 at 2008-07-04 02:54:59
IDJOB=1061429
IDBENCH=54556
IDSOLVER=364
FILE ID=node20/1061429-1215132898
PBS_JOBID= 7877336
Free space on /tmp= 66544 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32b3.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1061429-1215132898/watcher-1061429-1215132898 -o /tmp/evaluation-result-1061429-1215132898/solver-1061429-1215132898 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1061429-1215132898.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bea50cbde6c6630d124865bae8e75420
RANDOM SEED=213694598

node20.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.263
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.263
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:       1494880 kB
Buffers:         65008 kB
Cached:         313976 kB
SwapCached:      65804 kB
Active:         272576 kB
Inactive:       214392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1494880 kB
SwapTotal:     4192956 kB
SwapFree:      4121052 kB
Dirty:            3236 kB
Writeback:           0 kB
Mapped:         114376 kB
Slab:            59244 kB
Committed_AS:  2627340 kB
PageTables:       1944 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= 66536 MiB
End job on node20 at 2008-07-04 03:25:05