Trace number 218124

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.19 1807.87

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-19_ext.xml
MD5SUM12d5cdf82fd3633fdc8a1290681645a8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark65.503
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/218124-1168251029/unknown.xml
0.27	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.55	c reading variables
c reading variables (20) done.
0.60	c reading relations
c reading relations (58) done.
2.30	c reading constraints
c reading constraints done.
3.03	c ... done. Wall clock time 2.756s.
3.03	c CPU time (experimental) 1.75s.
3.03	c #vars     400
3.03	c #constraints  295842
1807.59	c starts		: 21
1807.59	c conflicts		: 679283
1807.59	c decisions		: 1124496
1807.59	c propagations		: 33364512
1807.59	c inspects		: 4076192319
1807.59	c learnt literals	: 0
1807.59	c learnt binary clauses	: 0
1807.59	c learnt ternary clauses	: 945
1807.59	c learnt clauses	: 679219
1807.59	c root simplifications	: 0
1807.59	c removed literals (reason simplification)	: 0
1807.59	c reason swapping (by a shorter reason)	: 0
1807.59	c Calls to reduceDB	: 0
1807.59	c speed (decisions/second)	: 623.142065813346
1807.59	c non guided choices	137
1807.59	s UNKNOWN
1807.59	c Total wall clock time (in seconds) : 1807.317
1807.59	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/node16/watcher-218124-1168251029 -o ROOT/results/node16/solver-218124-1168251029 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/218124-1168251029/sat4jCSP-bf3.jar /tmp/evaluation/218124-1168251029/unknown.xml 

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

/proc/loadavg: 2.00 2.01 2.00 4/87 17419
/proc/meminfo: memFree=1619424/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=12200 CPUtime=0
/proc/17418/stat : 17418 (java) S 17416 17418 16382 0 -1 0 870 0 0 0 0 0 0 0 16 0 1 0 173497708 12492800 636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/17418/statm: 3518 688 530 14 0 1602 0

[startup+0.104353 s]
/proc/loadavg: 2.00 2.01 2.00 4/87 17419
/proc/meminfo: memFree=1619424/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=897120 CPUtime=0.08
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 3201 0 1 0 7 1 0 0 17 0 6 0 173497708 918650880 2961 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152768813 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 224280 2961 1507 14 0 211300 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 897120

[startup+0.51228 s]
/proc/loadavg: 2.00 2.01 2.00 4/87 17419
/proc/meminfo: memFree=1619424/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=905236 CPUtime=0.48
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 5811 0 1 0 44 4 0 0 19 0 12 0 173497708 926961664 5406 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149663510 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 226309 5406 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33513 s]
/proc/loadavg: 2.00 2.01 2.00 4/98 17430
/proc/meminfo: memFree=1601544/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=907208 CPUtime=1.3
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 8227 0 1 0 124 6 0 0 21 0 12 0 173497708 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 226802 7078 2325 14 0 213239 0
[pid=17418/tid=17420] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 173497711 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173497711 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 173497714 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 173497715 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17424] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 173497715 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17425] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 173497719 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 173497719 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=907208 CPUtime=0.33
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1116 0 0 0 33 0 0 0 16 0 12 0 173497719 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17428] ppid=17416 vsize=907208 CPUtime=0.4
/proc/17418/task/17428/stat : 17428 (java) R 17416 17418 16382 0 -1 64 1067 0 0 0 40 0 0 0 16 0 12 0 173497719 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151708660 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17429] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 173497719 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 173497719 928980992 7078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 907208

