Trace number 2082504

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? 93.4988 92.8047

General information on the benchmark

Namecsp/rand-8-20-5/
normalized-rand-8-20-5-18-800-5_ext.xml
MD5SUM6b8857b2844edd92b15e6a0cf4e8bdd0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark18.9251
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.14	c That software uses the Rhino library from the Mozilla project.
0.08/0.15	c version 2.1.1.v20090622
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 671000808
0.08/0.15	c Max memory 672137216
0.08/0.15	c Total memory 672137216
0.08/0.15	c Number of processors 2
0.18/0.24	c c --- Begin Solver configuration ---
0.18/0.24	c Stops conflict analysis at the first Unique Implication Point
0.18/0.24	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.24	c Learn all clauses as in MiniSAT
0.18/0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.24	c Expensive reason simplification
0.18/0.24	c MiniSAT restarts strategy
0.18/0.24	c Memory based learned constraints deletion strategy
0.18/0.24	c timeout=2147483s
0.18/0.24	c DB Simplification allowed=false
0.18/0.24	c --- End Solver configuration ---
0.18/0.24	c solving HOME/instance-2082504-1247375279.xml
0.18/0.24	c reading problem ... 
0.38/0.48	c reading problem named null
0.38/0.48	c reading domains done.
0.38/0.49	c reading variables done.
0.47/0.50	c reading relations done.
13.36/13.48	c reading constraints
34.02/33.16	c done with constraints.
34.02/33.16	c ... done. Wall clock time 32.926s.
34.02/33.16	c #vars     100
34.02/33.16	c #constraints  5625504
34.02/33.16	c constraints type 
34.02/33.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625484
34.02/33.17	c org.sat4j.minisat.constraints.card.AtLeast => 20
72.80/72.02	c cleaning 244 clauses out of 501
85.42/84.75	c cleaning 367 clauses out of 756
93.29/92.69	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
93.29/92.69		at org.sat4j.core.Vec.ensure(Unknown Source)
93.29/92.69		at org.sat4j.core.Vec.push(Unknown Source)
93.29/92.69		at org.sat4j.minisat.constraints.cnf.Lits.watch(Unknown Source)
93.29/92.69		at org.sat4j.minisat.constraints.cnf.WLClause.propagate(Unknown Source)
93.29/92.69		at org.sat4j.minisat.core.Solver.propagate(Unknown Source)
93.29/92.69		at org.sat4j.minisat.core.Solver.search(Unknown Source)
93.29/92.69		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.29/92.69		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.29/92.69		at org.sat4j.minisat.core.Solver.isSatisfiable(Unknown Source)
93.29/92.69		at org.sat4j.AbstractLauncher.solve(Unknown Source)
93.29/92.69		at org.sat4j.AbstractLauncher.run(Unknown Source)
93.29/92.69		at org.sat4j.csp.CSPLauncher.main(Unknown Source)
93.29/92.69	c starts		: 5
93.29/92.69	c conflicts		: 1095
93.29/92.69	c decisions		: 1864
93.29/92.69	c propagations		: 11620
93.29/92.69	c inspects		: 113020662
93.29/92.69	c learnt literals	: 0
93.29/92.69	c learnt binary clauses	: 0
93.29/92.69	c learnt ternary clauses	: 0
93.29/92.69	c learnt clauses	: 1095
93.29/92.69	c ignored clauses	: 0
93.29/92.69	c root simplifications	: 0
93.29/92.69	c removed literals (reason simplification)	: 283
93.29/92.69	c reason swapping (by a shorter reason)	: 0
93.29/92.69	c Calls to reduceDB	: 2
93.29/92.69	c speed (assignments/second)	: 195.20881631555957
93.29/92.69	c non guided choices	79
93.29/92.69	c learnt constraints type 
93.29/92.69	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 484
93.29/92.69	c constraints type 
93.29/92.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5625484
93.29/92.69	c org.sat4j.minisat.constraints.card.AtLeast => 20
93.29/92.70	s UNKNOWN
93.29/92.70	c Total wall clock time (in seconds) : 92.453

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-2082504-1247375279/watcher-2082504-1247375279 -o /tmp/evaluation-result-2082504-1247375279/solver-2082504-1247375279 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082504-1247375279.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.97 1.99 1.99 4/73 23673
/proc/meminfo: memFree=1651392/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=18576 CPUtime=0
/proc/23673/stat : 23673 (runsolver) R 23671 23673 18774 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 24595376 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 228706544935 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23673/statm: 4644 284 249 26 0 2626 0

