Trace number 206858

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 1.7 RC BF3? (TO) 1800.24 1814.19

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-16_ext.xml
MD5SUM0d8c0cee3fe4dc25dc6d0f77c207051a
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.24	c --- Begin Solver configuration ---
0.24	c Stops conflict analysis at the first Unique Implication Point
0.24	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.24	c Learn all clauses as in MiniSAT
0.24	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24	c VSIDS like heuristics from MiniSAT using a heap
0.24	c No reason simplification
0.24	c --- End Solver configuration ---
0.24	c solving /tmp/evaluation/206858-1168179127/unknown.xml
0.24	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.52	c reading variables
c reading variables (28) done.
0.56	c reading relations
c reading relations (93) done.
5.05	c reading constraints
c reading constraints done.
7.10	c ... done. Wall clock time 6.853s.
7.10	c CPU time (experimental) 4.78s.
7.10	c #vars     784
7.10	c #constraints  1290245
1814.06	c starts		: 20
1814.06	c conflicts		: 630667
1814.06	c decisions		: 1039396
1814.06	c propagations		: 38363325
1814.06	c inspects		: 4039387336
1814.06	c learnt literals	: 0
1814.06	c learnt binary clauses	: 0
1814.06	c learnt ternary clauses	: 98
1814.06	c learnt clauses	: 630667
1814.06	c root simplifications	: 0
1814.06	c removed literals (reason simplification)	: 0
1814.06	c reason swapping (by a shorter reason)	: 0
1814.06	c Calls to reduceDB	: 0
1814.06	c speed (decisions/second)	: 575.2183641134081
1814.06	c non guided choices	317
1814.06	s UNKNOWN
1814.06	c Total wall clock time (in seconds) : 1813.815
1814.06	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/node39/watcher-206858-1168179127 -o ROOT/results/node39/solver-206858-1168179127 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206858-1168179127/sat4jCSP-bf3.jar /tmp/evaluation/206858-1168179127/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.96 1.00 1.18 4/73 17735
/proc/meminfo: memFree=1590440/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=1784 CPUtime=0
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 166312346 1826816 142 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 11556494 0 0 4096 0 0 0 0 17 1 0 0
/proc/17734/statm: 454 147 111 14 0 99 0

[startup+0.10369 s]
/proc/loadavg: 0.96 1.00 1.18 4/73 17735
/proc/meminfo: memFree=1590440/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=901540 CPUtime=0.08
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 3358 0 1 0 7 1 0 0 21 0 12 0 166312346 923176960 3118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 225385 3118 1568 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511723 s]
/proc/loadavg: 0.96 1.00 1.18 4/73 17735
/proc/meminfo: memFree=1590440/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=905236 CPUtime=0.5
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 5923 0 1 0 47 3 0 0 19 0 12 0 166312346 926961664 5517 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 226309 5519 2278 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.3358 s]
/proc/loadavg: 0.96 1.00 1.18 5/95 17757
/proc/meminfo: memFree=1552128/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=907060 CPUtime=1.32
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 9365 0 1 0 127 5 0 0 22 0 12 0 166312346 928829440 8528 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054197676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 226765 8529 2320 14 0 213202 0
[pid=17734/tid=17738] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166312348 928829440 8530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17739] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166312348 928829440 8530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17741] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 166312351 928829440 8531 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17744] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 166312351 928829440 8532 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166312351 928829440 8533 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166312355 928829440 8534 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166312355 928829440 8535 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=907060 CPUtime=0.28
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 289 0 0 0 28 0 0 0 16 0 12 0 166312355 928829440 8536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=907060 CPUtime=0.4
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1510 0 0 0 40 0 0 0 16 0 12 0 166312355 928829440 8537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166312355 928829440 8538 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166312355 928829440 8539 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 907060

