Trace number 242303

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 BF3UNSAT 251.855 251.969

General information on the benchmark

Namedimacs/dubois/
dubois-23_ext.xml
MD5SUMe03ed3b530371c7b1ffd0142f9135f0b
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 benchmark0.028995
SatisfiableNO
(Un)Satisfiability was proved
Number of variables69
Number of constraints46
Maximum constraint arity3
Maximum domain size2
Number of constraints which are defined in extension46
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	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.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/242303-1168379590/unknown.xml
0.23	c reading problem ... 
0.40	c reading problem named ?
0.41	c reading domains done.
0.41	c reading variables
c reading variables (69) done.
0.44	c reading relations
c reading relations (2) done.
0.45	c reading constraints
c reading constraints done.
0.49	c ... done. Wall clock time 0.257s.
0.49	c CPU time (experimental) 0.38s.
0.49	c #vars     138
0.49	c #constraints  253
251.85	c starts		: 23
251.85	c conflicts		: 2097418
251.85	c decisions		: 2097748
251.85	c propagations		: 186761143
251.85	c inspects		: 995957982
251.85	c learnt literals	: 20
251.85	c learnt binary clauses	: 0
251.85	c learnt ternary clauses	: 38
251.85	c learnt clauses	: 2097374
251.85	c root simplifications	: 0
251.85	c removed literals (reason simplification)	: 0
251.85	c reason swapping (by a shorter reason)	: 0
251.85	c Calls to reduceDB	: 0
251.85	c speed (decisions/second)	: 8345.5587780125
251.85	c non guided choices	46
251.85	s UNSATISFIABLE
251.85	c Total wall clock time (in seconds) : 251.62
251.85	c Total CPU time (experimental, in seconds) : 247.44

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node4/watcher-242303-1168379590 -o ROOT/results/node4/solver-242303-1168379590 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/242303-1168379590/sat4jCSP-bf3.jar /tmp/evaluation/242303-1168379590/unknown.xml 

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

/proc/loadavg: 0.92 1.00 1.24 4/81 28231
/proc/meminfo: memFree=1778400/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=1784 CPUtime=0
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 176 0 0 0 0 0 0 0 18 0 1 0 186354566 1826816 146 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/28230/statm: 446 146 111 14 0 91 0

[startup+0.106027 s]
/proc/loadavg: 0.92 1.00 1.24 4/81 28231
/proc/meminfo: memFree=1778400/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=897120 CPUtime=0.06
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 3148 0 1 0 5 1 0 0 21 0 6 0 186354566 918650880 2908 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 224280 2912 1490 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.514071 s]
/proc/loadavg: 0.92 1.00 1.24 4/81 28231
/proc/meminfo: memFree=1778400/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=906776 CPUtime=0.62
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 6253 0 1 0 59 3 0 0 25 0 13 0 186354566 928538624 5808 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 226694 5808 2312 14 0 213131 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 906776

[startup+1.33715 s]
/proc/loadavg: 0.92 1.00 1.24 6/96 28404
/proc/meminfo: memFree=1759336/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=906872 CPUtime=1.65
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 6996 0 1 0 160 5 0 0 22 0 13 0 186354566 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054132181 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 226718 6168 2337 14 0 213155 0
[pid=28230/tid=28232] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 186354570 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 186354570 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 186354573 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 186354574 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=906872 CPUtime=0.25
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 829 0 0 0 25 0 0 0 16 0 13 0 186354578 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=906872 CPUtime=0.28
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 618 0 0 0 28 0 0 0 16 0 13 0 186354578 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 928636928 6168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 906872

[startup+2.9903 s]
/proc/loadavg: 0.92 1.00 1.24 3/98 28458
/proc/meminfo: memFree=1756376/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=906872 CPUtime=3.3
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 7859 0 1 0 324 6 0 0 25 0 13 0 186354566 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054238528 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 226718 7029 2337 14 0 213155 0
[pid=28230/tid=28232] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 186354570 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 186354570 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 6 0 0 0 0 0 0 0 17 0 13 0 186354573 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 186354574 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=906872 CPUtime=0.25
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 829 0 0 0 25 0 0 0 16 0 13 0 186354578 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=906872 CPUtime=0.3
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 621 0 0 0 30 0 0 0 16 0 13 0 186354578 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=906872 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 928636928 7029 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.3
Current children cumulated vsize (KiB) 906872

