Trace number 2068468

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
SAT4J CSP 2.1.1? (TO) 1800.36 1811.14

General information on the benchmark

Namecsp/pseudo/
primesDimacs/normalized-g-125-18.xml
MD5SUM22689bcc3124eea2b7d80bb2193e6792
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4500
Number of constraints72413
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension72413
Global constraints used (with number of constraints)

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.21	c c --- Begin Solver configuration ---
0.18/0.21	c Stops conflict analysis at the first Unique Implication Point
0.18/0.21	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.21	c Learn all clauses as in MiniSAT
0.18/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.21	c Expensive reason simplification
0.18/0.21	c MiniSAT restarts strategy
0.18/0.21	c Memory based learned constraints deletion strategy
0.18/0.21	c timeout=2147483s
0.18/0.21	c DB Simplification allowed=false
0.18/0.21	c --- End Solver configuration ---
0.18/0.21	c solving HOME/instance-2068468-1247347302.xml
0.18/0.21	c reading problem ... 
0.40/0.42	c reading problem named null
0.40/0.42	c reading domains done.
0.40/0.43	c reading variables done.
1.70/1.75	c reading predicates  done.
1.90/1.97	c reading constraints
279.67/279.86	c done with constraints.
279.67/279.87	c ... done. Wall clock time 279.658s.
279.67/279.87	c #vars     9000
279.67/279.87	c #constraints  298277
279.67/279.87	c constraints type 
279.67/279.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144701
279.67/279.87	c org.sat4j.minisat.constraints.card.AtLeast => 4500
279.67/279.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 149076
1800.04/1810.91	c starts		: 18
1800.04/1810.91	c conflicts		: 245105
1800.04/1810.91	c decisions		: 350219
1800.04/1810.91	c propagations		: 167913879
1800.04/1810.91	c inspects		: 4895574889
1800.04/1810.92	c learnt literals	: 0
1800.04/1810.92	c learnt binary clauses	: 0
1800.04/1810.92	c learnt ternary clauses	: 0
1800.04/1810.92	c learnt clauses	: 245105
1800.04/1810.92	c ignored clauses	: 0
1800.04/1810.92	c root simplifications	: 0
1800.04/1810.92	c removed literals (reason simplification)	: 1860943
1800.04/1810.92	c reason swapping (by a shorter reason)	: 0
1800.04/1810.92	c Calls to reduceDB	: 0
1800.04/1810.92	c speed (assignments/second)	: 109672.94104276696
1800.04/1810.92	c non guided choices	34
1800.17/1811.06	c learnt constraints type 
1800.17/1811.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 245112
1800.17/1811.06	c constraints type 
1800.17/1811.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 144701
1800.17/1811.06	c org.sat4j.minisat.constraints.card.AtLeast => 4500
1800.17/1811.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 149076
1800.17/1811.06	s UNKNOWN
1800.17/1811.06	c Total wall clock time (in seconds) : 1810.701

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068468-1247347302/watcher-2068468-1247347302 -o /tmp/evaluation-result-2068468-1247347302/solver-2068468-1247347302 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068468-1247347302.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.02 2.08 4/80 15540
/proc/meminfo: memFree=1776088/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=152 CPUtime=0
/proc/15540/stat : 15540 (java) R 15538 15540 14229 0 -1 0 204 0 0 0 0 0 0 0 18 0 1 0 21793372 155648 26 996147200 134512640 134550932 4294956016 18446744073709551615 9286436 0 0 4096 0 0 0 0 17 0 0 0
/proc/15540/statm: 38 26 19 9 0 4 0