[startup+3.00271 s]
/proc/loadavg: 0.96 1.00 1.18 5/95 17757
/proc/meminfo: memFree=1422720/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=907060 CPUtime=3
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 25961 0 1 0 286 14 0 0 25 0 12 0 166312346 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054142779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 226765 25118 2334 14 0 213202 0
[pid=17734/tid=17738] ppid=17729 vsize=907060 CPUtime=0.09
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 2308 0 0 0 9 0 0 0 17 0 12 0 166312348 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17739] ppid=17729 vsize=907060 CPUtime=0.13
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 2174 0 0 0 13 0 0 0 16 0 12 0 166312348 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17741] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 166312351 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17744] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166312351 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166312351 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166312355 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166312355 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=907060 CPUtime=0.31
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 295 0 0 0 31 0 0 0 17 0 12 0 166312355 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=907060 CPUtime=0.46
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1520 0 0 0 46 0 0 0 16 0 12 0 166312355 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166312355 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=907060 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166312355 928829440 25118 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 907060

[startup+6.27226 s]
/proc/loadavg: 1.05 1.01 1.18 4/95 17757
/proc/meminfo: memFree=1367552/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=906804 CPUtime=6.27
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 36509 0 1 0 606 21 0 0 25 0 12 0 166312346 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17734/statm: 226701 35091 2337 14 0 213138 0
[pid=17734/tid=17738] ppid=17729 vsize=906804 CPUtime=0.48
/proc/17734/task/17738/stat : 17738 (java) R 17729 17734 17643 0 -1 64 10308 0 0 0 43 5 0 0 17 0 12 0 166312348 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17739] ppid=17729 vsize=906804 CPUtime=0.41
/proc/17734/task/17739/stat : 17739 (java) R 17729 17734 17643 0 -1 64 4682 0 0 0 40 1 0 0 17 0 12 0 166312348 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154959299 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17741] ppid=17729 vsize=906804 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 34 0 0 0 0 0 0 0 16 0 12 0 166312351 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17744] ppid=17729 vsize=906804 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166312351 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=906804 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166312351 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=906804 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166312355 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=906804 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 166312355 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17754] ppid=17729 vsize=906804 CPUtime=0.42
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 300 0 0 0 42 0 0 0 16 0 12 0 166312355 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17755] ppid=17729 vsize=906804 CPUtime=0.58
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1534 0 0 0 58 0 0 0 16 0 12 0 166312355 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17756] ppid=17729 vsize=906804 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166312355 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=906804 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166312355 928567296 35091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 906804

[startup+12.7628 s]
/proc/loadavg: 1.12 1.03 1.19 3/97 17759
/proc/meminfo: memFree=1216248/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=907288 CPUtime=12.83
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 51225 0 1 0 1255 28 0 0 25 0 13 0 166312346 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054079944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 226822 48992 2356 14 0 213259 0
[pid=17734/tid=17738] ppid=17729 vsize=907288 CPUtime=0.77
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 14698 0 0 0 70 7 0 0 17 0 13 0 166312348 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17739] ppid=17729 vsize=907288 CPUtime=0.84
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 14577 0 0 0 78 6 0 0 17 0 13 0 166312348 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17741] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 35 0 0 0 0 0 0 0 17 0 13 0 166312351 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17744] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166312351 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166312355 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 166312355 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=907288 CPUtime=0.77
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 647 0 0 0 77 0 0 0 16 0 13 0 166312355 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=907288 CPUtime=0.77
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1591 0 0 0 77 0 0 0 16 0 13 0 166312355 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166312355 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166312355 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17759] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17759/stat : 17759 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 166313056 929062912 48992 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 907288

[startup+25.646 s]
/proc/loadavg: 1.32 1.08 1.20 3/97 17759
/proc/meminfo: memFree=1216504/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=907288 CPUtime=25.71
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 51229 0 1 0 2543 28 0 0 25 0 13 0 166312346 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054343381 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 226822 48993 2356 14 0 213259 0
[pid=17734/tid=17738] ppid=17729 vsize=907288 CPUtime=0.77
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 14698 0 0 0 70 7 0 0 17 0 13 0 166312348 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17739] ppid=17729 vsize=907288 CPUtime=0.84
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 14577 0 0 0 78 6 0 0 17 0 13 0 166312348 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17741] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 166312351 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17744] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166312351 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166312355 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 166312355 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=907288 CPUtime=0.79
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 648 0 0 0 79 0 0 0 17 0 13 0 166312355 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=907288 CPUtime=0.78
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1591 0 0 0 78 0 0 0 17 0 13 0 166312355 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166312355 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166312355 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17759] ppid=17729 vsize=907288 CPUtime=0
/proc/17734/task/17759/stat : 17759 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 166313056 929062912 48993 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.71
Current children cumulated vsize (KiB) 907288

