Trace number 206428

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, and are wall clock time (not CPU 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
SAT4JCSP-CACHED 1.7 RC BF3? (TO) 1800.23 1808.15

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-33_ext.xml
MD5SUM13258892a2d67abb7fc0c486aa658227
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3 CACHED
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/206428-1168172929/unknown.xml
0.27	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.55	c reading variables
c reading variables (28) done.
0.60	c reading relations
c reading relations (93) done.
4.97	c reading constraints
c reading constraints done.
7.05	c ... done. Wall clock time 6.778s.
7.05	c CPU time (experimental) 4.7s.
7.05	c #vars     784
7.05	c #constraints  1290245
1807.98	c starts		: 21
1807.98	c conflicts		: 673683
1807.98	c decisions		: 1178566
1807.98	c propagations		: 43336283
1807.98	c inspects		: 3878802432
1807.98	c learnt literals	: 0
1807.98	c learnt binary clauses	: 0
1807.98	c learnt ternary clauses	: 262
1807.98	c learnt clauses	: 673683
1807.98	c root simplifications	: 0
1807.98	c removed literals (reason simplification)	: 0
1807.98	c reason swapping (by a shorter reason)	: 0
1807.98	c Calls to reduceDB	: 0
1807.98	c speed (decisions/second)	: 654.420408111138
1807.98	c non guided choices	241
1807.98	s UNKNOWN
1807.98	c Total wall clock time (in seconds) : 1807.712
1807.98	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node25/watcher-206428-1168172929 -o ROOT/results/node25/solver-206428-1168172929 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206428-1168172929/sat4jCSP-bf3-cached.jar /tmp/evaluation/206428-1168172929/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 0.92 0.98 0.99 4/81 439
/proc/meminfo: memFree=1366224/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=164 CPUtime=0
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 19 0 0 0 0 0 0 0 20 0 1 0 165685293 167936 4 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 3696576 0 0 4096 0 0 0 0 17 0 0 0
/proc/438/statm: 42 18 13 14 0 2 0

[startup+0.104528 s]
/proc/loadavg: 0.92 0.98 0.99 4/81 439
/proc/meminfo: memFree=1366224/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=898144 CPUtime=0.06
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 3142 0 1 0 5 1 0 0 17 0 6 0 165685293 919699456 2902 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154295346 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 224536 2902 1484 14 0 211556 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 898144

[startup+0.520625 s]
/proc/loadavg: 0.92 0.98 0.99 4/81 439
/proc/meminfo: memFree=1366224/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=906260 CPUtime=0.48
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 5823 0 1 0 45 3 0 0 19 0 12 0 165685293 928010240 5418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 226565 5418 2246 14 0 213002 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 906260

[startup+1.34274 s]
/proc/loadavg: 0.92 0.98 0.99 4/105 482
/proc/meminfo: memFree=1269520/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=908088 CPUtime=1.29
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 8648 0 1 0 125 4 0 0 21 0 12 0 165685293 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 227022 7810 2319 14 0 213459 0
[pid=438/tid=455] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 165685298 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=456] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 165685298 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=466] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165685300 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=468] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 19 0 12 0 165685301 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 165685301 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165685305 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165685305 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=908088 CPUtime=0.3
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 301 0 0 0 30 0 0 0 16 0 12 0 165685305 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=908088 CPUtime=0.39
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1500 0 0 0 39 0 0 0 16 0 12 0 165685305 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165685305 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165685305 929882112 7810 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 908088

[startup+2.99202 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 482
/proc/meminfo: memFree=1196368/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=908088 CPUtime=2.94
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 25988 0 1 0 280 14 0 0 19 0 12 0 165685293 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054140681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 227022 25140 2333 14 0 213459 0
[pid=438/tid=455] ppid=433 vsize=908088 CPUtime=0.11
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 2316 0 0 0 11 0 0 0 17 0 12 0 165685298 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=456] ppid=433 vsize=908088 CPUtime=0.12
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 2193 0 0 0 12 0 0 0 16 0 12 0 165685298 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=466] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 165685300 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=468] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165685301 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165685301 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165685305 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165685305 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=908088 CPUtime=0.33
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 307 0 0 0 33 0 0 0 16 0 12 0 165685305 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=476] ppid=433 vsize=908088 CPUtime=0.45
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1509 0 0 0 45 0 0 0 16 0 12 0 165685305 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165685305 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=908088 CPUtime=0
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165685305 929882112 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 908088

