Trace number 201674

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? (MO) 390.294 391.823

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-9.xml
MD5SUM5b72c86380aa44432a29d477c7fa6640
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 benchmark20.1339
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.20	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/201674-1168149072/unknown.xml
0.29	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.91	c reading variables
c reading variables (2000) done.
2.66	c reading predicates 
c reading relations (9) done.
2.85	c reading constraintsc starts		: 0
391.67	c conflicts		: 0
391.67	c decisions		: 0
391.67	c propagations		: 0
391.67	c inspects		: 0
391.67	c learnt literals	: 0
391.67	c learnt binary clauses	: 0
391.67	c learnt ternary clauses	: 0
391.67	c learnt clauses	: 0
391.67	c root simplifications	: 0
391.67	c removed literals (reason simplification)	: 0
391.67	c reason swapping (by a shorter reason)	: 0
391.67	c Calls to reduceDB	: 0
391.67	c speed (decisions/second)	: 0.0
391.67	c non guided choices	0
391.67	s UNKNOWN
391.67	c Total wall clock time (in seconds) : 391.381
391.67	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-201674-1168149072 -o ROOT/results/node56/solver-201674-1168149072 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201674-1168149072/sat4jCSP-bf3.jar /tmp/evaluation/201674-1168149072/unknown.xml 

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

/proc/loadavg: 2.00 2.07 2.04 5/84 30775
/proc/meminfo: memFree=897144/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=18540 CPUtime=0
/proc/30774/stat : 30774 (runsolver) R 30772 30774 30046 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 163305355 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30774/statm: 4635 279 244 17 0 2626 0

[startup+0.104406 s]
/proc/loadavg: 2.00 2.07 2.04 5/84 30775
/proc/meminfo: memFree=897144/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=896088 CPUtime=0.04
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 2835 0 1 0 3 1 0 0 21 0 4 0 163305355 917594112 2597 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155215365 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 224022 2597 1354 14 0 211042 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 896088

[startup+0.512446 s]
/proc/loadavg: 2.00 2.07 2.04 5/84 30775
/proc/meminfo: memFree=897144/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=905236 CPUtime=0.44
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 5789 0 1 0 41 3 0 0 25 0 12 0 163305355 926961664 5384 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149659599 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 226309 5384 2247 14 0 212746 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 905236

[startup+1.33653 s]
/proc/loadavg: 2.00 2.07 2.04 4/95 30786
/proc/meminfo: memFree=881568/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=906592 CPUtime=1.26
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 7089 0 1 0 122 4 0 0 25 0 12 0 163305355 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 226648 6186 2307 14 0 213085 0
[pid=30774/tid=30776] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 163305363 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 163305363 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 163305365 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 163305366 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163305366 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163305370 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=906592 CPUtime=0.34
/proc/30774/task/30783/stat : 30783 (java) R 30772 30774 30046 0 -1 64 1060 0 0 0 34 0 0 0 16 0 12 0 163305370 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154873201 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=906592 CPUtime=0.28
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 686 0 0 0 28 0 0 0 16 0 12 0 163305370 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=906592 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 928350208 6186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 906592

[startup+2.98968 s]
/proc/loadavg: 2.00 2.07 2.04 5/95 30786
/proc/meminfo: memFree=809056/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=910440 CPUtime=3.01
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 35347 0 1 0 282 19 0 0 25 0 12 0 163305355 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053861026 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 227610 33099 2467 14 0 214047 0
[pid=30774/tid=30776] ppid=30772 vsize=910440 CPUtime=0.28
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 9252 0 0 0 24 4 0 0 19 0 12 0 163305363 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=910440 CPUtime=0.21
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 3892 0 0 0 20 1 0 0 19 0 12 0 163305363 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=910440 CPUtime=0
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163305365 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=910440 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163305366 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=910440 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163305366 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=910440 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=910440 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163305370 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=910440 CPUtime=0.62
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 1433 0 0 0 61 1 0 0 16 0 12 0 163305370 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=910440 CPUtime=0.51
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 716 0 0 0 51 0 0 0 16 0 12 0 163305370 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=910440 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=910440 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 932290560 33099 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 910440