[startup+0.0787579 s]
/proc/loadavg: 1.97 1.99 1.99 4/73 23673
/proc/meminfo: memFree=1651392/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=802164 CPUtime=0.06
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 2795 0 1 0 5 1 0 0 20 0 7 0 24595376 821415936 2540 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 200541 2540 1034 9 0 197892 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802164

[startup+0.102756 s]
/proc/loadavg: 1.97 1.99 1.99 4/73 23673
/proc/meminfo: memFree=1651392/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=804560 CPUtime=0.08
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 3006 0 1 0 7 1 0 0 20 0 12 0 24595376 823869440 2749 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 201140 2749 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.302775 s]
/proc/loadavg: 1.97 1.99 1.99 4/73 23673
/proc/meminfo: memFree=1651392/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=805896 CPUtime=0.27
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 4384 0 1 0 24 3 0 0 20 0 12 0 24595376 825237504 4121 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 201474 4121 1359 9 0 198801 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 805896

[startup+0.701816 s]
/proc/loadavg: 1.97 1.99 1.99 4/73 23673
/proc/meminfo: memFree=1651392/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=807176 CPUtime=0.67
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 10138 0 1 0 60 7 0 0 20 0 12 0 24595376 826548224 9591 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 201794 9591 1387 9 0 199121 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807176

[startup+1.50189 s]
/proc/loadavg: 2.05 2.01 2.00 3/85 23685
/proc/meminfo: memFree=1613344/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=807392 CPUtime=1.47
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 13323 0 1 0 138 9 0 0 20 0 12 0 24595376 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 201848 12376 1407 9 0 199175 0
[pid=23673/tid=23675] ppid=23671 vsize=807392 CPUtime=0.84
/proc/23673/task/23675/stat : 23675 (java) R 23671 23673 18774 0 -1 64 10893 0 1 0 76 8 0 0 25 0 12 0 24595378 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4109133217 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23676] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23676/stat : 23676 (java) S 23671 23673 18774 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 24595379 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23677/stat : 23677 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 24595379 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23678/stat : 23678 (java) S 23671 23673 18774 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 24595381 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23679] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 24595381 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23680] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 24595381 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23681] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24595386 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=807392 CPUtime=0.04
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 282 0 0 0 4 0 0 0 18 0 12 0 24595386 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=807392 CPUtime=0.57
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 1407 0 0 0 57 0 0 0 16 0 12 0 24595386 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23684] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24595386 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595386 826769408 12376 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 807392

[startup+3.10105 s]
/proc/loadavg: 2.05 2.01 2.00 5/85 23685
/proc/meminfo: memFree=1560672/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=807392 CPUtime=3.07
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 28033 0 1 0 290 17 0 0 20 0 12 0 24595376 826769408 27072 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 201848 27073 1417 9 0 199175 0
[pid=23673/tid=23675] ppid=23671 vsize=807392 CPUtime=2.06
/proc/23673/task/23675/stat : 23675 (java) R 23671 23673 18774 0 -1 64 16908 0 1 0 194 12 0 0 25 0 12 0 24595378 826769408 27074 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23676] ppid=23671 vsize=807392 CPUtime=0.08
/proc/23673/task/23676/stat : 23676 (java) R 23671 23673 18774 0 -1 64 4178 0 0 0 6 2 0 0 15 0 12 0 24595379 826769408 27076 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23677] ppid=23671 vsize=807392 CPUtime=0.09
/proc/23673/task/23677/stat : 23677 (java) R 23671 23673 18774 0 -1 64 4473 0 0 0 7 2 0 0 16 0 12 0 24595379 826769408 27077 996147200 134512640 134550932 4294956016 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23678] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23678/stat : 23678 (java) S 23671 23673 18774 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 24595381 826769408 27078 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24595381 826769408 27079 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24595381 826769408 27081 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23681] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24595386 826769408 27082 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=807392 CPUtime=0.04
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 282 0 0 0 4 0 0 0 18 0 12 0 24595386 826769408 27083 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=807392 CPUtime=0.77
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 1439 0 0 0 77 0 0 0 16 0 12 0 24595386 826769408 27084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23684] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24595386 826769408 27085 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=807392 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595386 826769408 27087 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 807392