[startup+51.3374 s]
/proc/loadavg: 1.55 1.15 1.22 5/97 17759
/proc/meminfo: memFree=1174264/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=908572 CPUtime=51.39
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 56339 0 1 0 5110 29 0 0 25 0 13 0 166312346 930377728 54102 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054348616 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 227143 54102 2356 14 0 213580 0
[pid=17734/tid=17738] ppid=17729 vsize=908572 CPUtime=0.89

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

/proc/loadavg: 2.05 2.01 1.83 3/97 17761
/proc/meminfo: memFree=379640/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=908572 CPUtime=1591.28
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 163519 0 1 0 159045 83 0 0 25 0 13 0 166312346 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054343381 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17734/statm: 227143 153381 2356 14 0 213580 0
[pid=17734/tid=17738] ppid=17729 vsize=908572 CPUtime=2.29
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 71777 0 0 0 195 34 0 0 17 0 13 0 166312348 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17739] ppid=17729 vsize=908572 CPUtime=2.34
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 69771 0 0 0 204 30 0 0 18 0 13 0 166312348 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17741] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17744] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166312355 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 166312355 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=908572 CPUtime=0.81
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 648 0 0 0 81 0 0 0 17 0 13 0 166312355 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=908572 CPUtime=0.79
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1592 0 0 0 79 0 0 0 16 0 13 0 166312355 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166312355 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166312355 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17759] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17759/stat : 17759 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 166313056 930377728 153381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.28
Current children cumulated vsize (KiB) 908572

[startup+1663.13 s]
/proc/loadavg: 2.02 2.01 1.84 3/97 17761
/proc/meminfo: memFree=320120/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=908572 CPUtime=1650.69
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 173072 0 1 0 164981 88 0 0 25 0 13 0 166312346 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054348821 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17734/statm: 227143 160795 2356 14 0 213580 0
[pid=17734/tid=17738] ppid=17729 vsize=908572 CPUtime=2.41
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 77399 0 0 0 204 37 0 0 18 0 13 0 166312348 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17739] ppid=17729 vsize=908572 CPUtime=2.46
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 73701 0 0 0 214 32 0 0 18 0 13 0 166312348 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17741] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17744] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=908572 CPUtime=0.81
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 648 0 0 0 81 0 0 0 17 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=908572 CPUtime=0.79
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1592 0 0 0 79 0 0 0 16 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17759] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17759/stat : 17759 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 166313056 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.69
Current children cumulated vsize (KiB) 908572

[startup+1723.16 s]
/proc/loadavg: 2.00 2.00 1.84 3/97 17761
/proc/meminfo: memFree=320056/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=908572 CPUtime=1710.11
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 173072 0 1 0 170923 88 0 0 25 0 13 0 166312346 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054348497 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17734/statm: 227143 160795 2356 14 0 213580 0
[pid=17734/tid=17738] ppid=17729 vsize=908572 CPUtime=2.41
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 77399 0 0 0 204 37 0 0 18 0 13 0 166312348 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17739] ppid=17729 vsize=908572 CPUtime=2.46
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 73701 0 0 0 214 32 0 0 18 0 13 0 166312348 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17741] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17744] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=908572 CPUtime=0.81
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 648 0 0 0 81 0 0 0 17 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=908572 CPUtime=0.79
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1592 0 0 0 79 0 0 0 16 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166312355 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17759] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17759/stat : 17759 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 166313056 930377728 160795 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.11
Current children cumulated vsize (KiB) 908572