[startup+0.03919 s]
/proc/loadavg: 1.93 2.02 2.08 4/80 15540
/proc/meminfo: memFree=1776088/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=801384 CPUtime=0.02
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 2511 0 1 0 1 1 0 0 18 0 5 0 21793372 820617216 2258 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 200346 2258 978 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.101199 s]
/proc/loadavg: 1.93 2.02 2.08 4/80 15540
/proc/meminfo: memFree=1776088/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=804560 CPUtime=0.09
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 3076 0 1 0 7 2 0 0 18 0 12 0 21793372 823869440 2819 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 201140 2819 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301239 s]
/proc/loadavg: 1.93 2.02 2.08 4/80 15540
/proc/meminfo: memFree=1776088/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=807536 CPUtime=0.3
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 4611 0 1 0 27 3 0 0 18 0 12 0 21793372 826916864 4246 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 201884 4247 1368 9 0 199211 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807536

[startup+0.701316 s]
/proc/loadavg: 1.93 2.02 2.08 4/80 15540
/proc/meminfo: memFree=1776088/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=808484 CPUtime=0.7
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 5543 0 1 0 66 4 0 0 18 0 12 0 21793372 827887616 5002 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 202121 5002 1392 9 0 199448 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 808484

[startup+1.50247 s]
/proc/loadavg: 1.93 2.02 2.08 4/92 15552
/proc/meminfo: memFree=1760760/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=810940 CPUtime=1.5
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 7612 0 1 0 145 5 0 0 18 0 12 0 21793372 830402560 6107 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 202735 6108 1407 9 0 200062 0
[pid=15540/tid=15542] ppid=15538 vsize=810940 CPUtime=0.82
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 3998 0 1 0 79 3 0 0 22 0 12 0 21793373 830402560 6108 996147200 134512640 134550932 4294956016 18446744073709551615 106834530 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21793374 830402560 6108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21793374 830402560 6108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21793376 830402560 6108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21793376 830402560 6108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 21793376 830402560 6108 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21793381 830402560 6109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=810940 CPUtime=0.05
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 263 0 0 0 5 0 0 0 16 0 12 0 21793381 830402560 6109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=810940 CPUtime=0.61
/proc/15540/task/15550/stat : 15550 (java) S 15538 15540 14229 0 -1 64 2610 0 0 0 60 1 0 0 17 0 12 0 21793381 830402560 6109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15551] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21793381 830402560 6109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=810940 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21793381 830402560 6109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 810940

[startup+3.10278 s]
/proc/loadavg: 1.93 2.02 2.08 4/92 15552
/proc/meminfo: memFree=1750136/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=813248 CPUtime=3.1
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 11430 0 1 0 302 8 0 0 18 0 12 0 21793372 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 203312 8871 1422 9 0 200639 0
[pid=15540/tid=15542] ppid=15538 vsize=813248 CPUtime=1.42
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 6336 0 1 0 137 5 0 0 25 0 12 0 21793373 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 21793374 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 21793374 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 21793376 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 21793376 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 21793376 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21793381 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=813248 CPUtime=0.05
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 263 0 0 0 5 0 0 0 16 0 12 0 21793381 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=813248 CPUtime=1.6
/proc/15540/task/15550/stat : 15550 (java) R 15538 15540 14229 0 -1 64 4089 0 0 0 159 1 0 0 18 0 12 0 21793381 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 104139304 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15551] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21793381 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=813248 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21793381 832765952 8871 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 813248

[startup+6.3024 s]
/proc/loadavg: 2.01 2.03 2.08 4/92 15552
/proc/meminfo: memFree=1725240/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=812844 CPUtime=6.3
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 26244 0 1 0 613 17 0 0 18 0 12 0 21793372 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 203211 21613 1448 9 0 200538 0
[pid=15540/tid=15542] ppid=15538 vsize=812844 CPUtime=2.88
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 17473 0 1 0 276 12 0 0 25 0 12 0 21793373 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=812844 CPUtime=0.02
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 856 0 0 0 2 0 0 0 17 0 12 0 21793374 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=812844 CPUtime=0.02
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 593 0 0 0 2 0 0 0 17 0 12 0 21793374 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=812844 CPUtime=0
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 21793376 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=812844 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21793376 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=812844 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21793376 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=812844 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21793381 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=812844 CPUtime=0.13
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 268 0 0 0 13 0 0 0 16 0 12 0 21793381 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=812844 CPUtime=3.19
/proc/15540/task/15550/stat : 15550 (java) R 15538 15540 14229 0 -1 64 6302 0 0 0 317 2 0 0 16 0 12 0 21793381 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 105488238 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15551] ppid=15538 vsize=812844 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21793381 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=812844 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21793381 832352256 21613 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 812844

