Trace number 234196

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? 288.134 289.344

General information on the benchmark

Nametaillard/js-taillard-15/
js-taillard-15-100-5.xml
MD5SUM847e36aa8167640179e4e3510a2ed715
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark732.82
SatisfiableYES
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.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/234196-1168330971/unknown.xml
0.23	c reading problem ... 
0.49	c reading problem named ?
0.49	c reading domains done.
0.78	c reading variables
c reading variables (225) done.
1.70	c reading predicates 
c reading relations (3) done.
1.98	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
289.19	c starts		: 0
289.19	c conflicts		: 0
289.19	c decisions		: 0
289.19	c propagations		: 0
289.19	c inspects		: 0
289.19	c learnt literals	: 0
289.19	c learnt binary clauses	: 0
289.19	c learnt ternary clauses	: 0
289.19	c learnt clauses	: 0
289.19	c root simplifications	: 0
289.19	c removed literals (reason simplification)	: 0
289.19	c reason swapping (by a shorter reason)	: 0
289.19	c Calls to reduceDB	: 0
289.19	c speed (decisions/second)	: 0.0
289.19	c non guided choices	0
289.19	s UNKNOWN
289.19	c Total wall clock time (in seconds) : 288.959
289.19	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/node58/watcher-234196-1168330971 -o ROOT/results/node58/solver-234196-1168330971 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234196-1168330971/sat4jCSP-bf3.jar /tmp/evaluation/234196-1168330971/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.59 2.43 2.24 4/73 22622
/proc/meminfo: memFree=734656/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=172 CPUtime=0
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 181495107 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4870443 0 0 4096 0 0 0 0 17 0 0 0
/proc/22621/statm: 43 24 18 14 0 3 0

[startup+0.107452 s]
/proc/loadavg: 2.59 2.43 2.24 4/73 22622
/proc/meminfo: memFree=734656/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=902816 CPUtime=0.09
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 3416 0 1 0 7 2 0 0 25 0 12 0 181495107 924483584 3176 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215354 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 225704 3176 1586 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.515492 s]
/proc/loadavg: 2.59 2.43 2.24 4/73 22622
/proc/meminfo: memFree=734656/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=905236 CPUtime=0.5
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 5980 0 1 0 46 4 0 0 25 0 12 0 181495107 926961664 5574 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 226309 5574 2295 14 0 212746 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 905236

[startup+1.33856 s]
/proc/loadavg: 2.59 2.43 2.24 3/84 22633
/proc/meminfo: memFree=692328/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=908488 CPUtime=1.31
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 25736 0 1 0 120 11 0 0 25 0 12 0 181495107 930291712 24407 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 227122 24408 2327 14 0 213559 0
[pid=22621/tid=22623] ppid=22619 vsize=908488 CPUtime=0.03
/proc/22621/task/22623/stat : 22623 (java) R 22619 22621 21851 0 -1 64 1557 0 0 0 3 0 0 0 17 0 12 0 181495109 930291712 24409 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22624] ppid=22619 vsize=908488 CPUtime=0.02
/proc/22621/task/22624/stat : 22624 (java) R 22619 22621 21851 0 -1 64 2730 0 0 0 2 0 0 0 17 0 12 0 181495109 930291712 24411 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22625] ppid=22619 vsize=908488 CPUtime=0
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181495112 930291712 24413 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22626] ppid=22619 vsize=908488 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 181495113 930291712 24414 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22627] ppid=22619 vsize=908488 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 181495113 930291712 24415 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22628] ppid=22619 vsize=908488 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 930291712 24418 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=908488 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 930291712 24419 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=908488 CPUtime=0.31
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1147 0 0 0 31 0 0 0 16 0 12 0 181495116 930291712 24420 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=908488 CPUtime=0.23
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 689 0 0 0 23 0 0 0 16 0 12 0 181495116 930291712 24422 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=908488 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 930291712 24423 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=908488 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 930291712 24424 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 908488

