Trace number 213707

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4JCSP-CACHED 1.7 RC BF3? 302.022 302.738

General information on the benchmark

NamepseudoSeries/
course/ss97-4.xml
MD5SUM292fde1f3fd95b6abc4818e6c17a3d2b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.17
SatisfiableYES
(Un)Satisfiability was proved
Number of variables2289
Number of constraints1140
Maximum constraint arity195
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1140
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3 CACHED
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_10
0.23	c os.name	Linux
0.23	c os.version	2.6.9-22.EL.rootsmp
0.23	c os.arch	i386
0.23	c Free memory 722620888
0.23	c Max memory 723845120
0.23	c Total memory 723845120
0.23	c Number of processors 2
0.29	c --- Begin Solver configuration ---
0.29	c Stops conflict analysis at the first Unique Implication Point
0.29	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.29	c Learn all clauses as in MiniSAT
0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.29	c solving /tmp/evaluation/213707-1168226148/unknown.xml
0.29	c reading problem ... 
0.45	c reading problem named ?
0.45	c reading domains done.
0.46	c reading variables
c reading variables (2289) done.
1.24	c reading predicates 
c reading relations (12) done.
1.79	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
302.61	c starts		: 0
302.61	c conflicts		: 0
302.61	c decisions		: 0
302.61	c propagations		: 0
302.61	c inspects		: 0
302.61	c learnt literals	: 0
302.61	c learnt binary clauses	: 0
302.61	c learnt ternary clauses	: 0
302.61	c learnt clauses	: 0
302.61	c root simplifications	: 0
302.61	c removed literals (reason simplification)	: 0
302.61	c reason swapping (by a shorter reason)	: 0
302.61	c Calls to reduceDB	: 0
302.61	c speed (decisions/second)	: 0.0
302.61	c non guided choices	0
302.61	s UNKNOWN
302.61	c Total wall clock time (in seconds) : 300.083
302.61	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/node56/watcher-213707-1168226148 -o ROOT/results/node56/solver-213707-1168226148 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/213707-1168226148/sat4jCSP-bf3-cached.jar /tmp/evaluation/213707-1168226148/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.08 0.27 0.52 4/68 21321
/proc/meminfo: memFree=1823520/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=172 CPUtime=0
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 171013619 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10027812 0 0 4096 0 0 0 0 17 0 0 0
/proc/21320/statm: 43 24 18 14 0 3 0

[startup+0.102619 s]
/proc/loadavg: 0.08 0.27 0.52 4/68 21321
/proc/meminfo: memFree=1823520/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=901540 CPUtime=0.08
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 3288 0 1 0 7 1 0 0 24 0 12 0 171013619 923176960 3048 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 225385 3048 1549 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.510665 s]
/proc/loadavg: 0.08 0.27 0.52 4/68 21321
/proc/meminfo: memFree=1823520/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=906152 CPUtime=0.56
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 6115 0 1 0 52 4 0 0 17 0 12 0 171013619 927899648 5671 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 226538 5671 2294 14 0 212975 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 906152

[startup+1.33775 s]
/proc/loadavg: 0.32 0.32 0.54 2/79 21332
/proc/meminfo: memFree=1806536/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=907628 CPUtime=1.88
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 8689 0 1 0 183 5 0 0 20 0 12 0 171013619 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152390460 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21320/statm: 226907 7373 2408 14 0 213344 0
[pid=21320/tid=21322] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 171013622 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21323] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 171013622 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21324] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21324/stat : 21324 (java) S 21318 21320 20706 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 171013625 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21325] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 171013625 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21326] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 171013625 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21327] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 171013629 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21329] ppid=21318 vsize=907628 CPUtime=0.43
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 660 0 0 0 43 0 0 0 17 0 12 0 171013629 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21330] ppid=21318 vsize=907628 CPUtime=0.48
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1491 0 0 0 48 0 0 0 16 0 12 0 171013629 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21331] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=907628 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 929411072 7373 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 907628

