Trace number 2071053

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.15 1808.24

General information on the benchmark

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

Solver Data

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.16	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-2071053-1247352565.xml
0.18/0.24	c reading problem ... 
0.47/0.50	c reading problem named null
0.47/0.50	c reading domains done.
0.47/0.50	c reading variables done.
0.47/0.52	c reading predicates  done.
0.67/0.75	c reading constraints
1800.01/1808.11	c starts		: 0
1800.01/1808.11	c conflicts		: 0
1800.01/1808.11	c decisions		: 0
1800.01/1808.11	c propagations		: 0
1800.01/1808.11	c inspects		: 0
1800.01/1808.11	c learnt literals	: 0
1800.01/1808.11	c learnt binary clauses	: 0
1800.01/1808.11	c learnt ternary clauses	: 0
1800.01/1808.11	c learnt clauses	: 0
1800.01/1808.11	c ignored clauses	: 0
1800.01/1808.11	c root simplifications	: 0
1800.01/1808.11	c removed literals (reason simplification)	: 0
1800.01/1808.11	c reason swapping (by a shorter reason)	: 0
1800.01/1808.11	c Calls to reduceDB	: 0
1800.01/1808.11	c speed (assignments/second)	: 0.0
1800.01/1808.11	c non guided choices	0
1800.01/1808.11	c learnt constraints type 
1800.01/1808.11	c constraints type 
1800.01/1808.11	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7682700
1800.01/1808.11	c org.sat4j.minisat.constraints.card.AtLeast => 12
1800.01/1808.11	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 132
1800.01/1808.11	s UNKNOWN
1800.01/1808.12	c Total wall clock time (in seconds) : 1807.868

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-2071053-1247352565/watcher-2071053-1247352565 -o /tmp/evaluation-result-2071053-1247352565/solver-2071053-1247352565 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071053-1247352565.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: 2.00 1.97 2.03 4/82 19493
/proc/meminfo: memFree=1778912/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=13208 CPUtime=0
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 721 0 0 0 0 0 0 0 18 0 2 0 22320730 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 3302 521 219 9 0 1186 0
[pid=19493/tid=19494] ppid=19491 vsize=13208 CPUtime=0
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 22320731 13524992 521 996147200 134512640 134550932 4294956016 18446744073709551615 4014040 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0926721 s]
/proc/loadavg: 2.00 1.97 2.03 4/82 19493
/proc/meminfo: memFree=1778912/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=803004 CPUtime=0.07
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 2909 0 1 0 5 2 0 0 18 0 9 0 22320730 822276096 2654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 200751 2654 1045 9 0 198102 0
[pid=19493/tid=19494] ppid=19491 vsize=803004 CPUtime=0.06
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 2168 0 1 0 5 1 0 0 18 0 9 0 22320731 822276096 2654 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 803004

[startup+0.101675 s]
/proc/loadavg: 2.00 1.97 2.03 4/82 19493
/proc/meminfo: memFree=1778912/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=804560 CPUtime=0.08
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 3014 0 1 0 6 2 0 0 18 0 12 0 22320730 823869440 2757 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 201140 2757 1082 9 0 198474 0
[pid=19493/tid=19494] ppid=19491 vsize=804560 CPUtime=0.08
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 2258 0 1 0 6 2 0 0 21 0 12 0 22320731 823869440 2757 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.301713 s]
/proc/loadavg: 2.00 1.97 2.03 4/82 19493
/proc/meminfo: memFree=1778912/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=805628 CPUtime=0.28
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 4311 0 1 0 25 3 0 0 18 0 12 0 22320730 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 201407 4048 1359 9 0 198734 0
[pid=19493/tid=19494] ppid=19491 vsize=805628 CPUtime=0.21
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 3071 0 1 0 19 2 0 0 18 0 12 0 22320731 824963072 4048 996147200 134512640 134550932 4294956016 18446744073709551615 4109169025 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.70179 s]
/proc/loadavg: 2.00 1.97 2.03 4/82 19493
/proc/meminfo: memFree=1778912/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=807356 CPUtime=0.67
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 6248 0 1 0 62 5 0 0 18 0 12 0 22320730 826732544 5655 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 201839 5655 1384 9 0 199166 0
[pid=19493/tid=19494] ppid=19491 vsize=807356 CPUtime=0.48
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 4361 0 1 0 44 4 0 0 20 0 12 0 22320731 826732544 5655 996147200 134512640 134550932 4294956016 18446744073709551615 4109098662 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 807356

