Trace number 206649

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.16 1815.01

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-31_ext.xml
MD5SUM91e6597cdbbcd987f765c4d7bef264d4
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/206649-1168175964/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.53	c reading variables
c reading variables (28) done.
0.58	c reading relations
c reading relations (93) done.
5.08	c reading constraints
c reading constraints done.
7.10	c ... done. Wall clock time 6.844s.
7.10	c CPU time (experimental) 4.84s.
7.10	c #vars     784
7.10	c #constraints  1290245
1814.87	c starts		: 21
1814.87	c conflicts		: 676286
1814.87	c decisions		: 1244119
1814.87	c propagations		: 44233472
1814.87	c inspects		: 4270725845
1814.87	c learnt literals	: 0
1814.87	c learnt binary clauses	: 0
1814.87	c learnt ternary clauses	: 227
1814.87	c learnt clauses	: 676273
1814.87	c root simplifications	: 0
1814.87	c removed literals (reason simplification)	: 0
1814.87	c reason swapping (by a shorter reason)	: 0
1814.87	c Calls to reduceDB	: 0
1814.87	c speed (decisions/second)	: 688.2076064006036
1814.87	c non guided choices	191
1814.87	s UNKNOWN
1814.87	c Total wall clock time (in seconds) : 1814.615
1814.87	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/node12/watcher-206649-1168175964 -o ROOT/results/node12/solver-206649-1168175964 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206649-1168175964/sat4jCSP-bf3-cached.jar /tmp/evaluation/206649-1168175964/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: 2.00 2.00 2.00 4/86 32755
/proc/meminfo: memFree=1545816/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=14260 CPUtime=0
/proc/32754/stat : 32754 (java) D 32752 32754 31538 0 -1 0 945 0 1 0 0 0 0 0 17 0 1 0 165991462 14602240 710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 9696036 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/32754/statm: 3565 710 548 14 0 1602 0

[startup+0.103588 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32755
/proc/meminfo: memFree=1545816/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=901540 CPUtime=0.08
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 3289 0 1 0 7 1 0 0 21 0 12 0 165991462 923176960 3049 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819051 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 225385 3049 1549 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.515677 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 32755
/proc/meminfo: memFree=1545816/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=905236 CPUtime=0.49
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 5848 0 1 0 46 3 0 0 19 0 12 0 165991462 926961664 5442 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053867910 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 226309 5442 2247 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33681 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 32766
/proc/meminfo: memFree=1526784/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=907064 CPUtime=1.3
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 8535 0 1 0 126 4 0 0 21 0 12 0 165991462 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054222876 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 226766 7697 2320 14 0 213203 0
[pid=32754/tid=32756] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 165991464 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32757] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 165991464 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32758] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165991467 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32759] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 165991468 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165991468 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165991472 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165991472 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=907064 CPUtime=0.28
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 302 0 0 0 28 0 0 0 16 0 12 0 165991472 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=907064 CPUtime=0.43
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1502 0 0 0 43 0 0 0 16 0 12 0 165991472 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165991472 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165991472 928833536 7697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 907064

[startup+2.98811 s]
/proc/loadavg: 2.00 2.00 2.00 6/97 32766
/proc/meminfo: memFree=1462912/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=907064 CPUtime=2.94
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 25966 0 1 0 281 13 0 0 25 0 12 0 165991462 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054140856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 226766 25123 2334 14 0 213203 0
[pid=32754/tid=32756] ppid=32752 vsize=907064 CPUtime=0.1
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 1756 0 0 0 10 0 0 0 17 0 12 0 165991464 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32757] ppid=32752 vsize=907064 CPUtime=0.14
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 2731 0 0 0 12 2 0 0 16 0 12 0 165991464 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32758] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 27 0 0 0 0 0 0 0 16 0 12 0 165991467 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32759] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165991468 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165991468 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165991472 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165991472 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=907064 CPUtime=0.31
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 305 0 0 0 31 0 0 0 17 0 12 0 165991472 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=907064 CPUtime=0.45
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1513 0 0 0 45 0 0 0 17 0 12 0 165991472 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165991472 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=907064 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165991472 928833536 25123 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 907064

[startup+6.21169 s]
/proc/loadavg: 2.00 2.00 2.00 4/97 32766
/proc/meminfo: memFree=1433600/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=907452 CPUtime=6.13
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 32806 0 1 0 597 16 0 0 25 0 12 0 165991462 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 226863 31385 2337 14 0 213300 0
[pid=32754/tid=32756] ppid=32752 vsize=907452 CPUtime=0.35
/proc/32754/task/32756/stat : 32756 (java) R 32752 32754 31538 0 -1 64 4172 0 0 0 34 1 0 0 16 0 12 0 165991464 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958722 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32757] ppid=32752 vsize=907452 CPUtime=0.38
/proc/32754/task/32757/stat : 32757 (java) R 32752 32754 31538 0 -1 64 7113 0 0 0 35 3 0 0 16 0 12 0 165991464 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32758] ppid=32752 vsize=907452 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 165991467 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32759] ppid=32752 vsize=907452 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165991468 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=907452 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165991468 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=907452 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165991472 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=907452 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 165991472 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=907452 CPUtime=0.44
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 319 0 0 0 44 0 0 0 16 0 12 0 165991472 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=907452 CPUtime=0.56
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1520 0 0 0 56 0 0 0 16 0 12 0 165991472 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=907452 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165991472 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=907452 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165991472 929230848 31385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 907452

