Trace number 206805

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.2 1797.09

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-8_ext.xml
MD5SUM6ca11a40fe629bd40af8bb1fd5267065
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 CACHED
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.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/206805-1168178121/unknown.xml
0.21	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.39	c reading variables
c reading variables (28) done.
0.42	c reading relations
c reading relations (93) done.
4.30	c reading constraints
c reading constraints done.
6.01	c ... done. Wall clock time 5.801s.
6.01	c CPU time (experimental) 4.85s.
6.01	c #vars     784
6.01	c #constraints  1290245
1796.93	c starts		: 20
1796.93	c conflicts		: 631870
1796.93	c decisions		: 1125950
1796.93	c propagations		: 43884453
1796.93	c inspects		: 4190983294
1796.93	c learnt literals	: 0
1796.93	c learnt binary clauses	: 0
1796.93	c learnt ternary clauses	: 218
1796.93	c learnt clauses	: 631864
1796.93	c root simplifications	: 0
1796.93	c removed literals (reason simplification)	: 0
1796.93	c reason swapping (by a shorter reason)	: 0
1796.93	c Calls to reduceDB	: 0
1796.93	c speed (decisions/second)	: 628.7006202412621
1796.93	c non guided choices	228
1796.93	s UNKNOWN
1796.93	c Total wall clock time (in seconds) : 1796.72
1796.93	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/node33/watcher-206805-1168178121 -o ROOT/results/node33/solver-206805-1168178121 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206805-1168178121/sat4jCSP-bf3-cached.jar /tmp/evaluation/206805-1168178121/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 1.01 1.31 1/65 7301
/proc/meminfo: memFree=1504880/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=168 CPUtime=0
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 39 0 0 0 0 0 0 0 20 0 1 0 166205966 172032 23 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 10945316 0 0 4096 0 0 0 0 17 1 0 0
/proc/7300/statm: 42 23 18 14 0 2 0

[startup+0.102864 s]
/proc/loadavg: 0.92 1.01 1.31 1/65 7301
/proc/meminfo: memFree=1504880/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=901540 CPUtime=0.08
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 3356 0 1 0 7 1 0 0 24 0 12 0 166205966 923176960 3116 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7300/statm: 225385 3116 1568 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.51295 s]
/proc/loadavg: 0.92 1.01 1.31 1/65 7301
/proc/meminfo: memFree=1504880/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=906476 CPUtime=0.69
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 6581 0 1 0 67 2 0 0 17 0 12 0 166205966 928231424 6087 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053870926 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 226619 6087 2304 14 0 213056 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 906476

[startup+1.33912 s]
/proc/loadavg: 0.92 1.01 1.31 2/76 7312
/proc/meminfo: memFree=1451480/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=909456 CPUtime=1.94
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 23463 0 1 0 185 9 0 0 17 0 12 0 166205966 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054217988 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227364 21840 2329 14 0 213801 0
[pid=7300/tid=7302] ppid=7298 vsize=909456 CPUtime=0.01
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 441 0 0 0 1 0 0 0 16 0 12 0 166205969 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7303] ppid=7298 vsize=909456 CPUtime=0.01
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 335 0 0 0 1 0 0 0 16 0 12 0 166205969 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7304] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 11 0 0 0 0 0 0 0 15 0 12 0 166205971 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7305] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166205972 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166205972 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166205975 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166205975 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7309] ppid=7298 vsize=909456 CPUtime=0.48
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2161 0 0 0 47 1 0 0 16 0 12 0 166205975 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7310] ppid=7298 vsize=909456 CPUtime=0.43
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 850 0 0 0 43 0 0 0 16 0 12 0 166205975 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7311] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166205975 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166205975 931282944 21840 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 909456

[startup+2.98346 s]
/proc/loadavg: 0.92 1.01 1.31 2/76 7312
/proc/meminfo: memFree=1414808/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=909456 CPUtime=3.78
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 29192 0 1 0 366 12 0 0 18 0 12 0 166205966 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054176594 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227364 27446 2333 14 0 213801 0
[pid=7300/tid=7302] ppid=7298 vsize=909456 CPUtime=0.2
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 3562 0 0 0 19 1 0 0 16 0 12 0 166205969 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7303] ppid=7298 vsize=909456 CPUtime=0.2
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 2911 0 0 0 19 1 0 0 17 0 12 0 166205969 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7304] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 166205971 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7305] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 166205972 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166205972 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 166205975 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166205975 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7309] ppid=7298 vsize=909456 CPUtime=0.49
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2165 0 0 0 48 1 0 0 16 0 12 0 166205975 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7310] ppid=7298 vsize=909456 CPUtime=0.44
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 850 0 0 0 44 0 0 0 17 0 12 0 166205975 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7311] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 166205975 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=909456 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 166205975 931282944 27446 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.78
Current children cumulated vsize (KiB) 909456