[startup+2.98782 s]
/proc/loadavg: 2.00 2.01 2.00 3/98 17430
/proc/meminfo: memFree=1538760/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=907208 CPUtime=2.99
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 27944 0 1 0 284 15 0 0 25 0 12 0 173497708 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054316992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 226802 26527 2337 14 0 213239 0
[pid=17418/tid=17420] ppid=17416 vsize=907208 CPUtime=0.12
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 2902 0 0 0 11 1 0 0 16 0 12 0 173497711 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=907208 CPUtime=0.1
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 3170 0 0 0 10 0 0 0 16 0 12 0 173497711 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 19 0 0 0 0 0 0 0 16 0 12 0 173497714 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 173497715 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17424] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 173497715 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17425] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 173497719 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 173497719 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=907208 CPUtime=0.47
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1127 0 0 0 47 0 0 0 16 0 12 0 173497719 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17428] ppid=17416 vsize=907208 CPUtime=0.53
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1088 0 0 0 53 0 0 0 16 0 12 0 173497719 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17429] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 173497719 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=907208 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 173497719 928980992 26527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 907208

[startup+6.28322 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 17431
/proc/meminfo: memFree=1521216/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=907820 CPUtime=6.26
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 28160 0 1 0 608 18 0 0 25 0 13 0 173497708 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344805 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 226955 26631 2357 14 0 213392 0
[pid=17418/tid=17420] ppid=17416 vsize=907820 CPUtime=0.12
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 2902 0 0 0 11 1 0 0 16 0 13 0 173497711 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=907820 CPUtime=0.1
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 3170 0 0 0 10 0 0 0 16 0 13 0 173497711 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=907820 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 20 0 0 0 1 3 0 0 17 0 13 0 173497714 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173497715 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17424] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17425] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=907820 CPUtime=0.85
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1287 0 0 0 85 0 0 0 16 0 13 0 173497719 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17428] ppid=17416 vsize=907820 CPUtime=0.82
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1118 0 0 0 82 0 0 0 16 0 13 0 173497719 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17429] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17431] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 929607680 26631 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 907820

[startup+12.695 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 17431
/proc/meminfo: memFree=1521024/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=907820 CPUtime=12.64
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 28164 0 1 0 1246 18 0 0 25 0 13 0 173497708 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344253 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 226955 26633 2357 14 0 213392 0
[pid=17418/tid=17420] ppid=17416 vsize=907820 CPUtime=0.12
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 2902 0 0 0 11 1 0 0 16 0 13 0 173497711 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=907820 CPUtime=0.1
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 3170 0 0 0 10 0 0 0 16 0 13 0 173497711 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=907820 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 20 0 0 0 1 3 0 0 16 0 13 0 173497714 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173497715 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17424] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17425] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=907820 CPUtime=0.86
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1288 0 0 0 86 0 0 0 16 0 13 0 173497719 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17428] ppid=17416 vsize=907820 CPUtime=0.83
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1119 0 0 0 83 0 0 0 16 0 13 0 173497719 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17429] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17431] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 929607680 26633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 907820

[startup+25.5877 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 17431
/proc/meminfo: memFree=1520512/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=907820 CPUtime=25.48
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 28167 0 1 0 2530 18 0 0 25 0 13 0 173497708 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054421362 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 226955 26636 2357 14 0 213392 0
[pid=17418/tid=17420] ppid=17416 vsize=907820 CPUtime=0.12
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 2902 0 0 0 11 1 0 0 16 0 13 0 173497711 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=907820 CPUtime=0.1
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 3170 0 0 0 10 0 0 0 16 0 13 0 173497711 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=907820 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 20 0 0 0 1 3 0 0 16 0 13 0 173497714 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 173497715 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17424] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17425] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=907820 CPUtime=0.89
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1291 0 0 0 89 0 0 0 16 0 13 0 173497719 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17428] ppid=17416 vsize=907820 CPUtime=0.85
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1119 0 0 0 85 0 0 0 17 0 13 0 173497719 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17429] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17431] ppid=17416 vsize=907820 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 929607680 26636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 907820