[startup+12.6977 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 32767
/proc/meminfo: memFree=1357048/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=911148 CPUtime=12.86
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 52533 0 1 0 1259 27 0 0 25 0 13 0 165991462 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053869304 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 227787 49366 2356 14 0 214224 0
[pid=32754/tid=32756] ppid=32752 vsize=911148 CPUtime=0.75
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 11842 0 0 0 70 5 0 0 17 0 13 0 165991464 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32757] ppid=32752 vsize=911148 CPUtime=0.85
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 18533 0 0 0 76 9 0 0 17 0 13 0 165991464 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32758] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165991467 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32759] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165991468 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165991468 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165991472 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=911148 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 165991472 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=911148 CPUtime=0.74
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 525 0 0 0 74 0 0 0 16 0 13 0 165991472 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=911148 CPUtime=0.95
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1921 0 0 0 94 1 0 0 16 0 13 0 165991472 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165991472 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165991472 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32767] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32767/stat : 32767 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 165992172 933015552 49366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 911148

[startup+25.572 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 32767
/proc/meminfo: memFree=1357176/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=911148 CPUtime=25.67
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 52538 0 1 0 2540 27 0 0 25 0 13 0 165991462 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054360086 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 227787 49369 2357 14 0 214224 0
[pid=32754/tid=32756] ppid=32752 vsize=911148 CPUtime=0.75
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 11842 0 0 0 70 5 0 0 17 0 13 0 165991464 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32757] ppid=32752 vsize=911148 CPUtime=0.85
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 18533 0 0 0 76 9 0 0 17 0 13 0 165991464 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32758] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165991467 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32759] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165991468 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165991468 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165991472 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=911148 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 165991472 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=911148 CPUtime=0.75
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 525 0 0 0 75 0 0 0 16 0 13 0 165991472 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=911148 CPUtime=0.96
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1921 0 0 0 95 1 0 0 17 0 13 0 165991472 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165991472 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165991472 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32767] ppid=32752 vsize=911148 CPUtime=0
/proc/32754/task/32767/stat : 32767 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 165992172 933015552 49369 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.67
Current children cumulated vsize (KiB) 911148

[startup+51.2226 s]
/proc/loadavg: 2.06 2.01 2.00 3/98 32767
/proc/meminfo: memFree=1337336/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=910500 CPUtime=51.31
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 57813 0 1 0 5101 30 0 0 25 0 13 0 165991462 932352000 54317 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054349791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32754/statm: 227625 54317 2357 14 0 214062 0
[pid=32754/tid=32756] ppid=32752 vsize=910500 CPUtime=0.86

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

/proc/loadavg: 2.02 2.05 2.00 3/98 560
/proc/meminfo: memFree=939168/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=910500 CPUtime=1590.03
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 161790 0 1 0 158922 81 0 0 25 0 13 0 165991462 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054349201 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32754/statm: 227625 152321 2357 14 0 214062 0
[pid=32754/tid=32756] ppid=32752 vsize=910500 CPUtime=2.19
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 64713 0 0 0 193 26 0 0 17 0 13 0 165991464 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32757] ppid=32752 vsize=910500 CPUtime=2.36
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 74894 0 0 0 205 31 0 0 17 0 13 0 165991464 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32758] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165991467 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32759] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165991472 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=910500 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 165991472 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=910500 CPUtime=0.78
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 528 0 0 0 78 0 0 0 16 0 13 0 165991472 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=910500 CPUtime=0.99
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1922 0 0 0 98 1 0 0 17 0 13 0 165991472 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165991472 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165991472 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32767] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32767/stat : 32767 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 165992172 932352000 152321 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.03
Current children cumulated vsize (KiB) 910500

[startup+1662.88 s]
/proc/loadavg: 2.04 2.05 2.00 3/98 560
/proc/meminfo: memFree=910048/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=910500 CPUtime=1649.47
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 169067 0 1 0 164863 84 0 0 25 0 13 0 165991462 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054349660 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32754/statm: 227625 159597 2357 14 0 214062 0
[pid=32754/tid=32756] ppid=32752 vsize=910500 CPUtime=2.29
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 68581 0 0 0 202 27 0 0 17 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32757] ppid=32752 vsize=910500 CPUtime=2.46
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 78302 0 0 0 214 32 0 0 18 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32758] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165991467 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32759] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=910500 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=910500 CPUtime=0.78
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 528 0 0 0 78 0 0 0 16 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=910500 CPUtime=0.99
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1922 0 0 0 98 1 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32767] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32767/stat : 32767 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 165992172 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1649.47
Current children cumulated vsize (KiB) 910500

