Trace number 201221

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) 302.913 303.355

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-7.xml
MD5SUMd701de3dbc42c3b54216de5304316644
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 benchmark1014.59
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3
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.32	c --- Begin Solver configuration ---
0.32	c Stops conflict analysis at the first Unique Implication Point
0.32	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.32	c Learn all clauses as in MiniSAT
0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving /tmp/evaluation/201221-1168146232/unknown.xml
0.32	c reading problem ... 
0.58	c reading problem named ?
0.58	c reading domains done.
0.89	c reading variables
c reading variables (1500) done.
2.43	c reading predicates 
c reading relations (9) done.
2.65	c reading constraintsc starts		: 0
303.18	c conflicts		: 0
303.18	c decisions		: 0
303.18	c propagations		: 0
303.18	c inspects		: 0
303.18	c learnt literals	: 0
303.18	c learnt binary clauses	: 0
303.18	c learnt ternary clauses	: 0
303.18	c learnt clauses	: 0
303.18	c root simplifications	: 0
303.18	c removed literals (reason simplification)	: 0
303.18	c reason swapping (by a shorter reason)	: 0
303.18	c Calls to reduceDB	: 0
303.18	c speed (decisions/second)	: 0.0
303.18	c non guided choices	0
303.18	s UNKNOWN
303.18	c Total wall clock time (in seconds) : 302.858
303.18	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/node21/watcher-201221-1168146232 -o ROOT/results/node21/solver-201221-1168146232 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201221-1168146232/sat4jCSP-bf3.jar /tmp/evaluation/201221-1168146232/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.03 1.78 1.75 4/94 7425
/proc/meminfo: memFree=1047456/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=18540 CPUtime=0
/proc/7424/stat : 7424 (runsolver) R 7422 7424 7366 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 163017711 18984960 279 18446744073709551615 4194304 4267372 548682069008 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7424/statm: 4635 279 244 17 0 2626 0

[startup+0.104023 s]
/proc/loadavg: 2.03 1.78 1.75 4/94 7425
/proc/meminfo: memFree=1047456/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=893784 CPUtime=0.02
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 1715 0 43 0 0 2 0 0 18 0 1 0 163017711 915234816 1519 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151681203 0 4 0 7368 0 0 0 17 0 0 0
/proc/7424/statm: 223446 1528 943 14 0 210466 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 893784

[startup+0.514097 s]
/proc/loadavg: 2.03 1.78 1.75 4/94 7425
/proc/meminfo: memFree=1047456/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=905236 CPUtime=0.42
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 5584 0 46 0 38 4 0 0 25 0 12 0 163017711 926961664 5224 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7424/statm: 226309 5224 2184 14 0 212746 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 905236

[startup+1.34025 s]
/proc/loadavg: 2.03 1.78 1.75 3/105 7436
/proc/meminfo: memFree=1025544/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=906592 CPUtime=1.25
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 7006 0 46 0 120 5 0 0 25 0 12 0 163017711 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054081536 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7424/statm: 226648 6148 2307 14 0 213085 0
[pid=7424/tid=7426] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 163017722 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7427] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 163017722 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7428] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 163017724 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7429] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 163017725 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163017729 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=906592 CPUtime=0.35
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 1074 0 0 0 35 0 0 0 16 0 12 0 163017729 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7434] ppid=7422 vsize=906592 CPUtime=0.26
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 673 0 0 0 26 0 0 0 16 0 12 0 163017729 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7435] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=906592 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 928350208 6148 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 906592

[startup+2.97956 s]
/proc/loadavg: 2.03 1.78 1.75 4/105 7436
/proc/meminfo: memFree=918536/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=911808 CPUtime=3.13
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 37705 0 46 0 294 19 0 0 25 0 12 0 163017711 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7424/statm: 227952 34437 2466 14 0 214389 0
[pid=7424/tid=7426] ppid=7422 vsize=911808 CPUtime=0.32
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 9811 0 0 0 27 5 0 0 20 0 12 0 163017722 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7427] ppid=7422 vsize=911808 CPUtime=0.31
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 4671 0 0 0 29 2 0 0 19 0 12 0 163017722 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7428] ppid=7422 vsize=911808 CPUtime=0
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163017724 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7429] ppid=7422 vsize=911808 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=911808 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=911808 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=911808 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163017729 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=911808 CPUtime=0.65
/proc/7424/task/7433/stat : 7433 (java) R 7422 7424 7366 0 -1 64 1463 0 0 0 65 0 0 0 16 0 12 0 163017729 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154873140 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7434] ppid=7422 vsize=911808 CPUtime=0.53
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 1741 0 0 0 53 0 0 0 17 0 12 0 163017729 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7435] ppid=7422 vsize=911808 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=911808 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 933691392 34437 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.13
Current children cumulated vsize (KiB) 911808