[startup+51.286 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 17431
/proc/meminfo: memFree=1519360/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=907788 CPUtime=51.07
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 28167 0 1 0 5088 19 0 0 25 0 13 0 173497708 929574912 26628 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344474 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

/proc/loadavg: 2.00 2.02 2.00 3/99 17515
/proc/meminfo: memFree=1245944/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=908432 CPUtime=1598.49
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 101106 0 1 0 159787 62 0 0 25 0 13 0 173497708 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054467821 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 227108 92682 2357 14 0 213545 0
[pid=17418/tid=17420] ppid=17416 vsize=908432 CPUtime=1.35
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 36915 0 0 0 119 16 0 0 16 0 13 0 173497711 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=908432 CPUtime=1.32
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 42088 0 0 0 115 17 0 0 16 0 13 0 173497711 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17422] ppid=17416 vsize=908432 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 21 0 0 0 1 3 0 0 16 0 13 0 173497714 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17423] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17424] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17425] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=908432 CPUtime=0.9
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1291 0 0 0 90 0 0 0 17 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17428] ppid=17416 vsize=908432 CPUtime=0.86
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1119 0 0 0 86 0 0 0 17 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17429] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17431] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.49
Current children cumulated vsize (KiB) 908432

[startup+1664.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/99 17515
/proc/meminfo: memFree=1241784/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=908432 CPUtime=1657.98
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 101106 0 1 0 165736 62 0 0 25 0 13 0 173497708 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 227108 92682 2357 14 0 213545 0
[pid=17418/tid=17420] ppid=17416 vsize=908432 CPUtime=1.35
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 36915 0 0 0 119 16 0 0 16 0 13 0 173497711 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17421] ppid=17416 vsize=908432 CPUtime=1.32
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 42088 0 0 0 115 17 0 0 16 0 13 0 173497711 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17422] ppid=17416 vsize=908432 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 21 0 0 0 1 3 0 0 16 0 13 0 173497714 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17423] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17424] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17425] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=908432 CPUtime=0.9
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1291 0 0 0 90 0 0 0 17 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17428] ppid=17416 vsize=908432 CPUtime=0.86
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1119 0 0 0 86 0 0 0 17 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17429] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17431] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 930234368 92682 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.98
Current children cumulated vsize (KiB) 908432

[startup+1724.38 s]
/proc/loadavg: 2.06 2.03 2.01 3/99 17515
/proc/meminfo: memFree=1210680/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=908432 CPUtime=1717.6
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 108145 0 1 0 171693 67 0 0 25 0 13 0 173497708 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344529 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 227108 99397 2357 14 0 213545 0
[pid=17418/tid=17420] ppid=17416 vsize=908432 CPUtime=1.48
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 39541 0 0 0 131 17 0 0 16 0 13 0 173497711 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17421] ppid=17416 vsize=908432 CPUtime=1.47
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 46500 0 0 0 127 20 0 0 16 0 13 0 173497711 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=908432 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 21 0 0 0 1 3 0 0 16 0 13 0 173497714 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17424] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17425] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=908432 CPUtime=0.9
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1291 0 0 0 90 0 0 0 17 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17428] ppid=17416 vsize=908432 CPUtime=0.86
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1119 0 0 0 86 0 0 0 17 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17429] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17431] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.6
Current children cumulated vsize (KiB) 908432

