Trace number 206585

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.18 1814.52

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-30_ext.xml
MD5SUM8786be02a428b274280e565c48f0f361
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/206585-1168175194/unknown.xml
0.26	c reading problem ... 
0.54	c reading problem named ?
0.54	c reading domains done.
0.54	c reading variables
c reading variables (28) done.
0.59	c reading relations
c reading relations (93) done.
4.89	c reading constraints
c reading constraints done.
6.87	c ... done. Wall clock time 6.612s.
6.87	c CPU time (experimental) 4.83s.
6.87	c #vars     784
6.87	c #constraints  1290245
1814.36	c starts		: 20
1814.36	c conflicts		: 634901
1814.36	c decisions		: 1100348
1814.36	c propagations		: 38913451
1814.36	c inspects		: 4036838364
1814.36	c learnt literals	: 0
1814.36	c learnt binary clauses	: 0
1814.36	c learnt ternary clauses	: 952
1814.36	c learnt clauses	: 634896
1814.36	c root simplifications	: 0
1814.36	c removed literals (reason simplification)	: 0
1814.36	c reason swapping (by a shorter reason)	: 0
1814.36	c Calls to reduceDB	: 0
1814.36	c speed (decisions/second)	: 608.7722899251834
1814.36	c non guided choices	223
1814.36	s UNKNOWN
1814.36	c Total wall clock time (in seconds) : 1814.102
1814.36	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/node60/watcher-206585-1168175194 -o ROOT/results/node60/solver-206585-1168175194 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206585-1168175194/sat4jCSP-bf3.jar /tmp/evaluation/206585-1168175194/unknown.xml 

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

/proc/loadavg: 2.02 2.04 1.99 3/85 9814
/proc/meminfo: memFree=885128/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=18540 CPUtime=0
/proc/9813/stat : 9813 (runsolver) R 9811 9813 9299 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 165917335 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/9813/statm: 4635 279 244 17 0 2626 0

[startup+0.108154 s]
/proc/loadavg: 2.02 2.04 1.99 3/85 9814
/proc/meminfo: memFree=885128/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=901540 CPUtime=0.09
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 3298 0 1 0 7 2 0 0 21 0 12 0 165917335 923176960 3058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152148610 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 225385 3058 1552 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.518953 s]
/proc/loadavg: 2.02 2.04 1.99 3/85 9814
/proc/meminfo: memFree=885128/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=905236 CPUtime=0.49
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 5832 0 1 0 46 3 0 0 19 0 12 0 165917335 926961664 5427 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 226309 5427 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.35205 s]
/proc/loadavg: 2.10 2.06 2.00 3/96 9825
/proc/meminfo: memFree=866224/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=907060 CPUtime=1.32
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 8958 0 1 0 127 5 0 0 22 0 12 0 165917335 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053868856 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 226765 8121 2320 14 0 213202 0
[pid=9813/tid=9815] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 165917338 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9816] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 165917338 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165917341 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9818] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 165917342 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165917342 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165917345 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165917345 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=907060 CPUtime=0.3
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 290 0 0 0 30 0 0 0 16 0 12 0 165917345 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=907060 CPUtime=0.4
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1509 0 0 0 40 0 0 0 16 0 12 0 165917345 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 165917346 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165917346 928829440 8121 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 907060

[startup+3.00944 s]
/proc/loadavg: 2.10 2.06 2.00 3/96 9825
/proc/meminfo: memFree=804080/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=907060 CPUtime=2.96
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 25969 0 1 0 282 14 0 0 25 0 12 0 165917335 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054135669 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 226765 25127 2334 14 0 213202 0
[pid=9813/tid=9815] ppid=9811 vsize=907060 CPUtime=0.11
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 2047 0 0 0 11 0 0 0 16 0 12 0 165917338 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9816] ppid=9811 vsize=907060 CPUtime=0.12
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 2445 0 0 0 12 0 0 0 16 0 12 0 165917338 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 165917341 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9818] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165917342 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165917342 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165917345 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165917345 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=907060 CPUtime=0.33
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 296 0 0 0 33 0 0 0 16 0 12 0 165917345 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=907060 CPUtime=0.45
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1518 0 0 0 45 0 0 0 16 0 12 0 165917345 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 165917346 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165917346 928829440 25127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 907060

