Trace number 238649

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? (TO) 1800.24 1806.46

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-4_ext.xml
MD5SUM95a5ef5cda51a9050b5581b33f8a5de6
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.93	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.93	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.93	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.94	c version CSP COMPETITION BUGFIX 3
0.94	c sun.arch.data.model	32
0.94	c java.version	1.5.0_10
0.94	c os.name	Linux
0.94	c os.version	2.6.9-22.EL.rootsmp
0.94	c os.arch	i386
0.94	c Free memory 722620888
0.94	c Max memory 723845120
0.94	c Total memory 723845120
0.94	c Number of processors 2
1.08	c --- Begin Solver configuration ---
1.08	c Stops conflict analysis at the first Unique Implication Point
1.08	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
1.08	c Learn all clauses as in MiniSAT
1.08	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.08	c VSIDS like heuristics from MiniSAT using a heap
1.08	c No reason simplification
1.08	c --- End Solver configuration ---
1.08	c solving /tmp/evaluation/238649-1168357815/unknown.xml
1.08	c reading problem ... 
1.34	c reading problem named ?
1.34	c reading domains done.
1.34	c reading variables
c reading variables (112) done.
1.45	c reading relations
c reading relations (9) done.
1.54	c reading constraints
c reading constraints done.
3.08	c ... done. Wall clock time 2.0s.
3.08	c CPU time (experimental) 0.98s.
3.08	c #vars     2102
3.08	c #constraints  1620
1806.32	c starts		: 19
1806.32	c conflicts		: 426042
1806.32	c decisions		: 685218
1806.32	c propagations		: 21005990
1806.32	c inspects		: 3124717230
1806.32	c learnt literals	: 5
1806.32	c learnt binary clauses	: 0
1806.32	c learnt ternary clauses	: 2
1806.32	c learnt clauses	: 426014
1806.32	c root simplifications	: 0
1806.32	c removed literals (reason simplification)	: 0
1806.32	c reason swapping (by a shorter reason)	: 0
1806.32	c Calls to reduceDB	: 0
1806.32	c speed (decisions/second)	: 379.9937334845431
1806.32	c non guided choices	818
1806.32	s UNKNOWN
1806.32	c Total wall clock time (in seconds) : 1805.241
1806.32	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/node60/watcher-238649-1168357815 -o ROOT/results/node60/solver-238649-1168357815 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/238649-1168357815/sat4jCSP-bf3.jar /tmp/evaluation/238649-1168357815/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.02 2.01 1.89 5/81 30576
/proc/meminfo: memFree=1816768/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=172 CPUtime=0
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 184179458 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5534500 0 0 4096 0 0 0 0 17 0 0 0
/proc/30575/statm: 43 24 18 14 0 3 0

[startup+0.108102 s]
/proc/loadavg: 2.02 2.01 1.89 5/81 30576
/proc/meminfo: memFree=1816768/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=11852 CPUtime=0
/proc/30575/stat : 30575 (java) D 30573 30575 30381 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 184179458 12136448 151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5538823 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/30575/statm: 2963 151 116 14 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11852

[startup+0.516141 s]
/proc/loadavg: 2.02 2.01 1.89 5/81 30576
/proc/meminfo: memFree=1816768/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=12040 CPUtime=0
/proc/30575/stat : 30575 (java) D 30573 30575 30381 0 -1 0 610 0 35 0 0 0 0 0 18 0 1 0 184179458 12328960 452 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155070480 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/30575/statm: 3010 452 313 14 0 1138 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12040

[startup+1.33923 s]
/proc/loadavg: 2.02 2.01 1.89 4/92 30587
/proc/meminfo: memFree=1800296/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=905236 CPUtime=0.48
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 5894 0 53 0 44 4 0 0 20 0 12 0 184179458 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053843464 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226309 5540 2284 14 0 212746 0
[pid=30575/tid=30577] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 184179538 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 184179538 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 5 0 0 0 0 0 0 0 20 0 12 0 184179541 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 184179542 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 184179542 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 184179545 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 184179545 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=905236 CPUtime=0.07
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 238 0 0 0 7 0 0 0 16 0 12 0 184179545 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=905236 CPUtime=0.09
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 649 0 0 0 9 0 0 0 16 0 12 0 184179545 926961664 5540 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 184179545 926961664 5541 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=905236 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 184179545 926961664 5541 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+2.99239 s]
/proc/loadavg: 2.02 2.01 1.89 3/92 30587
/proc/meminfo: memFree=1793576/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=905296 CPUtime=2.14
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 8457 0 53 0 209 5 0 0 25 0 12 0 184179458 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226324 7022 2334 14 0 212761 0
[pid=30575/tid=30577] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 184179538 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 184179538 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 184179541 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 184179542 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 184179542 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 184179545 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 184179545 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=905296 CPUtime=0.5
/proc/30575/task/30584/stat : 30584 (java) R 30573 30575 30381 0 -1 64 445 0 0 0 50 0 0 0 16 0 12 0 184179545 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151714789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=905296 CPUtime=0.66
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1656 0 0 0 66 0 0 0 16 0 12 0 184179545 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 184179545 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=905296 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 184179545 927023104 7022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 905296