[startup+1722.89 s]
/proc/loadavg: 2.01 2.04 2.00 3/98 560
/proc/meminfo: memFree=909984/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=910500 CPUtime=1708.88
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 169067 0 1 0 170804 84 0 0 25 0 13 0 165991462 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054349464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32754/statm: 227625 159597 2357 14 0 214062 0
[pid=32754/tid=32756] ppid=32752 vsize=910500 CPUtime=2.29
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 68581 0 0 0 202 27 0 0 17 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32757] ppid=32752 vsize=910500 CPUtime=2.46
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 78302 0 0 0 214 32 0 0 18 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32758] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165991467 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32759] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=910500 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=910500 CPUtime=0.78
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 528 0 0 0 78 0 0 0 16 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=910500 CPUtime=0.99
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1922 0 0 0 98 1 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32767] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32767/stat : 32767 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 165992172 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.88
Current children cumulated vsize (KiB) 910500

[startup+1782.89 s]
/proc/loadavg: 2.00 2.03 2.00 3/98 560
/proc/meminfo: memFree=909984/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=910500 CPUtime=1768.33
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 169067 0 1 0 176749 84 0 0 25 0 13 0 165991462 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054349201 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32754/statm: 227625 159597 2357 14 0 214062 0
[pid=32754/tid=32756] ppid=32752 vsize=910500 CPUtime=2.29
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 68581 0 0 0 202 27 0 0 17 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32757] ppid=32752 vsize=910500 CPUtime=2.46
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 78302 0 0 0 214 32 0 0 18 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32758] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165991467 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32759] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=910500 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=910500 CPUtime=0.78
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 528 0 0 0 78 0 0 0 16 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=910500 CPUtime=0.99
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1922 0 0 0 98 1 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32767] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32767/stat : 32767 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 165992172 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.33
Current children cumulated vsize (KiB) 910500



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.86 s]
/proc/loadavg: 2.00 2.03 2.00 3/98 560
/proc/meminfo: memFree=909984/2055920 swapFree=4160348/4192956
[pid=32754] ppid=32752 vsize=910500 CPUtime=1800.02
/proc/32754/stat : 32754 (java) R 32752 32754 31538 0 -1 0 169067 0 1 0 179918 84 0 0 25 0 13 0 165991462 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054349181 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32754/statm: 227625 159597 2357 14 0 214062 0
[pid=32754/tid=32756] ppid=32752 vsize=910500 CPUtime=2.29
/proc/32754/task/32756/stat : 32756 (java) S 32752 32754 31538 0 -1 64 68581 0 0 0 202 27 0 0 17 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32757] ppid=32752 vsize=910500 CPUtime=2.46
/proc/32754/task/32757/stat : 32757 (java) S 32752 32754 31538 0 -1 64 78302 0 0 0 214 32 0 0 18 0 13 0 165991464 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32758] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32758/stat : 32758 (java) S 32752 32754 31538 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165991467 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32754/tid=32759] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32759/stat : 32759 (java) S 32752 32754 31538 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32760] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32760/stat : 32760 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165991468 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32761] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32761/stat : 32761 (java) S 32752 32754 31538 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32762] ppid=32752 vsize=910500 CPUtime=0.01
/proc/32754/task/32762/stat : 32762 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 1 0 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32763] ppid=32752 vsize=910500 CPUtime=0.78
/proc/32754/task/32763/stat : 32763 (java) S 32752 32754 31538 0 -1 64 528 0 0 0 78 0 0 0 16 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32764] ppid=32752 vsize=910500 CPUtime=0.99
/proc/32754/task/32764/stat : 32764 (java) S 32752 32754 31538 0 -1 64 1922 0 0 0 98 1 0 0 17 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32765] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32765/stat : 32765 (java) S 32752 32754 31538 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32766] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32766/stat : 32766 (java) S 32752 32754 31538 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165991472 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32754/tid=32767] ppid=32752 vsize=910500 CPUtime=0
/proc/32754/task/32767/stat : 32767 (java) S 32752 32754 31538 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 165992172 932352000 159597 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 910500

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

Child status: 143
Real time (s): 1815.01
CPU time (s): 1800.16
CPU user time (s): 1799.22
CPU system time (s): 0.939857
CPU usage (%): 99.1816
Max. virtual memory (cumulated for all children) (KiB): 911208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.22
system time used= 0.939857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169086
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= 37793
involuntary context switches= 75899

runsolver used 2.16767 s user time and 5.86911 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sun Jan  7 13:19:24 UTC 2007


IDJOB= 206649
IDBENCH= 4224
FILE ID= node12/206649-1168175964

PBS_JOBID= 3478831

Free space on /tmp= 66306 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  91e6597cdbbcd987f765c4d7bef264d4

RANDOM SEED= 246750499

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.265
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.265
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:       1546232 kB
Buffers:         45844 kB
Cached:         343352 kB
SwapCached:       4660 kB
Active:         130112 kB
Inactive:       309992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1546232 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            8252 kB
Writeback:           0 kB
Mapped:          64016 kB
Slab:            54636 kB
Committed_AS:  4604408 kB
PageTables:       2068 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= 66306 MiB



End job on node12 on Sun Jan  7 13:49:40 UTC 2007