[startup+6.19456 s]
/proc/loadavg: 1.01 1.00 1.00 3/105 482
/proc/meminfo: memFree=1138832/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=910236 CPUtime=6.13
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 39961 0 1 0 593 20 0 0 25 0 12 0 165685293 932081664 37886 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/438/statm: 227559 37890 2336 14 0 213996 0
[pid=438/tid=455] ppid=433 vsize=910236 CPUtime=0.44
/proc/438/task/455/stat : 455 (java) R 433 438 347 0 -1 64 10605 0 0 0 40 4 0 0 16 0 12 0 165685298 932081664 37893 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=456] ppid=433 vsize=910236 CPUtime=0.45
/proc/438/task/456/stat : 456 (java) R 433 438 347 0 -1 64 7844 0 0 0 43 2 0 0 16 0 12 0 165685298 932081664 37895 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=466] ppid=433 vsize=910236 CPUtime=0
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 165685300 932081664 37898 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=468] ppid=433 vsize=910236 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165685301 932081664 37901 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=910236 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165685301 932081664 37904 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=910236 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165685305 932081664 37906 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=910236 CPUtime=0
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165685305 932081664 37909 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=475] ppid=433 vsize=910236 CPUtime=0.45
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 319 0 0 0 45 0 0 0 16 0 12 0 165685305 932081664 37912 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=476] ppid=433 vsize=910236 CPUtime=0.55
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1516 0 0 0 55 0 0 0 16 0 12 0 165685305 932081664 37915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=477] ppid=433 vsize=910236 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 165685305 932081664 37917 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=910236 CPUtime=0
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165685305 932081664 37920 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 910236

[startup+12.5987 s]
/proc/loadavg: 1.24 1.05 1.02 3/106 483
/proc/meminfo: memFree=967120/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=12.74
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 51584 0 1 0 1248 26 0 0 25 0 13 0 165685293 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054346506 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 49045 2355 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=0.83
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 16251 0 0 0 76 7 0 0 17 0 13 0 165685298 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=456] ppid=433 vsize=913316 CPUtime=0.86
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 13676 0 0 0 81 5 0 0 17 0 13 0 165685298 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=466] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165685300 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=468] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165685305 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 165685305 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=913316 CPUtime=0.72
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 350 0 0 0 72 0 0 0 16 0 13 0 165685305 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=913316 CPUtime=0.82
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1594 0 0 0 82 0 0 0 16 0 13 0 165685305 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165685305 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165685305 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=483] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/483/stat : 483 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165685999 935235584 49045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 913316

[startup+25.4028 s]
/proc/loadavg: 1.43 1.10 1.03 3/106 483
/proc/meminfo: memFree=832976/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=25.48
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 51589 0 1 0 2522 26 0 0 25 0 13 0 165685293 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054346506 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 49047 2355 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=0.83
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 16251 0 0 0 76 7 0 0 17 0 13 0 165685298 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=456] ppid=433 vsize=913316 CPUtime=0.86
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 13676 0 0 0 81 5 0 0 17 0 13 0 165685298 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=466] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165685300 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=468] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165685305 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 165685305 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=913316 CPUtime=0.73
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 350 0 0 0 73 0 0 0 17 0 13 0 165685305 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=913316 CPUtime=0.84
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1596 0 0 0 84 0 0 0 17 0 13 0 165685305 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165685305 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165685305 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=483] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/483/stat : 483 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165685999 935235584 49047 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 913316

[startup+51.0942 s]
/proc/loadavg: 1.83 1.22 1.07 3/106 483
/proc/meminfo: memFree=795600/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=51.05
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 57157 0 1 0 5075 30 0 0 25 0 13 0 165685293 935235584 54614 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054346423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 54614 2355 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=0.95

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

/proc/loadavg: 2.01 2.02 1.82 3/99 484
/proc/meminfo: memFree=426696/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=1597.3
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 182952 0 1 0 159636 94 0 0 25 0 13 0 165685293 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 169300 2355 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=2.62
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 79675 0 0 0 226 36 0 0 18 0 13 0 165685298 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=456] ppid=433 vsize=913316 CPUtime=2.67
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 81597 0 0 0 234 33 0 0 18 0 13 0 165685298 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=466] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165685300 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=468] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=913316 CPUtime=0.74
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=913316 CPUtime=0.85
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1596 0 0 0 85 0 0 0 17 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=483] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/483/stat : 483 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165685999 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.3
Current children cumulated vsize (KiB) 913316

[startup+1664.38 s]
/proc/loadavg: 2.05 2.03 1.83 3/99 484
/proc/meminfo: memFree=422024/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=1657.1
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 182952 0 1 0 165616 94 0 0 25 0 13 0 165685293 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357121 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 169300 2355 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=2.62
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 79675 0 0 0 226 36 0 0 18 0 13 0 165685298 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=456] ppid=433 vsize=913316 CPUtime=2.67
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 81597 0 0 0 234 33 0 0 18 0 13 0 165685298 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=466] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165685300 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=468] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=913316 CPUtime=0.74
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=913316 CPUtime=0.85
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1596 0 0 0 85 0 0 0 17 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=483] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/483/stat : 483 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165685999 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.1
Current children cumulated vsize (KiB) 913316

[startup+1724.46 s]
/proc/loadavg: 2.02 2.02 1.84 3/99 484
/proc/meminfo: memFree=420424/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=1716.88
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 182952 0 1 0 171594 94 0 0 25 0 13 0 165685293 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357575 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 169300 2355 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=2.62
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 79675 0 0 0 226 36 0 0 18 0 13 0 165685298 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=456] ppid=433 vsize=913316 CPUtime=2.67
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 81597 0 0 0 234 33 0 0 18 0 13 0 165685298 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=466] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165685300 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=468] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=913316 CPUtime=0.74
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=913316 CPUtime=0.85
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1596 0 0 0 85 0 0 0 17 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 165685305 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=483] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/483/stat : 483 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165685999 935235584 169300 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.88
Current children cumulated vsize (KiB) 913316