[startup+6.18817 s]
/proc/loadavg: 2.03 1.79 1.75 3/105 7436
/proc/meminfo: memFree=862352/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915992 CPUtime=6.58
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 53307 0 46 0 632 26 0 0 25 0 12 0 163017711 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7424/statm: 228998 47610 2478 14 0 215435 0
[pid=7424/tid=7426] ppid=7422 vsize=915992 CPUtime=0.7
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 17938 0 0 0 62 8 0 0 16 0 12 0 163017722 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915992 CPUtime=0.68
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 9183 0 0 0 64 4 0 0 16 0 12 0 163017722 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915992 CPUtime=0
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163017724 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7429] ppid=7422 vsize=915992 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=915992 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=915992 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=915992 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163017729 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=915992 CPUtime=0.91
/proc/7424/task/7433/stat : 7433 (java) R 7422 7424 7366 0 -1 64 2270 0 0 0 91 0 0 0 16 0 12 0 163017729 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154683661 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7434] ppid=7422 vsize=915992 CPUtime=0.98
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3885 0 0 0 97 1 0 0 17 0 12 0 163017729 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915992 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915992 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937975808 47610 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 915992

[startup+12.6764 s]
/proc/loadavg: 2.03 1.79 1.75 3/105 7436
/proc/meminfo: memFree=839440/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915736 CPUtime=13.05
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 59342 0 46 0 1277 28 0 0 25 0 12 0 163017711 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054342310 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7424/statm: 228934 52379 2479 14 0 215371 0
[pid=7424/tid=7426] ppid=7422 vsize=915736 CPUtime=0.85
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 20948 0 0 0 76 9 0 0 16 0 12 0 163017722 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915736 CPUtime=0.83
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 12116 0 0 0 78 5 0 0 16 0 12 0 163017722 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915736 CPUtime=0.01
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 163017724 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7429] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163017729 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=915736 CPUtime=1.23
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 2328 0 0 0 123 0 0 0 17 0 12 0 163017729 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7434] ppid=7422 vsize=915736 CPUtime=1.11
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3894 0 0 0 110 1 0 0 16 0 12 0 163017729 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937713664 52379 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.05
Current children cumulated vsize (KiB) 915736

[startup+25.4778 s]
/proc/loadavg: 2.02 1.80 1.75 3/105 7436
/proc/meminfo: memFree=808080/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915736 CPUtime=25.75
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 66436 0 46 0 2543 32 0 0 25 0 12 0 163017711 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054336652 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7424/statm: 228934 59428 2479 14 0 215371 0
[pid=7424/tid=7426] ppid=7422 vsize=915736 CPUtime=0.98
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 24496 0 0 0 88 10 0 0 16 0 12 0 163017722 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915736 CPUtime=0.97
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 15627 0 0 0 91 6 0 0 16 0 12 0 163017722 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915736 CPUtime=0.02
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 16 0 0 0 2 0 0 0 15 0 12 0 163017724 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7429] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163017729 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=915736 CPUtime=1.28
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 2330 0 0 0 128 0 0 0 16 0 12 0 163017729 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7434] ppid=7422 vsize=915736 CPUtime=1.16
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3897 0 0 0 115 1 0 0 16 0 12 0 163017729 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937713664 59428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.75
Current children cumulated vsize (KiB) 915736

[startup+51.1767 s]
/proc/loadavg: 2.01 1.82 1.76 4/105 7436
/proc/meminfo: memFree=743504/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915736 CPUtime=51.24
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 82106 0 46 0 5085 39 0 0 25 0 12 0 163017711 937713664 74997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054562445 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7424/statm: 228934 74997 2479 14 0 215371 0
[pid=7424/tid=7426] ppid=7422 vsize=915736 CPUtime=1.25
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 32356 0 0 0 112 13 0 0 16 0 12 0 163017722 937713664 74997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915736 CPUtime=1.26
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 23399 0 0 0 117 9 0 0 16 0 12 0 163017722 937713664 74997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915736 CPUtime=0.02

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

[pid=7424/tid=7434] ppid=7422 vsize=915736 CPUtime=1.16
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3897 0 0 0 115 1 0 0 16 0 12 0 163017729 937713664 74997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937713664 74997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937713664 74997 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.24
Current children cumulated vsize (KiB) 915736