[startup+6.22376 s]
/proc/loadavg: 2.10 2.06 2.00 4/80 10019
/proc/meminfo: memFree=1409136/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=907060 CPUtime=6.51
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 42793 0 1 0 629 22 0 0 17 0 12 0 165917335 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054286543 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 226765 40882 2337 14 0 213202 0
[pid=9813/tid=9815] ppid=9811 vsize=907060 CPUtime=0.57
/proc/9813/task/9815/stat : 9815 (java) R 9811 9813 9299 0 -1 64 10206 0 0 0 52 5 0 0 18 0 12 0 165917338 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9816] ppid=9811 vsize=907060 CPUtime=0.56
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 11070 0 0 0 52 4 0 0 18 0 12 0 165917338 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 34 0 0 0 0 0 0 0 17 0 12 0 165917341 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9818] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 165917342 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165917342 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 165917345 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 165917345 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9822] ppid=9811 vsize=907060 CPUtime=0.45
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 305 0 0 0 45 0 0 0 17 0 12 0 165917345 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9823] ppid=9811 vsize=907060 CPUtime=0.54
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1528 0 0 0 54 0 0 0 16 0 12 0 165917345 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9824] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 165917346 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=907060 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165917346 928829440 40882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 907060

[startup+12.7194 s]
/proc/loadavg: 2.30 2.10 2.01 3/85 10055
/proc/meminfo: memFree=1317904/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=910088 CPUtime=13.11
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 51329 0 1 0 1285 26 0 0 25 0 13 0 165917335 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054389983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 227522 48913 2356 14 0 213959 0
[pid=9813/tid=9815] ppid=9811 vsize=910088 CPUtime=0.87
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 16990 0 0 0 80 7 0 0 17 0 13 0 165917338 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9816] ppid=9811 vsize=910088 CPUtime=0.78
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 12741 0 0 0 74 4 0 0 18 0 13 0 165917338 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165917341 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9818] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165917342 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165917342 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165917345 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165917345 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=910088 CPUtime=0.71
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 333 0 0 0 71 0 0 0 16 0 13 0 165917345 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=910088 CPUtime=0.83
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1552 0 0 0 83 0 0 0 16 0 13 0 165917345 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 165917346 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165917346 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=10055] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/10055/stat : 10055 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165918023 931930112 48913 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 910088

[startup+25.6087 s]
/proc/loadavg: 2.25 2.10 2.01 3/85 10055
/proc/meminfo: memFree=1318288/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=910088 CPUtime=25.89
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 51332 0 1 0 2563 26 0 0 25 0 13 0 165917335 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054316416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 227522 48915 2356 14 0 213959 0
[pid=9813/tid=9815] ppid=9811 vsize=910088 CPUtime=0.87
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 16990 0 0 0 80 7 0 0 17 0 13 0 165917338 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9816] ppid=9811 vsize=910088 CPUtime=0.78
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 12741 0 0 0 74 4 0 0 18 0 13 0 165917338 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 35 0 0 0 0 0 0 0 16 0 13 0 165917341 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9818] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165917342 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165917342 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165917345 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165917345 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=910088 CPUtime=0.71
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 333 0 0 0 71 0 0 0 17 0 13 0 165917345 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=910088 CPUtime=0.84
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1554 0 0 0 84 0 0 0 16 0 13 0 165917345 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 165917346 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165917346 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=10055] ppid=9811 vsize=910088 CPUtime=0
/proc/9813/task/10055/stat : 10055 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165918023 931930112 48915 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 910088