[startup+6.30234 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 23685
/proc/meminfo: memFree=1483168/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=807880 CPUtime=6.26
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 48252 0 1 0 597 29 0 0 20 0 12 0 24595376 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 201970 47172 1420 9 0 199297 0
[pid=23673/tid=23675] ppid=23671 vsize=807880 CPUtime=4.53
/proc/23673/task/23675/stat : 23675 (java) R 23671 23673 18774 0 -1 64 16926 0 1 0 441 12 0 0 25 0 12 0 24595378 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4109656315 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23676] ppid=23671 vsize=807880 CPUtime=0.43
/proc/23673/task/23676/stat : 23676 (java) S 23671 23673 18774 0 -1 64 11621 0 0 0 37 6 0 0 16 0 12 0 24595379 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=807880 CPUtime=0.44
/proc/23673/task/23677/stat : 23677 (java) S 23671 23673 18774 0 -1 64 17227 0 0 0 35 9 0 0 16 0 12 0 24595379 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=807880 CPUtime=0
/proc/23673/task/23678/stat : 23678 (java) S 23671 23673 18774 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 24595381 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23679] ppid=23671 vsize=807880 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24595381 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=807880 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24595381 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23681] ppid=23671 vsize=807880 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24595386 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=807880 CPUtime=0.04
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 282 0 0 0 4 0 0 0 18 0 12 0 24595386 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=807880 CPUtime=0.77
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 1439 0 0 0 77 0 0 0 16 0 12 0 24595386 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23684] ppid=23671 vsize=807880 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24595386 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=807880 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595386 827269120 47172 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 807880

[startup+12.7029 s]
/proc/loadavg: 2.04 2.01 2.00 5/85 23685
/proc/meminfo: memFree=1344864/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=807716 CPUtime=12.66
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 81818 0 1 0 1217 49 0 0 20 0 12 0 24595376 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 201929 80633 1420 9 0 199256 0
[pid=23673/tid=23675] ppid=23671 vsize=807716 CPUtime=9.61
/proc/23673/task/23675/stat : 23675 (java) R 23671 23673 18774 0 -1 64 16954 0 1 0 947 14 0 0 25 0 12 0 24595378 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23676] ppid=23671 vsize=807716 CPUtime=1.09
/proc/23673/task/23676/stat : 23676 (java) R 23671 23673 18774 0 -1 64 32422 0 0 0 92 17 0 0 15 0 12 0 24595379 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 103112709 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23677] ppid=23671 vsize=807716 CPUtime=1.08
/proc/23673/task/23677/stat : 23677 (java) R 23671 23673 18774 0 -1 64 29964 0 0 0 93 15 0 0 16 0 12 0 24595379 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23678] ppid=23671 vsize=807716 CPUtime=0.01
/proc/23673/task/23678/stat : 23678 (java) S 23671 23673 18774 0 -1 64 17 0 0 0 1 0 0 0 15 0 12 0 24595381 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23671 vsize=807716 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24595381 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=807716 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24595381 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23681] ppid=23671 vsize=807716 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24595386 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=807716 CPUtime=0.04
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 282 0 0 0 4 0 0 0 18 0 12 0 24595386 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=807716 CPUtime=0.77
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 1439 0 0 0 77 0 0 0 17 0 12 0 24595386 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23684] ppid=23671 vsize=807716 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 24595386 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=807716 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 24595386 827101184 80633 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 807716