[startup+102.437 s]
/proc/loadavg: 2.04 1.86 1.77 4/105 7436
/proc/meminfo: memFree=626512/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915736 CPUtime=102.25
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 111160 0 46 0 10174 51 0 0 25 0 12 0 163017711 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054421367 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7424/statm: 228934 103870 2479 14 0 215371 0
[pid=7424/tid=7426] ppid=7422 vsize=915736 CPUtime=1.84
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 45419 0 0 0 166 18 0 0 16 0 12 0 163017722 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915736 CPUtime=1.9
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 39318 0 0 0 175 15 0 0 16 0 12 0 163017722 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915736 CPUtime=0.04
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 16 0 0 0 3 1 0 0 15 0 12 0 163017724 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7429] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163017729 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=915736 CPUtime=1.3
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 2331 0 0 0 130 0 0 0 17 0 12 0 163017729 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7434] ppid=7422 vsize=915736 CPUtime=1.17
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3897 0 0 0 116 1 0 0 17 0 12 0 163017729 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937713664 103870 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 915736

[startup+162.475 s]
/proc/loadavg: 2.18 1.93 1.80 3/105 7436
/proc/meminfo: memFree=461008/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915736 CPUtime=162.27
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 146594 0 46 0 16161 66 0 0 25 0 12 0 163017711 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835910 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7424/statm: 228934 139018 2479 14 0 215371 0
[pid=7424/tid=7426] ppid=7422 vsize=915736 CPUtime=2.75
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 64218 0 0 0 249 26 0 0 16 0 12 0 163017722 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915736 CPUtime=2.78
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 55859 0 0 0 257 21 0 0 16 0 12 0 163017722 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915736 CPUtime=0.07
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 16 0 0 0 5 2 0 0 15 0 12 0 163017724 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7429] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163017729 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7433] ppid=7422 vsize=915736 CPUtime=1.39
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 2336 0 0 0 139 0 0 0 17 0 12 0 163017729 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7434] ppid=7422 vsize=915736 CPUtime=1.25
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3901 0 0 0 124 1 0 0 17 0 12 0 163017729 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937713664 139018 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 915736

[startup+222.495 s]
/proc/loadavg: 2.16 1.97 1.82 4/105 7436
/proc/meminfo: memFree=320336/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915736 CPUtime=222.28
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 181939 0 46 0 22147 81 0 0 25 0 12 0 163017711 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054349005 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7424/statm: 228934 174080 2479 14 0 215371 0
[pid=7424/tid=7426] ppid=7422 vsize=915736 CPUtime=3.74
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 80161 0 0 0 342 32 0 0 16 0 12 0 163017722 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915736 CPUtime=3.81
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 75177 0 0 0 353 28 0 0 17 0 12 0 163017722 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915736 CPUtime=0.09
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 16 0 0 0 6 3 0 0 15 0 12 0 163017724 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7429] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7430] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 163017725 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 163017729 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7433] ppid=7422 vsize=915736 CPUtime=1.39
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 2336 0 0 0 139 0 0 0 17 0 12 0 163017729 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7434] ppid=7422 vsize=915736 CPUtime=1.25
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3901 0 0 0 124 1 0 0 17 0 12 0 163017729 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937713664 174080 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 915736