[startup+6.20014 s]
/proc/loadavg: 1.17 1.06 1.32 3/76 7312
/proc/meminfo: memFree=1342104/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=7.85
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 50266 0 1 0 761 24 0 0 19 0 13 0 166205966 933093376 45972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 45972 2351 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=0.74
/proc/7300/task/7302/stat : 7302 (java) R 7298 7300 6078 0 -1 64 14117 0 0 0 69 5 0 0 17 0 13 0 166205969 933093376 45972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958747 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=0.75
/proc/7300/task/7303/stat : 7303 (java) R 7298 7300 6078 0 -1 64 13355 0 0 0 68 7 0 0 16 0 13 0 166205969 933093376 45972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958971 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 166205971 933093376 45972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 45972 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 45973 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 45974 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 45975 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.66
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2180 0 0 0 65 1 0 0 16 0 13 0 166205975 933093376 45976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.68
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 871 0 0 0 68 0 0 0 16 0 13 0 166205975 933093376 45977 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 45978 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 45980 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 911224

[startup+12.6854 s]
/proc/loadavg: 1.15 1.06 1.32 2/77 7313
/proc/meminfo: memFree=1317264/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=14.71
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 53945 0 1 0 1446 25 0 0 25 0 13 0 166205966 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 49105 2355 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=0.87
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 15199 0 0 0 82 5 0 0 18 0 13 0 166205969 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=0.86
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 15707 0 0 0 78 8 0 0 16 0 13 0 166205969 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 166205971 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.82
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2201 0 0 0 81 1 0 0 17 0 13 0 166205975 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.91
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 1090 0 0 0 91 0 0 0 16 0 13 0 166205975 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7313] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7313/stat : 7313 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166206568 933093376 49105 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 911224

[startup+25.5301 s]
/proc/loadavg: 1.12 1.05 1.31 2/77 7313
/proc/meminfo: memFree=1317392/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=27.56
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 53948 0 1 0 2731 25 0 0 25 0 13 0 166205966 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 49106 2355 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=0.87
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 15199 0 0 0 82 5 0 0 18 0 13 0 166205969 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=0.86
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 15707 0 0 0 78 8 0 0 16 0 13 0 166205969 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 0 0 0 0 16 0 13 0 166205971 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.82
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2201 0 0 0 81 1 0 0 17 0 13 0 166205975 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.91
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 1091 0 0 0 91 0 0 0 16 0 13 0 166205975 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7313] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7313/stat : 7313 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166206568 933093376 49106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.56
Current children cumulated vsize (KiB) 911224

[startup+51.1634 s]
/proc/loadavg: 1.08 1.05 1.30 2/77 7313
/proc/meminfo: memFree=1296080/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=53.38
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 59456 0 1 0 5310 28 0 0 25 0 13 0 166205966 933093376 54454 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 54454 2355 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=1.04

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

/proc/loadavg: 1.00 1.00 1.03 2/77 7513
/proc/meminfo: memFree=932560/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=1606.79
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 174377 0 1 0 160595 84 0 0 25 0 13 0 166205966 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 145072 2356 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=2.56
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 77556 0 0 0 222 34 0 0 16 0 13 0 166205969 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=2.55
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 73761 0 0 0 220 35 0 0 18 0 13 0 166205969 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0.01
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 166205971 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.84
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2202 0 0 0 83 1 0 0 17 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.94
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 1091 0 0 0 94 0 0 0 16 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7313] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7313/stat : 7313 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166206568 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1606.79
Current children cumulated vsize (KiB) 911224

[startup+1663.75 s]
/proc/loadavg: 1.00 1.00 1.02 2/77 7513
/proc/meminfo: memFree=932560/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=1666.78
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 174377 0 1 0 166593 85 0 0 25 0 13 0 166205966 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054439129 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 145072 2356 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=2.56
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 77556 0 0 0 222 34 0 0 16 0 13 0 166205969 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=2.55
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 73761 0 0 0 220 35 0 0 18 0 13 0 166205969 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0.01
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 166205971 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.84
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2202 0 0 0 83 1 0 0 17 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.94
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 1091 0 0 0 94 0 0 0 16 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7313] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7313/stat : 7313 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166206568 933093376 145072 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1666.78
Current children cumulated vsize (KiB) 911224