[startup+51.2972 s]
/proc/loadavg: 2.15 2.09 2.01 3/85 10055
/proc/meminfo: memFree=1297040/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=911372 CPUtime=51.34
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 56660 0 1 0 5106 28 0 0 25 0 13 0 165917335 933244928 54241 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054348339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 227843 54241 2357 14 0 214280 0
[pid=9813/tid=9815] ppid=9811 vsize=911372 CPUtime=0.98

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

/proc/loadavg: 2.00 2.01 2.00 3/85 10057
/proc/meminfo: memFree=901136/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=911372 CPUtime=1591.12
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 168050 0 1 0 159033 79 0 0 25 0 13 0 165917335 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054359162 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 227843 153031 2357 14 0 214280 0
[pid=9813/tid=9815] ppid=9811 vsize=911372 CPUtime=2.5
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 76628 0 0 0 217 33 0 0 16 0 13 0 165917338 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9816] ppid=9811 vsize=911372 CPUtime=2.4
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 69801 0 0 0 210 30 0 0 16 0 13 0 165917338 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=911372 CPUtime=0.01
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165917341 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9818] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=911372 CPUtime=0.73
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 333 0 0 0 73 0 0 0 17 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=911372 CPUtime=0.87
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1555 0 0 0 87 0 0 0 17 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 165917346 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165917346 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=10055] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/10055/stat : 10055 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165918023 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.12
Current children cumulated vsize (KiB) 911372

[startup+1663.64 s]
/proc/loadavg: 2.04 2.02 2.00 3/85 10057
/proc/meminfo: memFree=901072/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=911372 CPUtime=1650.63
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 168050 0 1 0 164984 79 0 0 25 0 13 0 165917335 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358801 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 227843 153031 2357 14 0 214280 0
[pid=9813/tid=9815] ppid=9811 vsize=911372 CPUtime=2.5
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 76628 0 0 0 217 33 0 0 16 0 13 0 165917338 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9816] ppid=9811 vsize=911372 CPUtime=2.4
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 69801 0 0 0 210 30 0 0 16 0 13 0 165917338 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=911372 CPUtime=0.01
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165917341 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9818] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=911372 CPUtime=0.73
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 333 0 0 0 73 0 0 0 17 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=911372 CPUtime=0.87
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1555 0 0 0 87 0 0 0 17 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 165917346 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165917346 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=10055] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/10055/stat : 10055 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165918023 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.63
Current children cumulated vsize (KiB) 911372

[startup+1723.68 s]
/proc/loadavg: 2.01 2.02 2.00 3/85 10057
/proc/meminfo: memFree=901072/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=911372 CPUtime=1710.13
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 168050 0 1 0 170934 79 0 0 25 0 13 0 165917335 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054348339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 227843 153031 2357 14 0 214280 0
[pid=9813/tid=9815] ppid=9811 vsize=911372 CPUtime=2.5
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 76628 0 0 0 217 33 0 0 16 0 13 0 165917338 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9816] ppid=9811 vsize=911372 CPUtime=2.4
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 69801 0 0 0 210 30 0 0 16 0 13 0 165917338 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=911372 CPUtime=0.01
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165917341 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=9818] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=911372 CPUtime=0.73
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 333 0 0 0 73 0 0 0 17 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=911372 CPUtime=0.87
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1555 0 0 0 87 0 0 0 17 0 13 0 165917345 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 165917346 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165917346 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=10055] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/10055/stat : 10055 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165918023 933244928 153031 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.13
Current children cumulated vsize (KiB) 911372