[startup+12.7026 s]
/proc/loadavg: 2.01 2.03 2.08 5/92 15552
/proc/meminfo: memFree=1661240/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=815952 CPUtime=12.69
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 36677 0 1 0 1247 22 0 0 18 0 12 0 21793372 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 203988 30972 1451 9 0 201315 0
[pid=15540/tid=15542] ppid=15538 vsize=815952 CPUtime=7.7
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 17485 0 1 0 757 13 0 0 25 0 12 0 21793373 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4110520375 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=815952 CPUtime=0.41
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 5117 0 0 0 39 2 0 0 16 0 12 0 21793374 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=815952 CPUtime=0.42
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 4842 0 0 0 41 1 0 0 16 0 12 0 21793374 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=815952 CPUtime=0
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 21793376 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=815952 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21793376 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=815952 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21793376 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=815952 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21793381 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=815952 CPUtime=0.13
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 268 0 0 0 13 0 0 0 16 0 12 0 21793381 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=815952 CPUtime=3.97
/proc/15540/task/15550/stat : 15550 (java) S 15538 15540 14229 0 -1 64 8200 0 0 0 394 3 0 0 19 0 12 0 21793381 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15551] ppid=15538 vsize=815952 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 21793381 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=815952 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 21793381 835534848 30972 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 815952

[startup+25.5011 s]
/proc/loadavg: 2.01 2.03 2.08 3/92 15552
/proc/meminfo: memFree=1653944/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=814736 CPUtime=25.49
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 37821 0 1 0 2526 23 0 0 18 0 12 0 21793372 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 203684 31785 1451 9 0 201011 0
[pid=15540/tid=15542] ppid=15538 vsize=814736 CPUtime=20.36
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 17518 0 1 0 2023 13 0 0 25 0 12 0 21793373 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=814736 CPUtime=0.47
/proc/15540/task/15543/stat : 15543 (java) R 15538 15540 14229 0 -1 64 5879 0 0 0 45 2 0 0 15 0 12 0 21793374 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=814736 CPUtime=0.47
/proc/15540/task/15544/stat : 15544 (java) R 15538 15540 14229 0 -1 64 5191 0 0 0 46 1 0 0 15 0 12 0 21793374 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 103115907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=814736 CPUtime=0.03
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 25 0 0 0 3 0 0 0 15 0 12 0 21793376 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=814736 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 21793376 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=814736 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 21793376 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=814736 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 21793381 834289664 31785 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=814736 CPUtime=0.13

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