[startup+1723.75 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 7513
/proc/meminfo: memFree=903824/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=1726.88
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 183659 0 1 0 172599 89 0 0 25 0 13 0 166205966 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054377391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 152257 2356 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=2.69
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 82125 0 0 0 232 37 0 0 16 0 13 0 166205969 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=2.69
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 78473 0 0 0 231 38 0 0 16 0 13 0 166205969 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0.01
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 166205971 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.84
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2202 0 0 0 83 1 0 0 17 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.94
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 1091 0 0 0 94 0 0 0 16 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7313] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7313/stat : 7313 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166206568 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1726.88
Current children cumulated vsize (KiB) 911224

[startup+1783.76 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 7513
/proc/meminfo: memFree=903760/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=1786.87
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 183659 0 1 0 178597 90 0 0 25 0 13 0 166205966 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054438321 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 152257 2356 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=2.69
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 82125 0 0 0 232 37 0 0 16 0 13 0 166205969 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=2.69
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 78473 0 0 0 231 38 0 0 16 0 13 0 166205969 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0.01
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 166205971 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.84
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2202 0 0 0 83 1 0 0 17 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.94
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 1091 0 0 0 94 0 0 0 16 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7313] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7313/stat : 7313 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166206568 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1786.87
Current children cumulated vsize (KiB) 911224



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.92 s]
/proc/loadavg: 1.00 1.00 1.01 2/77 7513
/proc/meminfo: memFree=903760/2055920 swapFree=4192224/4192956
[pid=7300] ppid=7298 vsize=911224 CPUtime=1800.04
/proc/7300/stat : 7300 (java) R 7298 7300 6078 0 -1 0 183659 0 1 0 179914 90 0 0 25 0 13 0 166205966 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054438097 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7300/statm: 227806 152257 2356 14 0 214243 0
[pid=7300/tid=7302] ppid=7298 vsize=911224 CPUtime=2.69
/proc/7300/task/7302/stat : 7302 (java) S 7298 7300 6078 0 -1 64 82125 0 0 0 232 37 0 0 16 0 13 0 166205969 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7303] ppid=7298 vsize=911224 CPUtime=2.69
/proc/7300/task/7303/stat : 7303 (java) S 7298 7300 6078 0 -1 64 78473 0 0 0 231 38 0 0 16 0 13 0 166205969 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7304] ppid=7298 vsize=911224 CPUtime=0.01
/proc/7300/task/7304/stat : 7304 (java) S 7298 7300 6078 0 -1 64 32 0 0 0 1 0 0 0 16 0 13 0 166205971 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7305] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7305/stat : 7305 (java) S 7298 7300 6078 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7306] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7306/stat : 7306 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166205972 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7307] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7307/stat : 7307 (java) S 7298 7300 6078 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7308] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7308/stat : 7308 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7309] ppid=7298 vsize=911224 CPUtime=0.84
/proc/7300/task/7309/stat : 7309 (java) S 7298 7300 6078 0 -1 64 2202 0 0 0 83 1 0 0 17 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7310] ppid=7298 vsize=911224 CPUtime=0.94
/proc/7300/task/7310/stat : 7310 (java) S 7298 7300 6078 0 -1 64 1091 0 0 0 94 0 0 0 16 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7311] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7311/stat : 7311 (java) S 7298 7300 6078 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7300/tid=7312] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7312/stat : 7312 (java) S 7298 7300 6078 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 166205975 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7300/tid=7313] ppid=7298 vsize=911224 CPUtime=0
/proc/7300/task/7313/stat : 7313 (java) S 7298 7300 6078 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 166206568 933093376 152257 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 911224

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

Child status: 143
Real time (s): 1797.09
CPU time (s): 1800.2
CPU user time (s): 1799.21
CPU system time (s): 0.991849
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 911224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 0.991849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183679
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= 37233
involuntary context switches= 31632

runsolver used 1.9897 s user time and 4.42133 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 13:55:21 UTC 2007


IDJOB= 206805
IDBENCH= 4236
FILE ID= node33/206805-1168178121

PBS_JOBID= 3479026

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  6ca11a40fe629bd40af8bb1fd5267065

RANDOM SEED= 582163587

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.281
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.281
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:       1505360 kB
Buffers:         36072 kB
Cached:         433836 kB
SwapCached:        448 kB
Active:         106472 kB
Inactive:       379164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1505360 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            8216 kB
Writeback:           0 kB
Mapped:          25180 kB
Slab:            51008 kB
Committed_AS:  2959428 kB
PageTables:       1408 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= 66551 MiB



End job on node33 on Sun Jan  7 14:25:19 UTC 2007