[startup+1784.53 s]
/proc/loadavg: 2.07 2.03 1.85 3/99 484
/proc/meminfo: memFree=388104/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=1776.73
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 192819 0 1 0 177574 99 0 0 25 0 13 0 165685293 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 176856 2356 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=2.73
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 83958 0 0 0 236 37 0 0 18 0 13 0 165685298 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=456] ppid=433 vsize=913316 CPUtime=2.81
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 87179 0 0 0 245 36 0 0 17 0 13 0 165685298 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=466] ppid=433 vsize=913316 CPUtime=2.01
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 36 0 0 0 201 0 0 0 16 0 13 0 165685300 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=468] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=913316 CPUtime=0.74
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=913316 CPUtime=0.85
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1596 0 0 0 85 0 0 0 17 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=483] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/483/stat : 483 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165685999 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776.73
Current children cumulated vsize (KiB) 913316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.97 s]
/proc/loadavg: 2.11 2.04 1.86 3/99 484
/proc/meminfo: memFree=385864/2055920 swapFree=4170848/4192956
[pid=438] ppid=433 vsize=913316 CPUtime=1800.05
/proc/438/stat : 438 (java) R 433 438 347 0 -1 0 192819 0 1 0 179906 99 0 0 25 0 13 0 165685293 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054357137 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/438/statm: 228329 176856 2356 14 0 214766 0
[pid=438/tid=455] ppid=433 vsize=913316 CPUtime=2.73
/proc/438/task/455/stat : 455 (java) S 433 438 347 0 -1 64 83958 0 0 0 236 37 0 0 18 0 13 0 165685298 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=456] ppid=433 vsize=913316 CPUtime=2.81
/proc/438/task/456/stat : 456 (java) S 433 438 347 0 -1 64 87179 0 0 0 245 36 0 0 17 0 13 0 165685298 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=466] ppid=433 vsize=913316 CPUtime=2.01
/proc/438/task/466/stat : 466 (java) S 433 438 347 0 -1 64 36 0 0 0 201 0 0 0 16 0 13 0 165685300 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=468] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/468/stat : 468 (java) S 433 438 347 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=469] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/469/stat : 469 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165685301 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=473] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/473/stat : 473 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=474] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/474/stat : 474 (java) S 433 438 347 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=475] ppid=433 vsize=913316 CPUtime=0.74
/proc/438/task/475/stat : 475 (java) S 433 438 347 0 -1 64 351 0 0 0 74 0 0 0 16 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=476] ppid=433 vsize=913316 CPUtime=0.85
/proc/438/task/476/stat : 476 (java) S 433 438 347 0 -1 64 1596 0 0 0 85 0 0 0 17 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=477] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/477/stat : 477 (java) S 433 438 347 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=438/tid=478] ppid=433 vsize=913316 CPUtime=0.01
/proc/438/task/478/stat : 478 (java) S 433 438 347 0 -1 64 1 0 0 0 0 1 0 0 15 0 13 0 165685305 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=438/tid=483] ppid=433 vsize=913316 CPUtime=0
/proc/438/task/483/stat : 483 (java) S 433 438 347 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 165685999 935235584 176856 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 913316

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

Child status: 143
Real time (s): 1808.15
CPU time (s): 1800.23
CPU user time (s): 1799.13
CPU system time (s): 1.10383
CPU usage (%): 99.5618
Max. virtual memory (cumulated for all children) (KiB): 913316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 1.10383
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192838
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= 37650
involuntary context switches= 58560

runsolver used 1.9937 s user time and 6.02108 s system time

The end

Launcher Data (download as text)

Begin job on node25 on Sun Jan  7 12:28:49 UTC 2007


IDJOB= 206428
IDBENCH= 4207
FILE ID= node25/206428-1168172929

PBS_JOBID= 3479029

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-33_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206428-1168172929/sat4jCSP-bf3-cached.jar /tmp/evaluation/206428-1168172929/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node25/watcher-206428-1168172929 -o ROOT/results/node25/solver-206428-1168172929 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206428-1168172929/sat4jCSP-bf3-cached.jar /tmp/evaluation/206428-1168172929/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  13258892a2d67abb7fc0c486aa658227

RANDOM SEED= 417508943

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.279
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.279
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:       1366424 kB
Buffers:         49348 kB
Cached:         533488 kB
SwapCached:       2576 kB
Active:         116800 kB
Inactive:       495156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366424 kB
SwapTotal:     4192956 kB
SwapFree:      4170848 kB
Dirty:           17116 kB
Writeback:           0 kB
Mapped:          37808 kB
Slab:            62356 kB
Committed_AS:  3302636 kB
PageTables:       2184 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= 66509 MiB



End job on node25 on Sun Jan  7 12:58:57 UTC 2007