[startup+1783.23 s]
/proc/loadavg: 2.00 2.00 1.85 3/97 17761
/proc/meminfo: memFree=260280/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=908572 CPUtime=1769.55
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 180543 0 1 0 176864 91 0 0 25 0 13 0 166312346 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054348630 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17734/statm: 227143 168265 2356 14 0 213580 0
[pid=17734/tid=17738] ppid=17729 vsize=908572 CPUtime=2.52
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 81931 0 0 0 213 39 0 0 18 0 13 0 166312348 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17739] ppid=17729 vsize=908572 CPUtime=2.55
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 76639 0 0 0 222 33 0 0 16 0 13 0 166312348 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17741] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17744] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=908572 CPUtime=0.81
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 648 0 0 0 81 0 0 0 17 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=908572 CPUtime=0.79
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1592 0 0 0 79 0 0 0 16 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17759] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17759/stat : 17759 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 166313056 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.55
Current children cumulated vsize (KiB) 908572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.05 s]
/proc/loadavg: 2.00 2.00 1.85 3/85 17990
/proc/meminfo: memFree=922376/2055920 swapFree=4187312/4192956
[pid=17734] ppid=17729 vsize=908572 CPUtime=1800.1
/proc/17734/stat : 17734 (java) R 17729 17734 17643 0 -1 0 180543 0 1 0 179917 93 0 0 25 0 13 0 166312346 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054348875 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17734/statm: 227143 168265 2356 14 0 213580 0
[pid=17734/tid=17738] ppid=17729 vsize=908572 CPUtime=2.52
/proc/17734/task/17738/stat : 17738 (java) S 17729 17734 17643 0 -1 64 81931 0 0 0 213 39 0 0 18 0 13 0 166312348 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17739] ppid=17729 vsize=908572 CPUtime=2.55
/proc/17734/task/17739/stat : 17739 (java) S 17729 17734 17643 0 -1 64 76639 0 0 0 222 33 0 0 16 0 13 0 166312348 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17741] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17741/stat : 17741 (java) S 17729 17734 17643 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17734/tid=17744] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17744/stat : 17744 (java) S 17729 17734 17643 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17745] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17745/stat : 17745 (java) S 17729 17734 17643 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166312351 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17752] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17752/stat : 17752 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17753] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17753/stat : 17753 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17754] ppid=17729 vsize=908572 CPUtime=0.81
/proc/17734/task/17754/stat : 17754 (java) S 17729 17734 17643 0 -1 64 648 0 0 0 81 0 0 0 17 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17755] ppid=17729 vsize=908572 CPUtime=0.79
/proc/17734/task/17755/stat : 17755 (java) S 17729 17734 17643 0 -1 64 1592 0 0 0 79 0 0 0 16 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17756] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17756/stat : 17756 (java) S 17729 17734 17643 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17757] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17757/stat : 17757 (java) S 17729 17734 17643 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166312355 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17734/tid=17759] ppid=17729 vsize=908572 CPUtime=0
/proc/17734/task/17759/stat : 17759 (java) S 17729 17734 17643 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 166313056 930377728 168265 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 908572

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

Child status: 143
Real time (s): 1814.19
CPU time (s): 1800.24
CPU user time (s): 1799.2
CPU system time (s): 1.04484
CPU usage (%): 99.2313
Max. virtual memory (cumulated for all children) (KiB): 908572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.04484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180563
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= 37720
involuntary context switches= 65857

runsolver used 2.16267 s user time and 5.95209 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 14:12:07 UTC 2007


IDJOB= 206858
IDBENCH= 4240
FILE ID= node39/206858-1168179127

PBS_JOBID= 3479119

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0d8c0cee3fe4dc25dc6d0f77c207051a

RANDOM SEED= 567815682

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.236
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.236
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:       1591328 kB
Buffers:         33364 kB
Cached:         356020 kB
SwapCached:       1548 kB
Active:          91896 kB
Inactive:       313772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591328 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:           16760 kB
Writeback:           0 kB
Mapped:          23680 kB
Slab:            44528 kB
Committed_AS:  3370552 kB
PageTables:       1700 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= 66543 MiB



End job on node39 on Sun Jan  7 14:42:22 UTC 2007