[startup+1.50294 s]
/proc/loadavg: 2.00 1.97 2.03 4/94 19505
/proc/meminfo: memFree=1758272/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=810696 CPUtime=1.47
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 8890 0 1 0 141 6 0 0 18 0 12 0 22320730 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 202674 7238 1417 9 0 200001 0
[pid=19493/tid=19494] ppid=19491 vsize=810696 CPUtime=0.73
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 5062 0 1 0 68 5 0 0 22 0 12 0 22320731 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4109554880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19496] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22320732 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19497] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22320732 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19498] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 22320734 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19499] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22320734 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22320734 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=810696 CPUtime=0.72
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 3071 0 0 0 72 0 0 0 18 0 12 0 22320739 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=810696 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 830152704 7238 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810696

[startup+3.10124 s]
/proc/loadavg: 2.00 1.97 2.03 4/94 19505
/proc/meminfo: memFree=1727360/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=814424 CPUtime=3.06
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 19368 0 1 0 294 12 0 0 18 0 12 0 22320730 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 203606 16300 1424 9 0 200933 0
[pid=19493/tid=19494] ppid=19491 vsize=814424 CPUtime=1.76
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 13142 0 1 0 167 9 0 0 25 0 12 0 22320731 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4109703142 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19496] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 22320732 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19497] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 22320732 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19498] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 22320734 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19499] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 10 0 0 0 0 0 0 0 21 0 12 0 22320734 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 22320734 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=814424 CPUtime=1.27
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5469 0 0 0 126 1 0 0 16 0 12 0 22320739 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=814424 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 833970176 16300 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 814424

[startup+6.30284 s]
/proc/loadavg: 2.00 1.97 2.03 3/94 19505
/proc/meminfo: memFree=1696960/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=812220 CPUtime=6.23
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 24988 0 1 0 608 15 0 0 18 0 12 0 22320730 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 203055 21366 1433 9 0 200382 0
[pid=19493/tid=19494] ppid=19491 vsize=812220 CPUtime=4.8
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 17365 0 1 0 468 12 0 0 25 0 12 0 22320731 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4109624928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19496] ppid=19491 vsize=812220 CPUtime=0.02
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 769 0 0 0 2 0 0 0 16 0 12 0 22320732 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19497] ppid=19491 vsize=812220 CPUtime=0.02
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 592 0 0 0 2 0 0 0 16 0 12 0 22320732 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19498] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 22320734 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19499] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22320734 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22320734 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=812220 CPUtime=1.34
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5478 0 0 0 133 1 0 0 16 0 12 0 22320739 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 831713280 21366 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 812220

[startup+12.7011 s]
/proc/loadavg: 2.22 2.02 2.04 4/94 19505
/proc/meminfo: memFree=1682560/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=812220 CPUtime=12.56
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 28948 0 1 0 1239 17 0 0 18 0 12 0 22320730 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 203055 25317 1433 9 0 200382 0
[pid=19493/tid=19494] ppid=19491 vsize=812220 CPUtime=11.03
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 18913 0 1 0 1090 13 0 0 25 0 12 0 22320731 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4109722612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19496] ppid=19491 vsize=812220 CPUtime=0.05
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 1577 0 0 0 5 0 0 0 16 0 12 0 22320732 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19497] ppid=19491 vsize=812220 CPUtime=0.09
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 2184 0 0 0 9 0 0 0 16 0 12 0 22320732 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19498] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 42 0 0 0 0 0 0 0 16 0 12 0 22320734 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19499] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22320734 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22320734 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=812220 CPUtime=1.34
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5478 0 0 0 133 1 0 0 16 0 12 0 22320739 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=812220 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 831713280 25317 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 812220