[startup+1783.72 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 10057
/proc/meminfo: memFree=872208/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=911372 CPUtime=1769.66
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 176033 0 1 0 176884 82 0 0 25 0 13 0 165917335 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054359084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9813/statm: 227843 160234 2357 14 0 214280 0
[pid=9813/tid=9815] ppid=9811 vsize=911372 CPUtime=2.63
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 81595 0 0 0 228 35 0 0 18 0 13 0 165917338 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9816] ppid=9811 vsize=911372 CPUtime=2.51
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 72816 0 0 0 220 31 0 0 18 0 13 0 165917338 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=911372 CPUtime=0.01
/proc/9813/task/9817/stat : 9817 (java) R 9811 9813 9299 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165917341 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9818] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=911372 CPUtime=0.73
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 333 0 0 0 73 0 0 0 17 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=911372 CPUtime=0.87
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1555 0 0 0 87 0 0 0 17 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 165917346 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165917346 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=10055] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/10055/stat : 10055 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165918023 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1769.66
Current children cumulated vsize (KiB) 911372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.35 s]
/proc/loadavg: 2.08 2.03 2.01 3/93 10112
/proc/meminfo: memFree=796672/2055920 swapFree=4192812/4192956
[pid=9813] ppid=9811 vsize=911372 CPUtime=1800.01
/proc/9813/stat : 9813 (java) R 9811 9813 9299 0 -1 0 176033 0 1 0 179915 86 0 0 25 0 13 0 165917335 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054358801 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9813/statm: 227843 160234 2357 14 0 214280 0
[pid=9813/tid=9815] ppid=9811 vsize=911372 CPUtime=2.63
/proc/9813/task/9815/stat : 9815 (java) S 9811 9813 9299 0 -1 64 81595 0 0 0 228 35 0 0 18 0 13 0 165917338 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9816] ppid=9811 vsize=911372 CPUtime=2.51
/proc/9813/task/9816/stat : 9816 (java) S 9811 9813 9299 0 -1 64 72816 0 0 0 220 31 0 0 18 0 13 0 165917338 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9817] ppid=9811 vsize=911372 CPUtime=0.01
/proc/9813/task/9817/stat : 9817 (java) S 9811 9813 9299 0 -1 64 35 0 0 0 1 0 0 0 16 0 13 0 165917341 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9818] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9818/stat : 9818 (java) S 9811 9813 9299 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9819] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9819/stat : 9819 (java) S 9811 9813 9299 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165917342 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9820] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9820/stat : 9820 (java) S 9811 9813 9299 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9821] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9821/stat : 9821 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9822] ppid=9811 vsize=911372 CPUtime=0.73
/proc/9813/task/9822/stat : 9822 (java) S 9811 9813 9299 0 -1 64 333 0 0 0 73 0 0 0 17 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9823] ppid=9811 vsize=911372 CPUtime=0.87
/proc/9813/task/9823/stat : 9823 (java) S 9811 9813 9299 0 -1 64 1555 0 0 0 87 0 0 0 17 0 13 0 165917345 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9824] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9824/stat : 9824 (java) S 9811 9813 9299 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 165917346 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9813/tid=9825] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/9825/stat : 9825 (java) S 9811 9813 9299 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 165917346 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9813/tid=10055] ppid=9811 vsize=911372 CPUtime=0
/proc/9813/task/10055/stat : 10055 (java) S 9811 9813 9299 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 165918023 933244928 160234 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 911372

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

Child status: 143
Real time (s): 1814.52
CPU time (s): 1800.18
CPU user time (s): 1799.22
CPU system time (s): 0.964853
CPU usage (%): 99.2097
Max. virtual memory (cumulated for all children) (KiB): 911372

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

runsolver used 2.01969 s user time and 6.03408 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 13:06:35 UTC 2007


IDJOB= 206585
IDBENCH= 4219
FILE ID= node60/206585-1168175194

PBS_JOBID= 3479078

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  8786be02a428b274280e565c48f0f361

RANDOM SEED= 142358922

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:        885608 kB
Buffers:         32472 kB
Cached:         421700 kB
SwapCached:          0 kB
Active:         779728 kB
Inactive:       330984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        885608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8228 kB
Writeback:           0 kB
Mapped:         676684 kB
Slab:            43644 kB
Committed_AS:  4440752 kB
PageTables:       3140 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= 66528 MiB



End job on node60 on Sun Jan  7 13:36:49 UTC 2007