[pid=15540/tid=15545] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 26 0 0 0 10 3 0 0 16 0 13 0 21793376 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15546] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 268 0 0 0 13 0 0 0 16 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=815060 CPUtime=4.9
/proc/15540/task/15550/stat : 15550 (java) S 15538 15540 14229 0 -1 64 8204 0 0 0 487 3 0 0 17 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15551] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15553] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15553/stat : 15553 (java) S 15538 15540 14229 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 21821368 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.24
Current children cumulated vsize (KiB) 815060

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15635
/proc/meminfo: memFree=744168/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=815060 CPUtime=1711.67
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 92286 0 1 0 171107 60 0 0 18 0 13 0 21793372 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 203765 85796 1455 9 0 201092 0
[pid=15540/tid=15542] ppid=15538 vsize=815060 CPUtime=1703.22
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 17985 0 1 0 170298 24 0 0 25 0 13 0 21793373 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4109269770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15543] ppid=15538 vsize=815060 CPUtime=1.62
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 31951 0 0 0 148 14 0 0 17 0 13 0 21793374 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15544] ppid=15538 vsize=815060 CPUtime=1.61
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 33106 0 0 0 148 13 0 0 17 0 13 0 21793374 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15545] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 26 0 0 0 10 3 0 0 16 0 13 0 21793376 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15546] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 268 0 0 0 13 0 0 0 16 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=815060 CPUtime=4.9
/proc/15540/task/15550/stat : 15550 (java) S 15538 15540 14229 0 -1 64 8204 0 0 0 487 3 0 0 17 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15551] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21793381 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15553] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15553/stat : 15553 (java) S 15538 15540 14229 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 21821368 834621440 85796 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1711.67
Current children cumulated vsize (KiB) 815060

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15637
/proc/meminfo: memFree=708264/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=815060 CPUtime=1771.44
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 99297 0 1 0 177081 63 0 0 18 0 13 0 21793372 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 203765 92634 1455 9 0 201092 0
[pid=15540/tid=15542] ppid=15538 vsize=815060 CPUtime=1762.86
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 17986 0 1 0 176262 24 0 0 25 0 13 0 21793373 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4110472586 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=815060 CPUtime=1.68
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 35017 0 0 0 153 15 0 0 16 0 13 0 21793374 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=815060 CPUtime=1.68
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 37050 0 0 0 154 14 0 0 17 0 13 0 21793374 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 26 0 0 0 10 3 0 0 16 0 13 0 21793376 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 268 0 0 0 13 0 0 0 16 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=815060 CPUtime=4.9
/proc/15540/task/15550/stat : 15550 (java) S 15538 15540 14229 0 -1 64 8204 0 0 0 487 3 0 0 17 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15551] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15553] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15553/stat : 15553 (java) S 15538 15540 14229 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 21821368 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1771.44
Current children cumulated vsize (KiB) 815060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15637
/proc/meminfo: memFree=708200/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=815060 CPUtime=1800.04
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 99297 0 1 0 179941 63 0 0 18 0 13 0 21793372 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 203765 92634 1455 9 0 201092 0
[pid=15540/tid=15542] ppid=15538 vsize=815060 CPUtime=1791.45
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 17986 0 1 0 179121 24 0 0 25 0 13 0 21793373 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4109722527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=815060 CPUtime=1.68
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 35017 0 0 0 153 15 0 0 16 0 13 0 21793374 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=815060 CPUtime=1.68
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 37050 0 0 0 154 14 0 0 17 0 13 0 21793374 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 26 0 0 0 10 3 0 0 16 0 13 0 21793376 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 21793376 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15549] ppid=15538 vsize=815060 CPUtime=0.13
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 268 0 0 0 13 0 0 0 16 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=815060 CPUtime=4.9
/proc/15540/task/15550/stat : 15550 (java) S 15538 15540 14229 0 -1 64 8204 0 0 0 487 3 0 0 17 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15551] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 21793381 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15553] ppid=15538 vsize=815060 CPUtime=0
/proc/15540/task/15553/stat : 15553 (java) S 15538 15540 14229 0 -1 64 6 0 0 0 0 0 0 0 23 0 13 0 21821368 834621440 92634 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 815060

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

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