[startup+25.5025 s]
/proc/loadavg: 2.19 2.02 2.04 3/94 19505
/proc/meminfo: memFree=1674432/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=812220 CPUtime=25.24
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 30946 0 1 0 2506 18 0 0 18 0 12 0 22320730 831713280 27296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 203055 27296 1436 9 0 200382 0
[pid=19493/tid=19494] ppid=19491 vsize=812220 CPUtime=23.56
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 19024 0 1 0 2343 13 0 0 25 0 12 0 22320731 831713280 27296 996147200 134512640 134550932 4294956016 18446744073709551615 4109545744 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19496] ppid=19491 vsize=812220 CPUtime=0.1
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 2334 0 0 0 10 0 0 0 15 0 12 0 22320732 831713280 27296 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19497] ppid=19491 vsize=812220 CPUtime=0.16

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

/proc/meminfo: memFree=1103744/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=811964 CPUtime=1595.28
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 175086 0 1 0 159408 120 0 0 18 0 12 0 22320730 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 202991 169373 1438 9 0 200318 0
[pid=19493/tid=19494] ppid=19491 vsize=811964 CPUtime=1427.24
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 33288 0 1 0 142694 30 0 0 25 0 12 0 22320731 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4109703433 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19496] ppid=19491 vsize=811964 CPUtime=82.41
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 62438 0 0 0 8208 33 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19497] ppid=19491 vsize=811964 CPUtime=80.43
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 73071 0 0 0 8005 38 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19498] ppid=19491 vsize=811964 CPUtime=3.69
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 47 0 0 0 354 15 0 0 15 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19499] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=811964 CPUtime=1.46
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5488 0 0 0 145 1 0 0 17 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.28
Current children cumulated vsize (KiB) 811964

[startup+1662.3 s]
/proc/loadavg: 2.33 2.29 2.19 3/86 19697
/proc/meminfo: memFree=1099456/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=811964 CPUtime=1654.95
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 175160 0 1 0 165374 121 0 0 18 0 12 0 22320730 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 202991 169373 1438 9 0 200318 0
[pid=19493/tid=19494] ppid=19491 vsize=811964 CPUtime=1478.65
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 33362 0 1 0 147835 30 0 0 25 0 12 0 22320731 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4109658574 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19496] ppid=19491 vsize=811964 CPUtime=85.15
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 62438 0 0 0 8482 33 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19497] ppid=19491 vsize=811964 CPUtime=85.93
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 73071 0 0 0 8555 38 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19498] ppid=19491 vsize=811964 CPUtime=3.71
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 47 0 0 0 355 16 0 0 15 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19499] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=811964 CPUtime=1.46
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5488 0 0 0 145 1 0 0 17 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1654.95
Current children cumulated vsize (KiB) 811964

[startup+1722.3 s]
/proc/loadavg: 2.17 2.25 2.18 3/86 19697
/proc/meminfo: memFree=1095488/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=811964 CPUtime=1714.68
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 175229 0 1 0 171345 123 0 0 18 0 12 0 22320730 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 202991 169373 1438 9 0 200318 0
[pid=19493/tid=19494] ppid=19491 vsize=811964 CPUtime=1527.74
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 33431 0 1 0 152744 30 0 0 25 0 12 0 22320731 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4109625324 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19496] ppid=19491 vsize=811964 CPUtime=89.09
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 62438 0 0 0 8876 33 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19497] ppid=19491 vsize=811964 CPUtime=89.32
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 73071 0 0 0 8894 38 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19498] ppid=19491 vsize=811964 CPUtime=6.99
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 47 0 0 0 683 16 0 0 15 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19499] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=811964 CPUtime=1.46
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5488 0 0 0 145 1 0 0 17 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.68
Current children cumulated vsize (KiB) 811964