[startup+2.9917 s]
/proc/loadavg: 2.59 2.43 2.24 4/84 22633
/proc/meminfo: memFree=602024/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=912644 CPUtime=3.2
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 36834 0 1 0 304 16 0 0 24 0 12 0 181495107 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054256568 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 228161 33811 2478 14 0 214598 0
[pid=22621/tid=22623] ppid=22619 vsize=912644 CPUtime=0.33
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 7185 0 0 0 31 2 0 0 20 0 12 0 181495109 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22624] ppid=22619 vsize=912644 CPUtime=0.3
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 6675 0 0 0 28 2 0 0 19 0 12 0 181495109 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22625] ppid=22619 vsize=912644 CPUtime=0
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 11 0 0 0 0 0 0 0 17 0 12 0 181495112 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22626] ppid=22619 vsize=912644 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22627] ppid=22619 vsize=912644 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22628] ppid=22619 vsize=912644 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=912644 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=912644 CPUtime=0.45
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1164 0 0 0 45 0 0 0 16 0 12 0 181495116 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=912644 CPUtime=0.51
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1699 0 0 0 51 0 0 0 16 0 12 0 181495116 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=912644 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=912644 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 934547456 33811 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 912644

[startup+6.27599 s]
/proc/loadavg: 2.54 2.42 2.24 3/84 22633
/proc/meminfo: memFree=559784/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=912228 CPUtime=6.45
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 44238 0 1 0 626 19 0 0 25 0 12 0 181495107 934121472 41106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 228057 41106 2478 14 0 214494 0
[pid=22621/tid=22623] ppid=22619 vsize=912228 CPUtime=0.42
/proc/22621/task/22623/stat : 22623 (java) R 22619 22621 21851 0 -1 64 10886 0 0 0 38 4 0 0 15 0 12 0 181495109 934121472 41106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22624] ppid=22619 vsize=912228 CPUtime=0.41
/proc/22621/task/22624/stat : 22624 (java) R 22619 22621 21851 0 -1 64 10368 0 0 0 38 3 0 0 15 0 12 0 181495109 934121472 41106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22625] ppid=22619 vsize=912228 CPUtime=0
/proc/22621/task/22625/stat : 22625 (java) R 22619 22621 21851 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 181495112 934121472 41106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22626] ppid=22619 vsize=912228 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 934121472 41106 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22627] ppid=22619 vsize=912228 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 934121472 41107 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22628] ppid=22619 vsize=912228 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 934121472 41114 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=912228 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 934121472 41122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=912228 CPUtime=0.46
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1165 0 0 0 46 0 0 0 17 0 12 0 181495116 934121472 41129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=912228 CPUtime=0.51
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1699 0 0 0 51 0 0 0 16 0 12 0 181495116 934121472 41136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=912228 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 934121472 41143 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=912228 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 934121472 41150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 912228

[startup+12.6776 s]
/proc/loadavg: 2.50 2.41 2.24 3/84 22633
/proc/meminfo: memFree=483432/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=911304 CPUtime=12.84
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 57569 0 1 0 1260 24 0 0 23 0 12 0 181495107 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054259964 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 227826 53374 2478 14 0 214263 0
[pid=22621/tid=22623] ppid=22619 vsize=911304 CPUtime=0.5
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 17555 0 0 0 44 6 0 0 16 0 12 0 181495109 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22624] ppid=22619 vsize=911304 CPUtime=0.51
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 16999 0 0 0 45 6 0 0 16 0 12 0 181495109 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22625] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 181495112 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22626] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22627] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22628] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=911304 CPUtime=0.49
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1169 0 0 0 49 0 0 0 17 0 12 0 181495116 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=911304 CPUtime=0.54
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1700 0 0 0 54 0 0 0 16 0 12 0 181495116 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 933175296 53374 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.84
Current children cumulated vsize (KiB) 911304

[startup+25.5447 s]
/proc/loadavg: 2.39 2.39 2.24 3/84 22633
/proc/meminfo: memFree=353384/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=911304 CPUtime=25.65
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 79566 0 1 0 2532 33 0 0 25 0 12 0 181495107 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054249921 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 227826 75318 2478 14 0 214263 0
[pid=22621/tid=22623] ppid=22619 vsize=911304 CPUtime=0.66
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 24760 0 0 0 57 9 0 0 16 0 12 0 181495109 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22624] ppid=22619 vsize=911304 CPUtime=0.67
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 31756 0 0 0 56 11 0 0 16 0 12 0 181495109 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22625] ppid=22619 vsize=911304 CPUtime=0.01
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 19 0 0 0 1 0 0 0 15 0 12 0 181495112 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22626] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22627] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22628] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=911304 CPUtime=0.5
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1170 0 0 0 50 0 0 0 16 0 12 0 181495116 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=911304 CPUtime=0.59
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1704 0 0 0 59 0 0 0 16 0 12 0 181495116 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 933175296 75318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.65
Current children cumulated vsize (KiB) 911304