[startup+6.193 s]
/proc/loadavg: 2.08 2.09 2.05 3/95 30786
/proc/meminfo: memFree=742816/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=916800 CPUtime=6.16
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 47243 0 1 0 590 26 0 0 25 0 12 0 163305355 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054388693 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 229200 41184 2479 14 0 215637 0
[pid=30774/tid=30776] ppid=30772 vsize=916800 CPUtime=0.41
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 13298 0 0 0 34 7 0 0 17 0 12 0 163305363 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=916800 CPUtime=0.29
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 6224 0 0 0 27 2 0 0 17 0 12 0 163305363 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=916800 CPUtime=0
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163305365 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=916800 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163305366 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=916800 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163305366 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=916800 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=916800 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163305370 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=916800 CPUtime=1.65
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 6066 0 0 0 162 3 0 0 16 0 12 0 163305370 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=916800 CPUtime=0.8
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 1590 0 0 0 80 0 0 0 16 0 12 0 163305370 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=916800 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=916800 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 938803200 41184 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 916800

[startup+12.6166 s]
/proc/loadavg: 2.07 2.08 2.05 3/95 30786
/proc/meminfo: memFree=718880/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=916640 CPUtime=12.52
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 53194 0 1 0 1222 30 0 0 25 0 12 0 163305355 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054583799 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 229160 45943 2480 14 0 215597 0
[pid=30774/tid=30776] ppid=30772 vsize=916640 CPUtime=0.59
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 15814 0 0 0 50 9 0 0 16 0 12 0 163305363 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=916640 CPUtime=0.45
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 9602 0 0 0 41 4 0 0 16 0 12 0 163305363 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=916640 CPUtime=0.02
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 12 0 0 0 2 0 0 0 16 0 12 0 163305365 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=916640 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163305366 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=916640 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163305366 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=916640 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=916640 CPUtime=0
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 163305370 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=916640 CPUtime=1.85
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 6082 0 0 0 182 3 0 0 16 0 12 0 163305370 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=916640 CPUtime=1.05
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 1608 0 0 0 105 0 0 0 16 0 12 0 163305370 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=916640 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=916640 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 938639360 45943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 916640

[startup+25.4979 s]
/proc/loadavg: 2.06 2.08 2.05 3/95 30786
/proc/meminfo: memFree=695264/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=917288 CPUtime=25.29
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 62386 0 1 0 2493 36 0 0 25 0 12 0 163305355 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054403823 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 229322 53202 2480 14 0 215759 0
[pid=30774/tid=30776] ppid=30772 vsize=917288 CPUtime=0.7
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 19388 0 0 0 59 11 0 0 16 0 12 0 163305363 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=917288 CPUtime=0.57
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 13081 0 0 0 51 6 0 0 16 0 12 0 163305363 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=917288 CPUtime=0.02
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 16 0 0 0 2 0 0 0 15 0 12 0 163305365 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=917288 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163305366 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=917288 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163305366 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=917288 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=917288 CPUtime=0.01
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 163305370 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=917288 CPUtime=2.42
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 8152 0 0 0 237 5 0 0 16 0 12 0 163305370 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=917288 CPUtime=1.2
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 1647 0 0 0 120 0 0 0 16 0 12 0 163305370 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=917288 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=917288 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 939302912 53202 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 917288

[startup+51.1134 s]
/proc/loadavg: 2.16 2.10 2.05 3/95 30786
/proc/meminfo: memFree=626976/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=916424 CPUtime=50.61
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 79466 0 1 0 5018 43 0 0 25 0 12 0 163305355 938418176 69873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054373230 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 229106 69873 2481 14 0 215543 0
[pid=30774/tid=30776] ppid=30772 vsize=916424 CPUtime=0.95
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 27928 0 0 0 81 14 0 0 16 0 12 0 163305363 938418176 69873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=916424 CPUtime=0.84
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 21576 0 0 0 75 9 0 0 16 0 12 0 163305363 938418176 69873 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=916424 CPUtime=0.03

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

[pid=30774/tid=30784] ppid=30772 vsize=913096 CPUtime=1.32
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 1661 0 0 0 132 0 0 0 16 0 12 0 163305370 935010304 100033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 935010304 100033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 935010304 100033 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 913096

[startup+162.392 s]
/proc/loadavg: 2.10 2.10 2.05 3/92 30859
/proc/meminfo: memFree=960632/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=913096 CPUtime=161.4
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 148235 0 1 0 16057 83 0 0 25 0 12 0 163305355 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30774/statm: 228274 136680 2484 14 0 214711 0
[pid=30774/tid=30776] ppid=30772 vsize=913096 CPUtime=2.49
/proc/30774/task/30776/stat : 30776 (java) R 30772 30774 30046 0 -1 64 61094 0 0 0 218 31 0 0 16 0 12 0 163305363 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155242509 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30777] ppid=30772 vsize=913096 CPUtime=2.4
/proc/30774/task/30777/stat : 30777 (java) R 30772 30774 30046 0 -1 64 56468 0 0 0 213 27 0 0 15 0 12 0 163305363 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631161 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30778] ppid=30772 vsize=913096 CPUtime=0.1
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 17 0 0 0 9 1 0 0 15 0 12 0 163305365 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30779] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163305366 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163305366 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=913096 CPUtime=0.01
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 163305370 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=913096 CPUtime=2.76
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 8164 0 0 0 271 5 0 0 17 0 12 0 163305370 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30784] ppid=30772 vsize=913096 CPUtime=1.75
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 2194 0 0 0 174 1 0 0 17 0 12 0 163305370 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30785] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 935010304 136680 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.4
Current children cumulated vsize (KiB) 913096