[startup+1784.45 s]
/proc/loadavg: 2.02 2.02 2.00 3/99 17515
/proc/meminfo: memFree=1208056/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=908432 CPUtime=1777.13
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 108145 0 1 0 177646 67 0 0 25 0 13 0 173497708 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054467821 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 227108 99397 2357 14 0 213545 0
[pid=17418/tid=17420] ppid=17416 vsize=908432 CPUtime=1.48
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 39541 0 0 0 131 17 0 0 16 0 13 0 173497711 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17421] ppid=17416 vsize=908432 CPUtime=1.47
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 46500 0 0 0 127 20 0 0 16 0 13 0 173497711 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=908432 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 21 0 0 0 1 3 0 0 16 0 13 0 173497714 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17424] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17425] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=908432 CPUtime=0.9
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1291 0 0 0 90 0 0 0 17 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17428] ppid=17416 vsize=908432 CPUtime=0.86
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1119 0 0 0 86 0 0 0 17 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17429] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17431] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.13
Current children cumulated vsize (KiB) 908432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.58 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 17515
/proc/meminfo: memFree=1206968/2055920 swapFree=4191880/4192956
[pid=17418] ppid=17416 vsize=908432 CPUtime=1800.05
/proc/17418/stat : 17418 (java) R 17416 17418 16382 0 -1 0 108145 0 1 0 179938 67 0 0 25 0 13 0 173497708 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054344642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17418/statm: 227108 99397 2357 14 0 213545 0
[pid=17418/tid=17420] ppid=17416 vsize=908432 CPUtime=1.48
/proc/17418/task/17420/stat : 17420 (java) S 17416 17418 16382 0 -1 64 39541 0 0 0 131 17 0 0 16 0 13 0 173497711 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17421] ppid=17416 vsize=908432 CPUtime=1.47
/proc/17418/task/17421/stat : 17421 (java) S 17416 17418 16382 0 -1 64 46500 0 0 0 127 20 0 0 16 0 13 0 173497711 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17422] ppid=17416 vsize=908432 CPUtime=0.04
/proc/17418/task/17422/stat : 17422 (java) S 17416 17418 16382 0 -1 64 21 0 0 0 1 3 0 0 16 0 13 0 173497714 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17423] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17423/stat : 17423 (java) S 17416 17418 16382 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17424] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17424/stat : 17424 (java) S 17416 17418 16382 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173497715 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17425] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17425/stat : 17425 (java) S 17416 17418 16382 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17426] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17426/stat : 17426 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17427] ppid=17416 vsize=908432 CPUtime=0.9
/proc/17418/task/17427/stat : 17427 (java) S 17416 17418 16382 0 -1 64 1291 0 0 0 90 0 0 0 17 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17428] ppid=17416 vsize=908432 CPUtime=0.86
/proc/17418/task/17428/stat : 17428 (java) S 17416 17418 16382 0 -1 64 1119 0 0 0 86 0 0 0 17 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17429] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17429/stat : 17429 (java) S 17416 17418 16382 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17418/tid=17430] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17430/stat : 17430 (java) S 17416 17418 16382 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 173497719 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17418/tid=17431] ppid=17416 vsize=908432 CPUtime=0
/proc/17418/task/17431/stat : 17431 (java) S 17416 17418 16382 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 173498011 930234368 99397 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 908432

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

Child status: 143
Real time (s): 1807.87
CPU time (s): 1800.19
CPU user time (s): 1799.44
CPU system time (s): 0.741887
CPU usage (%): 99.575
Max. virtual memory (cumulated for all children) (KiB): 908432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.741887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108164
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= 37286
involuntary context switches= 60134

runsolver used 2.03369 s user time and 5.98909 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan  8 10:10:29 UTC 2007


IDJOB= 218124
IDBENCH= 5202
FILE ID= node16/218124-1168251029

PBS_JOBID= 3481656

Free space on /tmp= 66509 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-19_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/218124-1168251029/sat4jCSP-bf3.jar /tmp/evaluation/218124-1168251029/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-218124-1168251029 -o ROOT/results/node16/solver-218124-1168251029 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/218124-1168251029/sat4jCSP-bf3.jar /tmp/evaluation/218124-1168251029/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  12d5cdf82fd3633fdc8a1290681645a8

RANDOM SEED= 161135846

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.220
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.220
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:       1619904 kB
Buffers:         62980 kB
Cached:         193884 kB
SwapCached:        448 kB
Active:         250644 kB
Inactive:       132892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1619904 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3644 kB
Writeback:           0 kB
Mapped:         145964 kB
Slab:            37140 kB
Committed_AS:  4773716 kB
PageTables:       2528 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66509 MiB



End job on node16 on Mon Jan  8 10:40:38 UTC 2007