[startup+6.28571 s]
/proc/loadavg: 2.02 2.01 1.89 3/93 30588
/proc/meminfo: memFree=1781664/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=905796 CPUtime=5.43
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 11575 0 53 0 536 7 0 0 25 0 13 0 184179458 927535104 9853 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427780 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226449 9853 2349 14 0 212886 0
[pid=30575/tid=30577] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 184179538 927535104 9853 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 184179538 927535104 9853 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 184179541 927535104 9853 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 184179542 927535104 9853 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179542 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=905796 CPUtime=0.71
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 707 0 0 0 71 0 0 0 15 0 13 0 184179545 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=905796 CPUtime=0.84
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1717 0 0 0 84 0 0 0 16 0 13 0 184179545 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 927535104 9854 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 905796

[startup+12.6933 s]
/proc/loadavg: 2.02 2.01 1.89 3/93 30588
/proc/meminfo: memFree=1767264/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=905796 CPUtime=11.83
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 14813 0 53 0 1174 9 0 0 25 0 13 0 184179458 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427660 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226449 13091 2349 14 0 212886 0
[pid=30575/tid=30577] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 184179538 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 184179538 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 184179541 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 184179542 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179542 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=905796 CPUtime=0.71
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 707 0 0 0 71 0 0 0 15 0 13 0 184179545 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=905796 CPUtime=0.84
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1717 0 0 0 84 0 0 0 17 0 13 0 184179545 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 927535104 13091 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.83
Current children cumulated vsize (KiB) 905796

[startup+25.5586 s]
/proc/loadavg: 2.02 2.01 1.89 3/85 30817
/proc/meminfo: memFree=1755744/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=905796 CPUtime=24.68
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 19717 0 53 0 2454 14 0 0 25 0 13 0 184179458 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054529024 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226449 17995 2349 14 0 212886 0
[pid=30575/tid=30577] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 184179538 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 184179538 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 184179541 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 184179542 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179542 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=905796 CPUtime=0.73
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 708 0 0 0 73 0 0 0 16 0 13 0 184179545 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=905796 CPUtime=0.85
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1718 0 0 0 85 0 0 0 16 0 13 0 184179545 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=905796 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 927535104 17995 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 905796

[startup+51.2211 s]
/proc/loadavg: 2.01 2.00 1.90 3/85 30817
/proc/meminfo: memFree=1690848/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=905796 CPUtime=50.31
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 35779 0 53 0 5009 22 0 0 25 0 13 0 184179458 927535104 34056 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054388860 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.00 2.00 1.92 3/85 31015
/proc/meminfo: memFree=1240864/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=907084 CPUtime=1598.28
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 159390 0 53 0 159739 89 0 0 25 0 13 0 184179458 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427693 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226771 146186 2357 14 0 213208 0
[pid=30575/tid=30577] ppid=30573 vsize=907084 CPUtime=1.35
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 73901 0 0 0 105 30 0 0 18 0 13 0 184179538 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=907084 CPUtime=1.27
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 63423 0 0 0 102 25 0 0 17 0 13 0 184179538 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 184179541 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=907084 CPUtime=0.73
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 708 0 0 0 73 0 0 0 16 0 13 0 184179545 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=907084 CPUtime=0.85
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1718 0 0 0 85 0 0 0 16 0 13 0 184179545 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 928854016 146186 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1598.28
Current children cumulated vsize (KiB) 907084

[startup+1664.1 s]
/proc/loadavg: 2.00 2.00 1.92 4/85 31015
/proc/meminfo: memFree=1211744/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=907084 CPUtime=1658.37
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 168487 0 53 0 165744 93 0 0 25 0 13 0 184179458 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427779 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226771 153455 2357 14 0 213208 0
[pid=30575/tid=30577] ppid=30573 vsize=907084 CPUtime=1.42
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 76437 0 0 0 111 31 0 0 16 0 13 0 184179538 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=907084 CPUtime=1.35
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 69983 0 0 0 108 27 0 0 17 0 13 0 184179538 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30575/tid=30579] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 184179541 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30575/tid=30580] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=907084 CPUtime=0.73
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 708 0 0 0 73 0 0 0 16 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=907084 CPUtime=0.85
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1718 0 0 0 85 0 0 0 16 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1658.37
Current children cumulated vsize (KiB) 907084