[startup+222.408 s]
/proc/loadavg: 2.03 2.08 2.05 3/92 30859
/proc/meminfo: memFree=787704/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=913096 CPUtime=221.13
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 182340 0 1 0 22013 100 0 0 25 0 12 0 163305355 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054310969 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30774/statm: 228274 170692 2484 14 0 214711 0
[pid=30774/tid=30776] ppid=30772 vsize=913096 CPUtime=3.59
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 79114 0 0 0 319 40 0 0 16 0 12 0 163305363 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30777] ppid=30772 vsize=913096 CPUtime=3.43
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 72473 0 0 0 310 33 0 0 16 0 12 0 163305363 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30778] ppid=30772 vsize=913096 CPUtime=0.13
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 17 0 0 0 11 2 0 0 15 0 12 0 163305365 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30779] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 163305366 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30780] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 163305366 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30781] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=913096 CPUtime=0.01
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 163305370 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=913096 CPUtime=2.8
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 8166 0 0 0 275 5 0 0 17 0 12 0 163305370 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30784] ppid=30772 vsize=913096 CPUtime=1.75
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 2194 0 0 0 174 1 0 0 16 0 12 0 163305370 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30785] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 935010304 170692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.13
Current children cumulated vsize (KiB) 913096

[startup+282.455 s]
/proc/loadavg: 2.11 2.09 2.05 3/92 30859
/proc/meminfo: memFree=695608/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=913096 CPUtime=280.95
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 204068 0 1 0 27980 115 0 0 25 0 12 0 163305355 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054321953 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30774/statm: 228274 186801 2485 14 0 214711 0
[pid=30774/tid=30776] ppid=30772 vsize=913096 CPUtime=4.74
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 86404 0 0 0 429 45 0 0 16 0 12 0 163305363 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30777] ppid=30772 vsize=913096 CPUtime=4.52
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 81151 0 0 0 414 38 0 0 16 0 12 0 163305363 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30778] ppid=30772 vsize=913096 CPUtime=6.91
/proc/30774/task/30778/stat : 30778 (java) S 30772 30774 30046 0 -1 64 5706 0 0 0 684 7 0 0 15 0 12 0 163305365 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30779] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163305366 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30780] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163305366 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30781] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=913096 CPUtime=0.01
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 163305370 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=913096 CPUtime=2.8
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 8166 0 0 0 275 5 0 0 17 0 12 0 163305370 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30784] ppid=30772 vsize=913096 CPUtime=1.75
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 2194 0 0 0 174 1 0 0 16 0 12 0 163305370 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30785] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=913096 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 935010304 186801 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.95
Current children cumulated vsize (KiB) 913096