[startup+6.19861 s]
/proc/loadavg: 1.01 1.02 1.24 3/98 28458
/proc/meminfo: memFree=1749400/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=906520 CPUtime=6.51
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 9462 0 1 0 644 7 0 0 25 0 13 0 186354566 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054153665 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 226630 8544 2337 14 0 213067 0
[pid=28230/tid=28232] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 186354570 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 186354570 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 186354573 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 186354574 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=906520 CPUtime=0.27
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 830 0 0 0 27 0 0 0 17 0 13 0 186354578 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=906520 CPUtime=0.32
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 622 0 0 0 32 0 0 0 16 0 13 0 186354578 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 928276480 8544 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.51
Current children cumulated vsize (KiB) 906520

[startup+12.6862 s]
/proc/loadavg: 1.09 1.03 1.24 3/98 28458
/proc/meminfo: memFree=1735640/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=906520 CPUtime=12.97
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 12790 0 1 0 1288 9 0 0 25 0 13 0 186354566 928276480 11872 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054142540 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 226630 11872 2337 14 0 213067 0
[pid=28230/tid=28232] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 186354570 928276480 11872 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 186354570 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 186354573 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 186354574 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=906520 CPUtime=0.27
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 830 0 0 0 27 0 0 0 17 0 13 0 186354578 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=906520 CPUtime=0.32
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 622 0 0 0 32 0 0 0 16 0 13 0 186354578 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 928276480 11873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.97
Current children cumulated vsize (KiB) 906520

[startup+25.5605 s]
/proc/loadavg: 1.29 1.08 1.26 3/98 28458
/proc/meminfo: memFree=1710232/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=906520 CPUtime=25.78
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 19272 0 1 0 2566 12 0 0 25 0 13 0 186354566 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054142528 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 226630 18354 2337 14 0 213067 0
[pid=28230/tid=28232] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 186354570 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 186354570 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 186354573 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 186354574 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=906520 CPUtime=0.27
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 830 0 0 0 27 0 0 0 17 0 13 0 186354578 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=906520 CPUtime=0.32
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 622 0 0 0 32 0 0 0 16 0 13 0 186354578 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=906520 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 928276480 18354 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 906520

[startup+51.2229 s]
/proc/loadavg: 1.53 1.15 1.28 3/98 28458
/proc/meminfo: memFree=1656088/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=907068 CPUtime=51.33
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 32633 0 1 0 5116 17 0 0 25 0 13 0 186354566 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054142661 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 226767 31690 2344 14 0 213204 0
[pid=28230/tid=28232] ppid=28228 vsize=907068 CPUtime=0.13
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 7501 0 0 0 12 1 0 0 18 0 13 0 186354570 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=907068 CPUtime=0.08
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 4210 0 0 0 7 1 0 0 17 0 13 0 186354570 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 186354573 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 186354574 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=907068 CPUtime=0.27
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 830 0 0 0 27 0 0 0 17 0 13 0 186354578 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=907068 CPUtime=0.32
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 622 0 0 0 32 0 0 0 16 0 13 0 186354578 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=907068 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 928837632 31690 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.33
Current children cumulated vsize (KiB) 907068

[startup+102.487 s]
/proc/loadavg: 1.79 1.28 1.31 3/98 28458
/proc/meminfo: memFree=1534424/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=908992 CPUtime=102.59
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 64227 0 1 0 10226 33 0 0 25 0 13 0 186354566 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054142416 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 227248 62113 2344 14 0 213685 0
[pid=28230/tid=28232] ppid=28228 vsize=908992 CPUtime=0.51
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 19267 0 0 0 43 8 0 0 18 0 13 0 186354570 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=908992 CPUtime=0.56
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 23794 0 0 0 46 10 0 0 19 0 13 0 186354570 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 186354573 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28235] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 186354574 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=908992 CPUtime=0.27
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 830 0 0 0 27 0 0 0 17 0 13 0 186354578 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=908992 CPUtime=0.32
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 622 0 0 0 32 0 0 0 16 0 13 0 186354578 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=908992 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 930807808 62113 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.59
Current children cumulated vsize (KiB) 908992