[startup+51.1599 s]
/proc/loadavg: 2.38 2.39 2.24 3/85 22697
/proc/meminfo: memFree=1095776/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=911304 CPUtime=51.12
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 121290 0 1 0 5059 53 0 0 25 0 12 0 181495107 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054260116 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22621/statm: 227826 115443 2478 14 0 214263 0
[pid=22621/tid=22623] ppid=22619 vsize=911304 CPUtime=1.08
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 46740 0 0 0 89 19 0 0 16 0 12 0 181495109 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22624] ppid=22619 vsize=911304 CPUtime=1.04
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 51456 0 0 0 84 20 0 0 16 0 12 0 181495109 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22625] ppid=22619 vsize=911304 CPUtime=0.03
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 19 0 0 0 2 1 0 0 15 0 12 0 181495112 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22626] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22627] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22628] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=911304 CPUtime=0.5
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1170 0 0 0 50 0 0 0 16 0 12 0 181495116 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=911304 CPUtime=0.59
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1704 0 0 0 59 0 0 0 16 0 12 0 181495116 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 933175296 115443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 911304

[startup+102.41 s]
/proc/loadavg: 2.16 2.33 2.22 3/85 22697
/proc/meminfo: memFree=819104/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=911304 CPUtime=102.08
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 192568 0 1 0 10123 85 0 0 25 0 12 0 181495107 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835928 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22621/statm: 227826 184450 2479 14 0 214263 0
[pid=22621/tid=22623] ppid=22619 vsize=911304 CPUtime=1.97
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 84834 0 0 0 163 34 0 0 16 0 12 0 181495109 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22624] ppid=22619 vsize=911304 CPUtime=1.94
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 83274 0 0 0 159 35 0 0 16 0 12 0 181495109 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22625] ppid=22619 vsize=911304 CPUtime=0.56
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 1299 0 0 0 54 2 0 0 15 0 12 0 181495112 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22626] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22627] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22628] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=911304 CPUtime=0.5
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1170 0 0 0 50 0 0 0 16 0 12 0 181495116 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=911304 CPUtime=0.59
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1704 0 0 0 59 0 0 0 16 0 12 0 181495116 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 933175296 184450 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 911304

[startup+162.454 s]
/proc/loadavg: 2.06 2.27 2.21 3/85 22697
/proc/meminfo: memFree=816416/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=911304 CPUtime=161.91
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 195814 0 1 0 16102 89 0 0 25 0 12 0 181495107 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054340363 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 227826 185135 2479 14 0 214263 0
[pid=22621/tid=22623] ppid=22619 vsize=911304 CPUtime=3.03
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 86056 0 0 0 269 34 0 0 16 0 12 0 181495109 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22624] ppid=22619 vsize=911304 CPUtime=2.88
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 83910 0 0 0 253 35 0 0 16 0 12 0 181495109 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22625] ppid=22619 vsize=911304 CPUtime=1.02
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 2578 0 0 0 97 5 0 0 16 0 12 0 181495112 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22626] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22627] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22628] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=911304 CPUtime=0.51
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1171 0 0 0 51 0 0 0 16 0 12 0 181495116 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=911304 CPUtime=0.61
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1706 0 0 0 61 0 0 0 16 0 12 0 181495116 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 933175296 185135 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.91
Current children cumulated vsize (KiB) 911304

[startup+222.472 s]
/proc/loadavg: 2.02 2.21 2.19 3/85 22697
/proc/meminfo: memFree=816480/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=911304 CPUtime=221.61
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 201241 0 1 0 22068 93 0 0 23 0 12 0 181495107 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054271654 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22621/statm: 227826 185119 2479 14 0 214263 0
[pid=22621/tid=22623] ppid=22619 vsize=911304 CPUtime=4.07
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 86928 0 0 0 372 35 0 0 17 0 12 0 181495109 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22624] ppid=22619 vsize=911304 CPUtime=3.96
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 84522 0 0 0 360 36 0 0 16 0 12 0 181495109 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22625] ppid=22619 vsize=911304 CPUtime=2.62
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 6415 0 0 0 255 7 0 0 16 0 12 0 181495112 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22626] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22627] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22628] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=911304 CPUtime=0.51
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1171 0 0 0 51 0 0 0 16 0 12 0 181495116 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=911304 CPUtime=0.61
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1706 0 0 0 61 0 0 0 16 0 12 0 181495116 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 933175296 185119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 911304