[startup+1811.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15637
/proc/meminfo: memFree=708200/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=815708 CPUtime=1800.17
/proc/15540/stat : 15540 (java) S 15538 15540 14229 0 -1 0 99315 0 1 0 179954 63 0 0 16 0 15 0 21793372 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15540/statm: 203927 92652 1455 9 0 201254 0
[pid=15540/tid=15542] ppid=15538 vsize=815708 CPUtime=1791.56
/proc/15540/task/15542/stat : 15542 (java) R 15538 15540 14229 0 -1 64 17986 0 1 0 179132 24 0 0 25 0 15 0 21793373 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4110471667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15543] ppid=15538 vsize=815708 CPUtime=1.68
/proc/15540/task/15543/stat : 15543 (java) S 15538 15540 14229 0 -1 64 35017 0 0 0 153 15 0 0 16 0 15 0 21793374 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15544] ppid=15538 vsize=815708 CPUtime=1.68
/proc/15540/task/15544/stat : 15544 (java) S 15538 15540 14229 0 -1 64 37050 0 0 0 154 14 0 0 17 0 15 0 21793374 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15545] ppid=15538 vsize=815708 CPUtime=0.13
/proc/15540/task/15545/stat : 15545 (java) S 15538 15540 14229 0 -1 64 26 0 0 0 10 3 0 0 16 0 15 0 21793376 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15546] ppid=15538 vsize=815708 CPUtime=0
/proc/15540/task/15546/stat : 15546 (java) S 15538 15540 14229 0 -1 64 10 0 0 0 0 0 0 0 16 0 15 0 21793376 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15547] ppid=15538 vsize=815708 CPUtime=0
/proc/15540/task/15547/stat : 15547 (java) S 15538 15540 14229 0 -1 64 7 0 0 0 0 0 0 0 16 0 15 0 21793376 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15548] ppid=15538 vsize=815708 CPUtime=0
/proc/15540/task/15548/stat : 15548 (java) S 15538 15540 14229 0 -1 64 6 0 0 0 0 0 0 0 18 0 15 0 21793381 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15549] ppid=15538 vsize=815708 CPUtime=0.13
/proc/15540/task/15549/stat : 15549 (java) S 15538 15540 14229 0 -1 64 268 0 0 0 13 0 0 0 16 0 15 0 21793381 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15550] ppid=15538 vsize=815708 CPUtime=4.91
/proc/15540/task/15550/stat : 15550 (java) R 15538 15540 14229 0 -1 64 8204 0 0 0 488 3 0 0 16 0 15 0 21793381 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 106262334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15540/tid=15551] ppid=15538 vsize=815708 CPUtime=0
/proc/15540/task/15551/stat : 15551 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 25 0 15 0 21793381 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15552] ppid=15538 vsize=815708 CPUtime=0
/proc/15540/task/15552/stat : 15552 (java) S 15538 15540 14229 0 -1 64 1 0 0 0 0 0 0 0 15 0 15 0 21793381 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15540/tid=15553] ppid=15538 vsize=815708 CPUtime=0
/proc/15540/task/15553/stat : 15553 (java) S 15538 15540 14229 0 -1 64 6 0 0 0 0 0 0 0 23 0 15 0 21821368 835284992 92652 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 815708

[startup+1811.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/95 15637
/proc/meminfo: memFree=708200/2055920 swapFree=4192812/4192956
[pid=15540] ppid=15538 vsize=0 CPUtime=1800.32
/proc/15540/stat : 15540 (java) Z 15538 15540 14229 0 -1 1036 99321 0 1 0 179967 65 0 0 16 0 2 0 21793372 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/15540/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.14
CPU time (s): 1800.36
CPU user time (s): 1799.67
CPU system time (s): 0.690894
CPU usage (%): 99.405
Max. virtual memory (cumulated for all children) (KiB): 816324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.690894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99321
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= 45734
involuntary context switches= 81295

runsolver used 2.27265 second user time and 6.06008 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-11 23:21:43
IDJOB=2068468
IDBENCH=54868
IDSOLVER=731
FILE ID=node59/2068468-1247347302
PBS_JOBID= 9506726
Free space on /tmp= 66360 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/primesDimacs/normalized-g-125-18.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068468-1247347302/watcher-2068468-1247347302 -o /tmp/evaluation-result-2068468-1247347302/solver-2068468-1247347302 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2068468-1247347302.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 22689bcc3124eea2b7d80bb2193e6792
RANDOM SEED=902943416

node59.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:       1776568 kB
Buffers:         32932 kB
Cached:         103544 kB
SwapCached:          0 kB
Active:         182336 kB
Inactive:        47016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776568 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10784 kB
Writeback:           0 kB
Mapped:         110700 kB
Slab:            35148 kB
Committed_AS:   907200 kB
PageTables:       2044 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= 66212 MiB
End job on node59 at 2009-07-11 23:51:55