[startup+1724.19 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 31017
/proc/meminfo: memFree=1211488/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=907084 CPUtime=1718.4
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 168487 0 53 0 171747 93 0 0 25 0 13 0 184179458 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427693 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226771 153455 2357 14 0 213208 0
[pid=30575/tid=30577] ppid=30573 vsize=907084 CPUtime=1.42
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 76437 0 0 0 111 31 0 0 16 0 13 0 184179538 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=907084 CPUtime=1.35
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 69983 0 0 0 108 27 0 0 17 0 13 0 184179538 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30575/tid=30579] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 184179541 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30575/tid=30580] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=907084 CPUtime=0.73
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 708 0 0 0 73 0 0 0 16 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=907084 CPUtime=0.85
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1718 0 0 0 85 0 0 0 16 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 928854016 153455 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1718.4
Current children cumulated vsize (KiB) 907084

[startup+1784.26 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 31017
/proc/meminfo: memFree=1182112/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=907084 CPUtime=1778.14
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 175827 0 53 0 177719 95 0 0 25 0 13 0 184179458 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427693 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226771 160794 2357 14 0 213208 0
[pid=30575/tid=30577] ppid=30573 vsize=907084 CPUtime=1.48
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 80122 0 0 0 116 32 0 0 17 0 13 0 184179538 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=907084 CPUtime=1.42
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 73637 0 0 0 114 28 0 0 17 0 13 0 184179538 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 184179541 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=907084 CPUtime=0.73
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 708 0 0 0 73 0 0 0 16 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=907084 CPUtime=0.85
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1718 0 0 0 85 0 0 0 16 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1778.14
Current children cumulated vsize (KiB) 907084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/85 31017
/proc/meminfo: memFree=1182112/2055920 swapFree=4192812/4192956
[pid=30575] ppid=30573 vsize=907084 CPUtime=1800.09
/proc/30575/stat : 30575 (java) R 30573 30575 30381 0 -1 0 175827 0 53 0 179914 95 0 0 25 0 13 0 184179458 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054456392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30575/statm: 226771 160794 2357 14 0 213208 0
[pid=30575/tid=30577] ppid=30573 vsize=907084 CPUtime=1.48
/proc/30575/task/30577/stat : 30577 (java) S 30573 30575 30381 0 -1 64 80122 0 0 0 116 32 0 0 17 0 13 0 184179538 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30578] ppid=30573 vsize=907084 CPUtime=1.42
/proc/30575/task/30578/stat : 30578 (java) S 30573 30575 30381 0 -1 64 73637 0 0 0 114 28 0 0 17 0 13 0 184179538 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30579] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30579/stat : 30579 (java) S 30573 30575 30381 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 184179541 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30580] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30580/stat : 30580 (java) S 30573 30575 30381 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30581] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30581/stat : 30581 (java) S 30573 30575 30381 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 184179542 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30582] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30582/stat : 30582 (java) S 30573 30575 30381 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30583] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30583/stat : 30583 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30584] ppid=30573 vsize=907084 CPUtime=0.73
/proc/30575/task/30584/stat : 30584 (java) S 30573 30575 30381 0 -1 64 708 0 0 0 73 0 0 0 16 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30585] ppid=30573 vsize=907084 CPUtime=0.85
/proc/30575/task/30585/stat : 30585 (java) S 30573 30575 30381 0 -1 64 1718 0 0 0 85 0 0 0 16 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30586] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30586/stat : 30586 (java) S 30573 30575 30381 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30587] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30587/stat : 30587 (java) S 30573 30575 30381 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 184179545 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30575/tid=30588] ppid=30573 vsize=907084 CPUtime=0
/proc/30575/task/30588/stat : 30588 (java) S 30573 30575 30381 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 184179767 928854016 160794 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 907084

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

Child status: 143
Real time (s): 1806.46
CPU time (s): 1800.24
CPU user time (s): 1799.18
CPU system time (s): 1.05284
CPU usage (%): 99.6555
Max. virtual memory (cumulated for all children) (KiB): 907084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.05284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175848
page faults= 53
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37409
involuntary context switches= 43349

runsolver used 2.21966 s user time and 5.79012 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Tue Jan  9 15:50:16 UTC 2007


IDJOB= 238649
IDBENCH= 7013
FILE ID= node60/238649-1168357815

PBS_JOBID= 3503966

Free space on /tmp= 66562 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-4_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/238649-1168357815/sat4jCSP-bf3.jar /tmp/evaluation/238649-1168357815/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-238649-1168357815 -o ROOT/results/node60/solver-238649-1168357815 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/238649-1168357815/sat4jCSP-bf3.jar /tmp/evaluation/238649-1168357815/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  95a5ef5cda51a9050b5581b33f8a5de6

RANDOM SEED= 717896758

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.236
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.236
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:       1817184 kB
Buffers:         33192 kB
Cached:         118992 kB
SwapCached:          0 kB
Active:         100892 kB
Inactive:        85624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1817184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2576 kB
Writeback:           0 kB
Mapped:          52080 kB
Slab:            37432 kB
Committed_AS:  4567228 kB
PageTables:       1964 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= 66559 MiB



End job on node60 on Tue Jan  9 16:20:22 UTC 2007