[startup+282.524 s]
/proc/loadavg: 2.28 2.24 2.19 4/85 22697
/proc/meminfo: memFree=813152/2055920 swapFree=4192812/4192956
[pid=22621] ppid=22619 vsize=911304 CPUtime=281.36
/proc/22621/stat : 22621 (java) R 22619 22621 21851 0 -1 0 279207 0 1 0 28003 133 0 0 25 0 12 0 181495107 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054271787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22621/statm: 227826 185465 2479 14 0 214263 0
[pid=22621/tid=22623] ppid=22619 vsize=911304 CPUtime=4.91
/proc/22621/task/22623/stat : 22623 (java) S 22619 22621 21851 0 -1 64 87827 0 0 0 456 35 0 0 15 0 12 0 181495109 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22624] ppid=22619 vsize=911304 CPUtime=4.9
/proc/22621/task/22624/stat : 22624 (java) S 22619 22621 21851 0 -1 64 85476 0 0 0 454 36 0 0 16 0 12 0 181495109 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22625] ppid=22619 vsize=911304 CPUtime=23.78
/proc/22621/task/22625/stat : 22625 (java) S 22619 22621 21851 0 -1 64 82401 0 0 0 2333 45 0 0 16 0 12 0 181495112 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22626] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22626/stat : 22626 (java) S 22619 22621 21851 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22627] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22627/stat : 22627 (java) S 22619 22621 21851 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181495113 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22621/tid=22628] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22628/stat : 22628 (java) S 22619 22621 21851 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181495116 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22629] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22629/stat : 22629 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 181495116 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22630] ppid=22619 vsize=911304 CPUtime=0.51
/proc/22621/task/22630/stat : 22630 (java) S 22619 22621 21851 0 -1 64 1171 0 0 0 51 0 0 0 16 0 12 0 181495116 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22631] ppid=22619 vsize=911304 CPUtime=0.61
/proc/22621/task/22631/stat : 22631 (java) S 22619 22621 21851 0 -1 64 1706 0 0 0 61 0 0 0 16 0 12 0 181495116 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22632] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22632/stat : 22632 (java) S 22619 22621 21851 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181495116 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22621/tid=22633] ppid=22619 vsize=911304 CPUtime=0
/proc/22621/task/22633/stat : 22633 (java) S 22619 22621 21851 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181495116 933175296 185465 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 281.36
Current children cumulated vsize (KiB) 911304

Child status: 1
Real time (s): 289.344
CPU time (s): 288.134
CPU user time (s): 286.574
CPU system time (s): 1.55976
CPU usage (%): 99.582
Max. virtual memory (cumulated for all children) (KiB): 917312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 286.574
system time used= 1.55976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299701
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= 13113
involuntary context switches= 12554

runsolver used 0.349946 s user time and 0.961853 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Tue Jan  9 08:22:51 UTC 2007


IDJOB= 234196
IDBENCH= 6668
FILE ID= node58/234196-1168330971

PBS_JOBID= 3503254

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-15/js-taillard-15-100-5.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234196-1168330971/sat4jCSP-bf3.jar /tmp/evaluation/234196-1168330971/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-234196-1168330971 -o ROOT/results/node58/solver-234196-1168330971 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/234196-1168330971/sat4jCSP-bf3.jar /tmp/evaluation/234196-1168330971/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  847e36aa8167640179e4e3510a2ed715

RANDOM SEED= 251445232

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:        735328 kB
Buffers:         56000 kB
Cached:         358936 kB
SwapCached:          0 kB
Active:         870592 kB
Inactive:       385436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        735328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:         852116 kB
Slab:            48496 kB
Committed_AS:  4138056 kB
PageTables:       3276 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= 66553 MiB



End job on node58 on Tue Jan  9 08:27:41 UTC 2007