[startup+162.539 s]
/proc/loadavg: 1.92 1.41 1.35 3/98 28458
/proc/meminfo: memFree=1476312/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=910272 CPUtime=162.36
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 79047 0 1 0 16196 40 0 0 25 0 13 0 186354566 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054161571 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28230/statm: 227568 76610 2344 14 0 214005 0
[pid=28230/tid=28232] ppid=28228 vsize=910272 CPUtime=0.73
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 26565 0 0 0 62 11 0 0 16 0 13 0 186354570 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28233] ppid=28228 vsize=910272 CPUtime=0.82
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 31314 0 0 0 68 14 0 0 19 0 13 0 186354570 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28234] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 186354573 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28235] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 186354574 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=910272 CPUtime=0.27
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 830 0 0 0 27 0 0 0 17 0 13 0 186354578 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=910272 CPUtime=0.32
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 622 0 0 0 32 0 0 0 16 0 13 0 186354578 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=910272 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 932118528 76610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 910272

[startup+222.547 s]
/proc/loadavg: 1.92 1.50 1.38 3/106 28658
/proc/meminfo: memFree=1344536/2055920 swapFree=4182144/4192956
[pid=28230] ppid=28228 vsize=911552 CPUtime=222.38
/proc/28230/stat : 28230 (java) R 28228 28230 28141 0 -1 0 111210 0 1 0 22182 56 0 0 25 0 13 0 186354566 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054142882 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28230/statm: 227888 108435 2344 14 0 214325 0
[pid=28230/tid=28232] ppid=28228 vsize=911552 CPUtime=1.49
/proc/28230/task/28232/stat : 28232 (java) S 28228 28230 28141 0 -1 64 46551 0 0 0 130 19 0 0 16 0 13 0 186354570 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28233] ppid=28228 vsize=911552 CPUtime=1.56
/proc/28230/task/28233/stat : 28233 (java) S 28228 28230 28141 0 -1 64 43488 0 0 0 137 19 0 0 19 0 13 0 186354570 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28234] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28234/stat : 28234 (java) S 28228 28230 28141 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 186354573 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28235] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28235/stat : 28235 (java) S 28228 28230 28141 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 186354574 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28236] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28236/stat : 28236 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 186354574 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28237] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28237/stat : 28237 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 186354578 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28238] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28238/stat : 28238 (java) S 28228 28230 28141 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 186354578 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28239] ppid=28228 vsize=911552 CPUtime=0.27
/proc/28230/task/28239/stat : 28239 (java) S 28228 28230 28141 0 -1 64 830 0 0 0 27 0 0 0 17 0 13 0 186354578 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28240] ppid=28228 vsize=911552 CPUtime=0.32
/proc/28230/task/28240/stat : 28240 (java) S 28228 28230 28141 0 -1 64 622 0 0 0 32 0 0 0 16 0 13 0 186354578 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28241] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28241/stat : 28241 (java) S 28228 28230 28141 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 186354578 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28230/tid=28242] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28242/stat : 28242 (java) S 28228 28230 28141 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 186354578 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28230/tid=28246] ppid=28228 vsize=911552 CPUtime=0
/proc/28230/task/28246/stat : 28246 (java) S 28228 28230 28141 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 186354616 933429248 108435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.38
Current children cumulated vsize (KiB) 911552

Child status: 0
Real time (s): 251.969
CPU time (s): 251.855
CPU user time (s): 251.165
CPU system time (s): 0.689895
CPU usage (%): 99.9545
Max. virtual memory (cumulated for all children) (KiB): 911552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.165
system time used= 0.689895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123641
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= 5511
involuntary context switches= 6734

runsolver used 0.339948 s user time and 0.78688 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Tue Jan  9 21:53:10 UTC 2007


IDJOB= 242303
IDBENCH= 7382
FILE ID= node4/242303-1168379590

PBS_JOBID= 3522363

Free space on /tmp= 66530 MiB

BENCH NAME= HOME/pub/bench/CPAI06/dimacs/dubois/dubois-23_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/242303-1168379590/sat4jCSP-bf3.jar /tmp/evaluation/242303-1168379590/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-242303-1168379590 -o ROOT/results/node4/solver-242303-1168379590 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/242303-1168379590/sat4jCSP-bf3.jar /tmp/evaluation/242303-1168379590/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e03ed3b530371c7b1ffd0142f9135f0b

RANDOM SEED= 557704064

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.223
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.223
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:       1778752 kB
Buffers:         53060 kB
Cached:         127340 kB
SwapCached:       2520 kB
Active:         159224 kB
Inactive:        63000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778752 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:          51216 kB
Slab:            39920 kB
Committed_AS:  5772032 kB
PageTables:       2232 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= 66530 MiB



End job on node4 on Tue Jan  9 21:57:22 UTC 2007