[startup+342.551 s]
/proc/loadavg: 2.67 2.25 2.11 4/92 30859
/proc/meminfo: memFree=674616/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=917100 CPUtime=341.03
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 255204 0 1 0 33956 147 0 0 25 0 12 0 163305355 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30774/statm: 229275 187468 2485 14 0 215712 0
[pid=30774/tid=30776] ppid=30772 vsize=917100 CPUtime=4.76
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 86404 0 0 0 431 45 0 0 16 0 12 0 163305363 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30777] ppid=30772 vsize=917100 CPUtime=4.54
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 81151 0 0 0 416 38 0 0 15 0 12 0 163305363 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30778] ppid=30772 vsize=917100 CPUtime=55.45
/proc/30774/task/30778/stat : 30778 (java) R 30772 30774 30046 0 -1 64 56805 0 0 0 5507 38 0 0 16 0 12 0 163305365 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30779] ppid=30772 vsize=917100 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163305366 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30780] ppid=30772 vsize=917100 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163305366 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30781] ppid=30772 vsize=917100 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=917100 CPUtime=0.01
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 163305370 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=917100 CPUtime=2.8
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 8166 0 0 0 275 5 0 0 17 0 12 0 163305370 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30784] ppid=30772 vsize=917100 CPUtime=1.75
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 2194 0 0 0 174 1 0 0 16 0 12 0 163305370 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30785] ppid=30772 vsize=917100 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=917100 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 939110400 187468 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.03
Current children cumulated vsize (KiB) 917100



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+390.771 s]
/proc/loadavg: 2.91 2.38 2.16 4/92 30859
/proc/meminfo: memFree=655032/2055920 swapFree=4184772/4192956
[pid=30774] ppid=30772 vsize=921100 CPUtime=389.24
/proc/30774/stat : 30774 (java) R 30772 30774 30046 0 -1 0 300772 0 1 0 38749 175 0 0 25 0 12 0 163305355 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30774/statm: 230275 187843 2485 14 0 216712 0
[pid=30774/tid=30776] ppid=30772 vsize=921100 CPUtime=4.76
/proc/30774/task/30776/stat : 30776 (java) S 30772 30774 30046 0 -1 64 86404 0 0 0 431 45 0 0 16 0 12 0 163305363 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30777] ppid=30772 vsize=921100 CPUtime=4.54
/proc/30774/task/30777/stat : 30777 (java) S 30772 30774 30046 0 -1 64 81151 0 0 0 416 38 0 0 15 0 12 0 163305363 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30778] ppid=30772 vsize=921100 CPUtime=98.6
/proc/30774/task/30778/stat : 30778 (java) R 30772 30774 30046 0 -1 64 102341 0 0 0 9793 67 0 0 16 0 12 0 163305365 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454548 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30779] ppid=30772 vsize=921100 CPUtime=0
/proc/30774/task/30779/stat : 30779 (java) S 30772 30774 30046 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163305366 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30780] ppid=30772 vsize=921100 CPUtime=0
/proc/30774/task/30780/stat : 30780 (java) S 30772 30774 30046 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163305366 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30781] ppid=30772 vsize=921100 CPUtime=0
/proc/30774/task/30781/stat : 30781 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163305370 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30782] ppid=30772 vsize=921100 CPUtime=0.01
/proc/30774/task/30782/stat : 30782 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 1 0 0 0 16 0 12 0 163305370 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30783] ppid=30772 vsize=921100 CPUtime=2.8
/proc/30774/task/30783/stat : 30783 (java) S 30772 30774 30046 0 -1 64 8166 0 0 0 275 5 0 0 17 0 12 0 163305370 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30784] ppid=30772 vsize=921100 CPUtime=1.75
/proc/30774/task/30784/stat : 30784 (java) S 30772 30774 30046 0 -1 64 2194 0 0 0 174 1 0 0 16 0 12 0 163305370 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30774/tid=30785] ppid=30772 vsize=921100 CPUtime=0
/proc/30774/task/30785/stat : 30785 (java) S 30772 30774 30046 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 163305370 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30774/tid=30786] ppid=30772 vsize=921100 CPUtime=0
/proc/30774/task/30786/stat : 30786 (java) S 30772 30774 30046 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163305370 943206400 187843 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 389.24
Current children cumulated vsize (KiB) 921100

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

Child status: 143
Real time (s): 391.823
CPU time (s): 390.294
CPU user time (s): 388.416
CPU system time (s): 1.87771
CPU usage (%): 99.6096
Max. virtual memory (cumulated for all children) (KiB): 925104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 388.416
system time used= 1.87771
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300792
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= 14188
involuntary context switches= 17901

runsolver used 0.451931 s user time and 1.35379 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sun Jan  7 05:51:12 UTC 2007


IDJOB= 201674
IDBENCH= 3777
FILE ID= node56/201674-1168149072

PBS_JOBID= 3478379

Free space on /tmp= 66547 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201674-1168149072/sat4jCSP-bf3.jar /tmp/evaluation/201674-1168149072/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-201674-1168149072 -o ROOT/results/node56/solver-201674-1168149072 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201674-1168149072/sat4jCSP-bf3.jar /tmp/evaluation/201674-1168149072/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5b72c86380aa44432a29d477c7fa6640

RANDOM SEED= 299152502

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:        897624 kB
Buffers:         29768 kB
Cached:         301532 kB
SwapCached:       2104 kB
Active:         873780 kB
Inactive:       211636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        897624 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            5924 kB
Writeback:           0 kB
Mapped:         771568 kB
Slab:            56656 kB
Committed_AS:  3848768 kB
PageTables:       3396 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= 66545 MiB



End job on node56 on Sun Jan  7 05:57:44 UTC 2007