[startup+2.9819 s]
/proc/loadavg: 0.32 0.32 0.54 2/79 21332
/proc/meminfo: memFree=1786760/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=907828 CPUtime=3.98
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 21491 0 1 0 387 11 0 0 25 0 12 0 171013619 929615872 19647 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054442386 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 226957 19647 2475 14 0 213394 0
[pid=21320/tid=21322] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 171013622 929615872 19647 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21323] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 171013622 929615872 19647 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21324] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21324/stat : 21324 (java) S 21318 21320 20706 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 171013625 929615872 19648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21325] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 171013625 929615872 19648 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21326] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 171013625 929615872 19649 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21327] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 929615872 19649 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 929615872 19650 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=907828 CPUtime=0.75
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 989 0 0 0 75 0 0 0 16 0 12 0 171013629 929615872 19651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=907828 CPUtime=0.82
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1559 0 0 0 82 0 0 0 17 0 12 0 171013629 929615872 19651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 929615872 19651 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=907828 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 929615872 19652 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.98
Current children cumulated vsize (KiB) 907828

[startup+6.26822 s]
/proc/loadavg: 0.32 0.32 0.54 2/79 21334
/proc/meminfo: memFree=1727752/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=907732 CPUtime=7.35
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 30855 0 1 0 718 17 0 0 21 0 12 0 171013619 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053848893 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21320/statm: 226933 28863 2479 14 0 213370 0
[pid=21320/tid=21322] ppid=21318 vsize=907732 CPUtime=0.05
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 5553 0 0 0 3 2 0 0 17 0 12 0 171013622 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21323] ppid=21318 vsize=907732 CPUtime=0.06
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 2145 0 0 0 5 1 0 0 17 0 12 0 171013622 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21324] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21324/stat : 21324 (java) S 21318 21320 20706 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21325] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21326] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=907732 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=907732 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 929517568 28863 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.35
Current children cumulated vsize (KiB) 907732

[startup+12.7637 s]
/proc/loadavg: 0.42 0.34 0.54 2/79 21335
/proc/meminfo: memFree=1683464/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=907732 CPUtime=14.01
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 44457 0 1 0 1375 26 0 0 25 0 12 0 171013619 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053841306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21320/statm: 226933 39384 2479 14 0 213370 0
[pid=21320/tid=21322] ppid=21318 vsize=907732 CPUtime=0.23
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 13804 0 0 0 16 7 0 0 16 0 12 0 171013622 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21323] ppid=21318 vsize=907732 CPUtime=0.22
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 7489 0 0 0 17 5 0 0 16 0 12 0 171013622 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21324] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21324/stat : 21324 (java) S 21318 21320 20706 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21325] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21326] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=907732 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=907732 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 929517568 39384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.01
Current children cumulated vsize (KiB) 907732

[startup+25.6219 s]
/proc/loadavg: 0.51 0.36 0.55 2/79 21338
/proc/meminfo: memFree=1608776/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=907732 CPUtime=27.05
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 73121 0 1 0 2666 39 0 0 25 0 12 0 171013619 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054419778 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 226933 57438 2479 14 0 213370 0
[pid=21320/tid=21322] ppid=21318 vsize=907732 CPUtime=0.43
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 27889 0 0 0 29 14 0 0 16 0 12 0 171013622 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21323] ppid=21318 vsize=907732 CPUtime=0.42
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 22050 0 0 0 31 11 0 0 16 0 12 0 171013622 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21324] ppid=21318 vsize=907732 CPUtime=0.01
/proc/21320/task/21324/stat : 21324 (java) S 21318 21320 20706 0 -1 64 18 0 0 0 1 0 0 0 16 0 12 0 171013625 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21325] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21326] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=907732 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=907732 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 929517568 57438 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.05
Current children cumulated vsize (KiB) 907732