[startup+25.5022 s]
/proc/loadavg: 2.27 2.06 2.02 3/85 23685
/proc/meminfo: memFree=986528/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=811744 CPUtime=25.94
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 172568 0 1 0 2502 92 0 0 20 0 12 0 24595376 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 202936 167199 1425 9 0 200263 0
[pid=23673/tid=23675] ppid=23671 vsize=811744 CPUtime=14.53
/proc/23673/task/23675/stat : 23675 (java) S 23671 23673 18774 0 -1 64 23129 0 1 0 1435 18 0 0 18 0 12 0 24595378 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23676] ppid=23671 vsize=811744 CPUtime=4.07
/proc/23673/task/23676/stat : 23676 (java) R 23671 23673 18774 0 -1 64 75589 0 0 0 369 38 0 0 16 0 12 0 24595379 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 106195365 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=811744 CPUtime=3.97
/proc/23673/task/23677/stat : 23677 (java) R 23671 23673 18774 0 -1 64 69845 0 0 0 364 33 0 0 16 0 12 0 24595379 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 106193762 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=811744 CPUtime=2.23
/proc/23673/task/23678/stat : 23678 (java) S 23671 23673 18774 0 -1 64 55 0 0 0 223 0 0 0 15 0 12 0 24595381 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23679] ppid=23671 vsize=811744 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 24595381 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=811744 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 24595381 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23681] ppid=23671 vsize=811744 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 24595386 831225856 167199 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=811744 CPUtime=0.04

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

[pid=23673] ppid=23671 vsize=815320 CPUtime=90.19
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 204884 0 1 0 8909 110 0 0 20 0 13 0 24595376 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 203830 172980 1452 9 0 201157 0
[pid=23673/tid=23675] ppid=23671 vsize=815320 CPUtime=27.78
/proc/23673/task/23675/stat : 23675 (java) S 23671 23673 18774 0 -1 64 23166 0 1 0 2760 18 0 0 23 0 13 0 24595378 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23676] ppid=23671 vsize=815320 CPUtime=5.39
/proc/23673/task/23676/stat : 23676 (java) S 23671 23673 18774 0 -1 64 75589 0 0 0 501 38 0 0 16 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=815320 CPUtime=5.35
/proc/23673/task/23677/stat : 23677 (java) S 23671 23673 18774 0 -1 64 70486 0 0 0 502 33 0 0 15 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=815320 CPUtime=49.9
/proc/23673/task/23678/stat : 23678 (java) R 23671 23673 18774 0 -1 64 31537 0 0 0 4973 17 0 0 17 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 104187821 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23681] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=815320 CPUtime=0.25
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 303 0 0 0 25 0 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=815320 CPUtime=1.46
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 3057 0 0 0 145 1 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23684] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23686] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23686/stat : 23686 (java) S 23671 23673 18774 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 24598695 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.19
Current children cumulated vsize (KiB) 815320

[startup+91.1023 s]
/proc/loadavg: 2.16 2.07 2.02 3/87 23838
/proc/meminfo: memFree=1003008/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=815320 CPUtime=91.8
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 205636 0 1 0 9069 111 0 0 20 0 13 0 24595376 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 203830 172980 1452 9 0 201157 0
[pid=23673/tid=23675] ppid=23671 vsize=815320 CPUtime=27.78
/proc/23673/task/23675/stat : 23675 (java) S 23671 23673 18774 0 -1 64 23166 0 1 0 2760 18 0 0 23 0 13 0 24595378 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23676] ppid=23671 vsize=815320 CPUtime=5.39
/proc/23673/task/23676/stat : 23676 (java) S 23671 23673 18774 0 -1 64 75589 0 0 0 501 38 0 0 16 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=815320 CPUtime=5.35
/proc/23673/task/23677/stat : 23677 (java) S 23671 23673 18774 0 -1 64 70486 0 0 0 502 33 0 0 15 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=815320 CPUtime=51.51
/proc/23673/task/23678/stat : 23678 (java) R 23671 23673 18774 0 -1 64 32289 0 0 0 5133 18 0 0 20 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 106157701 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23681] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=815320 CPUtime=0.25
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 303 0 0 0 25 0 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=815320 CPUtime=1.46
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 3057 0 0 0 145 1 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23684] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23686] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23686/stat : 23686 (java) S 23671 23673 18774 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 24598695 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.8
Current children cumulated vsize (KiB) 815320