[startup+282.59 s]
/proc/loadavg: 2.12 1.99 1.83 3/105 7436
/proc/meminfo: memFree=266832/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=915736 CPUtime=282.15
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 201314 0 46 0 28125 90 0 0 25 0 12 0 163017711 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054847463 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7424/statm: 228934 187378 2481 14 0 215371 0
[pid=7424/tid=7426] ppid=7422 vsize=915736 CPUtime=4.69
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 87603 0 0 0 434 35 0 0 16 0 12 0 163017722 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7427] ppid=7422 vsize=915736 CPUtime=4.75
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 81597 0 0 0 445 30 0 0 16 0 12 0 163017722 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7428] ppid=7422 vsize=915736 CPUtime=4.15
/proc/7424/task/7428/stat : 7428 (java) S 7422 7424 7366 0 -1 64 5441 0 0 0 409 6 0 0 15 0 12 0 163017724 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7429] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7430] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163017725 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 163017729 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=915736 CPUtime=1.39
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 2336 0 0 0 139 0 0 0 17 0 12 0 163017729 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7434] ppid=7422 vsize=915736 CPUtime=1.27
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3904 0 0 0 126 1 0 0 17 0 12 0 163017729 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7435] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=915736 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 937713664 187378 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 915736



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+302.159 s]
/proc/loadavg: 2.32 2.04 1.85 4/105 7436
/proc/meminfo: memFree=267664/2055920 swapFree=4156304/4192956
[pid=7424] ppid=7422 vsize=919740 CPUtime=301.71
/proc/7424/stat : 7424 (java) R 7422 7424 7366 0 -1 0 222759 0 46 0 30070 101 0 0 25 0 12 0 163017711 941813760 186755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7424/statm: 229935 186756 2481 14 0 216372 0
[pid=7424/tid=7426] ppid=7422 vsize=919740 CPUtime=4.94
/proc/7424/task/7426/stat : 7426 (java) S 7422 7424 7366 0 -1 64 87603 0 0 0 459 35 0 0 16 0 12 0 163017722 941813760 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7427] ppid=7422 vsize=919740 CPUtime=4.93
/proc/7424/task/7427/stat : 7427 (java) S 7422 7424 7366 0 -1 64 81597 0 0 0 463 30 0 0 15 0 12 0 163017722 941813760 186758 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7428] ppid=7422 vsize=919740 CPUtime=15.51
/proc/7424/task/7428/stat : 7428 (java) R 7422 7424 7366 0 -1 64 26862 0 0 0 1534 17 0 0 16 0 12 0 163017724 941813760 186759 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7429] ppid=7422 vsize=919740 CPUtime=0
/proc/7424/task/7429/stat : 7429 (java) S 7422 7424 7366 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163017725 941813760 186760 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7430] ppid=7422 vsize=919740 CPUtime=0
/proc/7424/task/7430/stat : 7430 (java) S 7422 7424 7366 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163017725 941813760 186760 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7431] ppid=7422 vsize=919740 CPUtime=0
/proc/7424/task/7431/stat : 7431 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017728 941813760 186761 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7432] ppid=7422 vsize=919740 CPUtime=0
/proc/7424/task/7432/stat : 7432 (java) S 7422 7424 7366 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 163017729 941813760 186762 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7433] ppid=7422 vsize=919740 CPUtime=1.39
/proc/7424/task/7433/stat : 7433 (java) S 7422 7424 7366 0 -1 64 2336 0 0 0 139 0 0 0 17 0 12 0 163017729 941813760 186762 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7424/tid=7434] ppid=7422 vsize=919740 CPUtime=1.27
/proc/7424/task/7434/stat : 7434 (java) S 7422 7424 7366 0 -1 64 3904 0 0 0 126 1 0 0 17 0 12 0 163017729 941813760 186763 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7435] ppid=7422 vsize=919740 CPUtime=0
/proc/7424/task/7435/stat : 7435 (java) S 7422 7424 7366 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 163017729 941813760 186764 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7424/tid=7436] ppid=7422 vsize=919740 CPUtime=0
/proc/7424/task/7436/stat : 7436 (java) S 7422 7424 7366 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 163017729 941813760 186764 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 301.71
Current children cumulated vsize (KiB) 919740

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

Child status: 143
Real time (s): 303.355
CPU time (s): 302.913
CPU user time (s): 301.78
CPU system time (s): 1.13283
CPU usage (%): 99.8541
Max. virtual memory (cumulated for all children) (KiB): 921744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.78
system time used= 1.13283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223066
page faults= 46
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12569
involuntary context switches= 12474

runsolver used 0.39194 s user time and 0.987849 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 05:03:52 UTC 2007


IDJOB= 201221
IDBENCH= 3750
FILE ID= node21/201221-1168146232

PBS_JOBID= 3478151

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-7.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201221-1168146232/sat4jCSP-bf3.jar /tmp/evaluation/201221-1168146232/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-201221-1168146232 -o ROOT/results/node21/solver-201221-1168146232 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201221-1168146232/sat4jCSP-bf3.jar /tmp/evaluation/201221-1168146232/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  d701de3dbc42c3b54216de5304316644

RANDOM SEED= 414779016

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.261
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.261
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:       1048064 kB
Buffers:         52176 kB
Cached:         169812 kB
SwapCached:       2956 kB
Active:         821584 kB
Inactive:       120932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1048064 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            5988 kB
Writeback:           0 kB
Mapped:         736640 kB
Slab:            48732 kB
Committed_AS:  3919368 kB
PageTables:       3572 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66553 MiB



End job on node21 on Sun Jan  7 05:08:55 UTC 2007