[startup+51.2524 s]
/proc/loadavg: 1.04 0.50 0.58 3/92 21397
/proc/meminfo: memFree=1413472/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=907732 CPUtime=52.71
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 109679 0 1 0 5216 55 0 0 25 0 12 0 171013619 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152674684 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21320/statm: 226933 91514 2479 14 0 213370 0
[pid=21320/tid=21322] ppid=21318 vsize=907732 CPUtime=0.65
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 42276 0 0 0 46 19 0 0 17 0 12 0 171013622 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21323] ppid=21318 vsize=907732 CPUtime=0.72
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 44200 0 0 0 51 21 0 0 17 0 12 0 171013622 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21324] ppid=21318 vsize=907732 CPUtime=0.01
/proc/21320/task/21324/stat : 21324 (java) S 21318 21320 20706 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 171013625 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21325] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21326] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=907732 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=907732 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 929517568 91514 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.71
Current children cumulated vsize (KiB) 907732

[startup+102.534 s]
/proc/loadavg: 1.63 0.75 0.66 3/92 21397
/proc/meminfo: memFree=1116256/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=907732 CPUtime=103.73
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 190020 0 1 0 10286 87 0 0 25 0 12 0 171013619 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053871382 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 226933 165742 2479 14 0 213370 0
[pid=21320/tid=21322] ppid=21318 vsize=907732 CPUtime=1.36
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 88270 0 0 0 97 39 0 0 17 0 12 0 171013622 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21323] ppid=21318 vsize=907732 CPUtime=1.21
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 78511 0 0 0 88 33 0 0 17 0 12 0 171013622 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21324] ppid=21318 vsize=907732 CPUtime=0.01
/proc/21320/task/21324/stat : 21324 (java) S 21318 21320 20706 0 -1 64 20 0 0 0 1 0 0 0 16 0 12 0 171013625 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21325] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21326] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=907732 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=907732 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=907732 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 929517568 165742 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.73
Current children cumulated vsize (KiB) 907732

[startup+162.582 s]
/proc/loadavg: 2.04 1.02 0.76 3/92 21399
/proc/meminfo: memFree=1036704/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=908736 CPUtime=163.22
/proc/21320/stat : 21320 (java) R 21318 21320 20706 0 -1 0 214549 0 1 0 16225 97 0 0 25 0 12 0 171013619 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 227184 185689 2480 14 0 213621 0
[pid=21320/tid=21322] ppid=21318 vsize=908736 CPUtime=1.92
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 102690 0 0 0 148 44 0 0 16 0 12 0 171013622 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21323] ppid=21318 vsize=908736 CPUtime=1.72
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 83841 0 0 0 136 36 0 0 16 0 12 0 171013622 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21324] ppid=21318 vsize=908736 CPUtime=3.88
/proc/21320/task/21324/stat : 21324 (java) R 21318 21320 20706 0 -1 64 4758 0 0 0 386 2 0 0 17 0 12 0 171013625 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681659 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21325] ppid=21318 vsize=908736 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21326] ppid=21318 vsize=908736 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=908736 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=908736 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=908736 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=908736 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=908736 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=908736 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 930545664 185689 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.22
Current children cumulated vsize (KiB) 908736

[startup+222.587 s]
/proc/loadavg: 2.19 1.25 0.85 3/92 21399
/proc/meminfo: memFree=1035488/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=909736 CPUtime=222.65
/proc/21320/stat : 21320 (java) S 21318 21320 20706 0 -1 0 316009 0 1 0 22123 142 0 0 16 0 12 0 171013619 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 227434 185998 2480 14 0 213871 0
[pid=21320/tid=21322] ppid=21318 vsize=909736 CPUtime=1.92
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 102690 0 0 0 148 44 0 0 16 0 12 0 171013622 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21323] ppid=21318 vsize=909736 CPUtime=1.72
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 83841 0 0 0 136 36 0 0 16 0 12 0 171013622 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21324] ppid=21318 vsize=909736 CPUtime=51.74
/proc/21320/task/21324/stat : 21324 (java) R 21318 21320 20706 0 -1 64 106080 0 0 0 5128 46 0 0 25 0 12 0 171013625 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154922620 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21325] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21326] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=909736 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=909736 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 931569664 185998 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.65
Current children cumulated vsize (KiB) 909736