[startup+91.9024 s]
/proc/loadavg: 2.15 2.07 2.02 3/87 23838
/proc/meminfo: memFree=1001856/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=815320 CPUtime=92.6
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 205636 0 1 0 9149 111 0 0 20 0 13 0 24595376 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 203830 172980 1452 9 0 201157 0
[pid=23673/tid=23675] ppid=23671 vsize=815320 CPUtime=27.78
/proc/23673/task/23675/stat : 23675 (java) S 23671 23673 18774 0 -1 64 23166 0 1 0 2760 18 0 0 23 0 13 0 24595378 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23676] ppid=23671 vsize=815320 CPUtime=5.39
/proc/23673/task/23676/stat : 23676 (java) S 23671 23673 18774 0 -1 64 75589 0 0 0 501 38 0 0 16 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=815320 CPUtime=5.35
/proc/23673/task/23677/stat : 23677 (java) S 23671 23673 18774 0 -1 64 70486 0 0 0 502 33 0 0 15 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=815320 CPUtime=52.31
/proc/23673/task/23678/stat : 23678 (java) R 23671 23673 18774 0 -1 64 32289 0 0 0 5213 18 0 0 22 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 106836645 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23681] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=815320 CPUtime=0.25
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 303 0 0 0 25 0 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=815320 CPUtime=1.46
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 3057 0 0 0 145 1 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23684] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23686] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23686/stat : 23686 (java) S 23671 23673 18774 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 24598695 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.6
Current children cumulated vsize (KiB) 815320

[startup+92.3025 s]
/proc/loadavg: 2.15 2.07 2.02 3/87 23838
/proc/meminfo: memFree=1001856/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=815320 CPUtime=93
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 205636 0 1 0 9189 111 0 0 20 0 13 0 24595376 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 203830 172980 1452 9 0 201157 0
[pid=23673/tid=23675] ppid=23671 vsize=815320 CPUtime=27.78
/proc/23673/task/23675/stat : 23675 (java) S 23671 23673 18774 0 -1 64 23166 0 1 0 2760 18 0 0 23 0 13 0 24595378 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23676] ppid=23671 vsize=815320 CPUtime=5.39
/proc/23673/task/23676/stat : 23676 (java) S 23671 23673 18774 0 -1 64 75589 0 0 0 501 38 0 0 16 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=815320 CPUtime=5.35
/proc/23673/task/23677/stat : 23677 (java) S 23671 23673 18774 0 -1 64 70486 0 0 0 502 33 0 0 15 0 13 0 24595379 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=815320 CPUtime=52.71
/proc/23673/task/23678/stat : 23678 (java) R 23671 23673 18774 0 -1 64 32289 0 0 0 5253 18 0 0 23 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 106159010 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595381 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23681] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=815320 CPUtime=0.25
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 303 0 0 0 25 0 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=815320 CPUtime=1.46
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 3057 0 0 0 145 1 0 0 16 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23684] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595386 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23686] ppid=23671 vsize=815320 CPUtime=0
/proc/23673/task/23686/stat : 23686 (java) S 23671 23673 18774 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 24598695 834887680 172980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93
Current children cumulated vsize (KiB) 815320