[startup+1782.3 s]
/proc/loadavg: 2.22 2.26 2.18 3/86 19697
/proc/meminfo: memFree=1089920/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=811964 CPUtime=1774.36
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 175297 0 1 0 177311 125 0 0 18 0 12 0 22320730 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 202991 169373 1438 9 0 200318 0
[pid=19493/tid=19494] ppid=19491 vsize=811964 CPUtime=1574.7
/proc/19493/task/19494/stat : 19494 (java) S 19491 19493 18008 0 -1 64 33499 0 1 0 157439 31 0 0 25 0 12 0 22320731 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19496] ppid=19491 vsize=811964 CPUtime=92.96
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 62438 0 0 0 9263 33 0 0 15 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19497] ppid=19491 vsize=811964 CPUtime=92.23
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 73071 0 0 0 9185 38 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19498] ppid=19491 vsize=811964 CPUtime=12.94
/proc/19493/task/19498/stat : 19498 (java) R 19491 19493 18008 0 -1 64 47 0 0 0 1277 17 0 0 19 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 105886150 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19499] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=811964 CPUtime=1.46
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5488 0 0 0 145 1 0 0 17 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.36
Current children cumulated vsize (KiB) 811964



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.28 2.27 2.19 3/86 19697
/proc/meminfo: memFree=1087424/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=811964 CPUtime=1800.01
/proc/19493/stat : 19493 (java) S 19491 19493 18008 0 -1 0 175327 0 1 0 179876 125 0 0 18 0 12 0 22320730 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19493/statm: 202991 169373 1438 9 0 200318 0
[pid=19493/tid=19494] ppid=19491 vsize=811964 CPUtime=1596.08
/proc/19493/task/19494/stat : 19494 (java) R 19491 19493 18008 0 -1 64 33529 0 1 0 159577 31 0 0 25 0 12 0 22320731 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4109725886 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19496] ppid=19491 vsize=811964 CPUtime=95.05
/proc/19493/task/19496/stat : 19496 (java) S 19491 19493 18008 0 -1 64 62438 0 0 0 9472 33 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19497] ppid=19491 vsize=811964 CPUtime=93.08
/proc/19493/task/19497/stat : 19497 (java) S 19491 19493 18008 0 -1 64 73071 0 0 0 9270 38 0 0 16 0 12 0 22320732 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19498] ppid=19491 vsize=811964 CPUtime=14.27
/proc/19493/task/19498/stat : 19498 (java) S 19491 19493 18008 0 -1 64 47 0 0 0 1410 17 0 0 15 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19493/tid=19499] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19499/stat : 19499 (java) S 19491 19493 18008 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19500] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19500/stat : 19500 (java) S 19491 19493 18008 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 22320734 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19501] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19501/stat : 19501 (java) S 19491 19493 18008 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19502] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19502/stat : 19502 (java) S 19491 19493 18008 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19503] ppid=19491 vsize=811964 CPUtime=1.46
/proc/19493/task/19503/stat : 19503 (java) S 19491 19493 18008 0 -1 64 5488 0 0 0 145 1 0 0 17 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19504] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19504/stat : 19504 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19493/tid=19505] ppid=19491 vsize=811964 CPUtime=0
/proc/19493/task/19505/stat : 19505 (java) S 19491 19493 18008 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22320739 831451136 169373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 811964

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

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

[startup+1808.21 s]
/proc/loadavg: 2.28 2.27 2.19 3/86 19697
/proc/meminfo: memFree=1087424/2055920 swapFree=4192812/4192956
[pid=19493] ppid=19491 vsize=0 CPUtime=1800.11
/proc/19493/stat : 19493 (java) Z 19491 19493 18008 0 -1 1036 175348 0 1 0 179879 132 0 0 16 0 2 0 22320730 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19493/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1808.24
CPU time (s): 1800.15
CPU user time (s): 1798.8
CPU system time (s): 1.35379
CPU usage (%): 99.5526
Max. virtual memory (cumulated for all children) (KiB): 815912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.35379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175348
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= 73306
involuntary context switches= 91151

runsolver used 2.21666 second user time and 6.10507 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 00:49:26
IDJOB=2071053
IDBENCH=55431
IDSOLVER=731
FILE ID=node37/2071053-1247352565
PBS_JOBID= 9506908
Free space on /tmp= 66392 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-67-12-a4.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071053-1247352565/watcher-2071053-1247352565 -o /tmp/evaluation-result-2071053-1247352565/solver-2071053-1247352565 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2071053-1247352565.xml

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

MD5SUM BENCH= 392a4a957087c54a1fc308e1f7b31eeb
RANDOM SEED=1661439986

node37.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.260
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.260
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:       1779392 kB
Buffers:         12644 kB
Cached:          83440 kB
SwapCached:          0 kB
Active:         209696 kB
Inactive:        20272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1779392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:         154332 kB
Slab:            31572 kB
Committed_AS:   365660 kB
PageTables:       2048 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= 66368 MiB
End job on node37 at 2009-07-12 01:19:36