[startup+282.674 s]
/proc/loadavg: 2.07 1.39 0.92 3/92 21399
/proc/meminfo: memFree=1034976/2055920 swapFree=4184772/4192956
[pid=21320] ppid=21318 vsize=909736 CPUtime=282.15
/proc/21320/stat : 21320 (java) S 21318 21320 20706 0 -1 0 443215 0 1 0 28014 201 0 0 15 0 12 0 171013619 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21320/statm: 227434 185951 2480 14 0 213871 0
[pid=21320/tid=21322] ppid=21318 vsize=909736 CPUtime=1.92
/proc/21320/task/21322/stat : 21322 (java) S 21318 21320 20706 0 -1 64 102690 0 0 0 148 44 0 0 16 0 12 0 171013622 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21323] ppid=21318 vsize=909736 CPUtime=1.72
/proc/21320/task/21323/stat : 21323 (java) S 21318 21320 20706 0 -1 64 83841 0 0 0 136 36 0 0 16 0 12 0 171013622 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21324] ppid=21318 vsize=909736 CPUtime=111.17
/proc/21320/task/21324/stat : 21324 (java) R 21318 21320 20706 0 -1 64 233119 0 0 0 11012 105 0 0 25 0 12 0 171013625 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21325] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21325/stat : 21325 (java) S 21318 21320 20706 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 171013625 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21326] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21326/stat : 21326 (java) S 21318 21320 20706 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 171013625 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21327] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21327/stat : 21327 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 171013629 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21328] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21328/stat : 21328 (java) S 21318 21320 20706 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 171013629 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21329] ppid=21318 vsize=909736 CPUtime=0.76
/proc/21320/task/21329/stat : 21329 (java) S 21318 21320 20706 0 -1 64 991 0 0 0 76 0 0 0 15 0 12 0 171013629 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21330] ppid=21318 vsize=909736 CPUtime=0.84
/proc/21320/task/21330/stat : 21330 (java) S 21318 21320 20706 0 -1 64 1561 0 0 0 84 0 0 0 16 0 12 0 171013629 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21320/tid=21331] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21331/stat : 21331 (java) S 21318 21320 20706 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 171013629 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21320/tid=21332] ppid=21318 vsize=909736 CPUtime=0
/proc/21320/task/21332/stat : 21332 (java) S 21318 21320 20706 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 171013629 931569664 185951 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 909736

Child status: 1
Real time (s): 302.738
CPU time (s): 302.022
CPU user time (s): 299.698
CPU system time (s): 2.32365
CPU usage (%): 99.7635
Max. virtual memory (cumulated for all children) (KiB): 910740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 299.698
system time used= 2.32365
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482096
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= 9114
involuntary context switches= 14358

runsolver used 0.368943 s user time and 0.942856 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan  8 03:15:53 UTC 2007


IDJOB= 213707
IDBENCH= 4868
FILE ID= node56/213707-1168226148

PBS_JOBID= 3481078

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/course/ss97-4.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/213707-1168226148/sat4jCSP-bf3-cached.jar /tmp/evaluation/213707-1168226148/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-213707-1168226148 -o ROOT/results/node56/solver-213707-1168226148 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/213707-1168226148/sat4jCSP-bf3-cached.jar /tmp/evaluation/213707-1168226148/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  292fde1f3fd95b6abc4818e6c17a3d2b

RANDOM SEED= 629313108

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.232
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.232
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:       1824000 kB
Buffers:         49016 kB
Cached:         113060 kB
SwapCached:       2552 kB
Active:          87092 kB
Inactive:        89708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824000 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            2756 kB
Writeback:           0 kB
Mapped:          21128 kB
Slab:            40780 kB
Committed_AS:  3414636 kB
PageTables:       1692 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= 66557 MiB



End job on node56 on Mon Jan  8 03:20:58 UTC 2007