[startup+92.7025 s]
/proc/loadavg: 2.15 2.07 2.02 3/87 23838
/proc/meminfo: memFree=1001856/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=813640 CPUtime=93.39
/proc/23673/stat : 23673 (java) S 23671 23673 18774 0 -1 0 205649 0 1 0 9228 111 0 0 20 0 13 0 24595376 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23673/statm: 203410 172490 1452 9 0 200737 0
[pid=23673/tid=23675] ppid=23671 vsize=813640 CPUtime=27.78
/proc/23673/task/23675/stat : 23675 (java) S 23671 23673 18774 0 -1 64 23172 0 1 0 2760 18 0 0 16 0 13 0 24595378 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23676] ppid=23671 vsize=813640 CPUtime=5.39
/proc/23673/task/23676/stat : 23676 (java) S 23671 23673 18774 0 -1 64 75589 0 0 0 501 38 0 0 16 0 13 0 24595379 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23677] ppid=23671 vsize=813640 CPUtime=5.35
/proc/23673/task/23677/stat : 23677 (java) S 23671 23673 18774 0 -1 64 70486 0 0 0 502 33 0 0 15 0 13 0 24595379 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23678] ppid=23671 vsize=813640 CPUtime=53.1
/proc/23673/task/23678/stat : 23678 (java) S 23671 23673 18774 0 -1 64 32289 0 0 0 5292 18 0 0 25 0 13 0 24595381 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23679] ppid=23671 vsize=813640 CPUtime=0
/proc/23673/task/23679/stat : 23679 (java) S 23671 23673 18774 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 24595381 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23680] ppid=23671 vsize=813640 CPUtime=0
/proc/23673/task/23680/stat : 23680 (java) S 23671 23673 18774 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 24595381 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23681] ppid=23671 vsize=813640 CPUtime=0
/proc/23673/task/23681/stat : 23681 (java) S 23671 23673 18774 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 24595386 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23682] ppid=23671 vsize=813640 CPUtime=0.25
/proc/23673/task/23682/stat : 23682 (java) S 23671 23673 18774 0 -1 64 303 0 0 0 25 0 0 0 16 0 13 0 24595386 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23683] ppid=23671 vsize=813640 CPUtime=1.46
/proc/23673/task/23683/stat : 23683 (java) S 23671 23673 18774 0 -1 64 3057 0 0 0 145 1 0 0 16 0 13 0 24595386 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23684] ppid=23671 vsize=813640 CPUtime=0
/proc/23673/task/23684/stat : 23684 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 24595386 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23673/tid=23685] ppid=23671 vsize=813640 CPUtime=0
/proc/23673/task/23685/stat : 23685 (java) S 23671 23673 18774 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 24595386 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23673/tid=23686] ppid=23671 vsize=813640 CPUtime=0
/proc/23673/task/23686/stat : 23686 (java) S 23671 23673 18774 0 -1 64 6 0 0 0 0 0 0 0 20 0 13 0 24598695 833167360 172490 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.39
Current children cumulated vsize (KiB) 813640

[startup+92.8025 s]
/proc/loadavg: 2.15 2.07 2.02 3/87 23838
/proc/meminfo: memFree=1001856/2055920 swapFree=4192812/4192956
[pid=23673] ppid=23671 vsize=0 CPUtime=93.48
/proc/23673/stat : 23673 (java) Z 23671 23673 18774 0 -1 12 205652 0 1 0 9228 120 0 0 16 0 2 0 24595376 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23673/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 93.48
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 92.8047
CPU time (s): 93.4988
CPU user time (s): 92.287
CPU system time (s): 1.21181
CPU usage (%): 100.748
Max. virtual memory (cumulated for all children) (KiB): 861032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.287
system time used= 1.21182
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205652
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= 4027
involuntary context switches= 4563

runsolver used 0.124981 second user time and 0.319951 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 07:08:01
IDJOB=2082504
IDBENCH=57591
IDSOLVER=731
FILE ID=node8/2082504-1247375279
PBS_JOBID= 9507079
Free space on /tmp= 66264 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/rand-8-20-5/normalized-rand-8-20-5-18-800-5_ext.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082504-1247375279/watcher-2082504-1247375279 -o /tmp/evaluation-result-2082504-1247375279/solver-2082504-1247375279 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2082504-1247375279.xml

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

MD5SUM BENCH= 6b8857b2844edd92b15e6a0cf4e8bdd0
RANDOM SEED=818266123

node8.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1651808 kB
Buffers:         49380 kB
Cached:         218676 kB
SwapCached:          0 kB
Active:         218952 kB
Inactive:       109592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23432 kB
Writeback:           0 kB
Mapped:          72044 kB
Slab:            60656 kB
Committed_AS:   202488 kB
PageTables:       1776 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66264 MiB
End job on node8 at 2009-07-12 07:09:34