Trace number 196589

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? 761.828 763.957

General information on the benchmark

Namefapp/fapp06-10/fapp07/
fapp07-0600-10.xml
MD5SUMc6661c5ba43efbac3cdfb127fa8266e1
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 benchmark5.08123
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/196589-1168124387/unknown.xml
0.26	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.90	c reading variables
c reading variables (600) done.
1.47	c reading predicates 
c reading relations (9) done.
1.67	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
763.80	c starts		: 0
763.80	c conflicts		: 0
763.80	c decisions		: 0
763.80	c propagations		: 0
763.80	c inspects		: 0
763.80	c learnt literals	: 0
763.80	c learnt binary clauses	: 0
763.80	c learnt ternary clauses	: 0
763.80	c learnt clauses	: 0
763.80	c root simplifications	: 0
763.80	c removed literals (reason simplification)	: 0
763.80	c reason swapping (by a shorter reason)	: 0
763.80	c Calls to reduceDB	: 0
763.80	c speed (decisions/second)	: 0.0
763.80	c non guided choices	0
763.80	s UNKNOWN
763.80	c Total wall clock time (in seconds) : 760.605
763.80	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/node7/watcher-196589-1168124387 -o ROOT/results/node7/solver-196589-1168124387 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196589-1168124387/sat4jCSP-bf3.jar /tmp/evaluation/196589-1168124387/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.36 2.21 2.07 5/97 32579
/proc/meminfo: memFree=1040448/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=172 CPUtime=0
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 201 0 0 0 0 0 0 0 18 0 1 0 160834413 176128 24 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 10416427 0 0 4096 0 0 0 0 17 0 0 0
/proc/32578/statm: 43 24 18 14 0 3 0

[startup+0.108231 s]
/proc/loadavg: 2.36 2.21 2.07 5/97 32579
/proc/meminfo: memFree=1040448/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=901540 CPUtime=0.09
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 3340 0 1 0 7 2 0 0 24 0 12 0 160834413 923176960 3100 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154528920 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 225385 3100 1565 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.516269 s]
/proc/loadavg: 2.36 2.21 2.07 5/97 32579
/proc/meminfo: memFree=1040448/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=905368 CPUtime=0.49
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 5839 0 1 0 45 4 0 0 25 0 12 0 160834413 927096832 5434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 226342 5434 2250 14 0 212779 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905368

[startup+1.33936 s]
/proc/loadavg: 2.36 2.21 2.07 3/108 32590
/proc/meminfo: memFree=1024936/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=906592 CPUtime=1.31
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 8506 0 1 0 125 6 0 0 25 0 12 0 160834413 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 226648 7603 2312 14 0 213085 0
[pid=32578/tid=32580] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160834416 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160834416 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32582/stat : 32582 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 160834419 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 160834419 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160834419 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160834423 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32587] ppid=32576 vsize=906592 CPUtime=0.39
/proc/32578/task/32587/stat : 32587 (java) R 32576 32578 32520 0 -1 64 1074 0 0 0 39 0 0 0 16 0 12 0 160834423 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154393068 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32588] ppid=32576 vsize=906592 CPUtime=0.28
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 664 0 0 0 28 0 0 0 16 0 12 0 160834423 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=906592 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 928350208 7603 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 906592

[startup+2.99254 s]
/proc/loadavg: 2.33 2.21 2.07 3/108 32590
/proc/meminfo: memFree=992488/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=912436 CPUtime=2.95
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 21978 0 1 0 281 14 0 0 25 0 12 0 160834413 934334464 18746 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054497260 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 228109 18747 2476 14 0 214546 0
[pid=32578/tid=32580] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160834416 934334464 18748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 160834416 934334464 18749 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32582/stat : 32582 (java) S 32576 32578 32520 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160834419 934334464 18750 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 160834419 934334464 18751 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 160834419 934334464 18752 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 934334464 18752 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160834423 934334464 18753 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32587] ppid=32576 vsize=912436 CPUtime=0.88
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2791 0 0 0 87 1 0 0 16 0 12 0 160834423 934334464 18754 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32588] ppid=32576 vsize=912436 CPUtime=0.81
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 2816 0 0 0 80 1 0 0 16 0 12 0 160834423 934334464 18755 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 934334464 18756 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=912436 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 934334464 18757 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 912436

[startup+6.19886 s]
/proc/loadavg: 2.33 2.21 2.07 3/108 32590
/proc/meminfo: memFree=923048/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=914364 CPUtime=6.16
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 35161 0 1 0 593 23 0 0 25 0 12 0 160834413 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054275352 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32578/statm: 228591 31681 2480 14 0 215028 0
[pid=32578/tid=32580] ppid=32576 vsize=914364 CPUtime=0.21
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 5703 0 0 0 17 4 0 0 16 0 12 0 160834416 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32581] ppid=32576 vsize=914364 CPUtime=0.17
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 3740 0 0 0 15 2 0 0 16 0 12 0 160834416 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32582] ppid=32576 vsize=914364 CPUtime=0
/proc/32578/task/32582/stat : 32582 (java) S 32576 32578 32520 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160834419 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32583] ppid=32576 vsize=914364 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834419 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=914364 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834419 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=914364 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=914364 CPUtime=0
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160834423 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=914364 CPUtime=0.93
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2791 0 0 0 92 1 0 0 17 0 12 0 160834423 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=914364 CPUtime=0.97
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 2834 0 0 0 96 1 0 0 16 0 12 0 160834423 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32589] ppid=32576 vsize=914364 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=914364 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 936308736 31681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 914364

[startup+12.6075 s]
/proc/loadavg: 2.36 2.22 2.08 4/108 32590
/proc/meminfo: memFree=900392/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=916432 CPUtime=12.54
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 41869 0 1 0 1227 27 0 0 25 0 12 0 160834413 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054345009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32578/statm: 229108 37273 2480 14 0 215545 0
[pid=32578/tid=32580] ppid=32576 vsize=916432 CPUtime=0.35
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 9002 0 0 0 29 6 0 0 16 0 12 0 160834416 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32581] ppid=32576 vsize=916432 CPUtime=0.3
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 6170 0 0 0 27 3 0 0 16 0 12 0 160834416 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32582] ppid=32576 vsize=916432 CPUtime=0.01
/proc/32578/task/32582/stat : 32582 (java) S 32576 32578 32520 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 160834419 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32583] ppid=32576 vsize=916432 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834419 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=916432 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834419 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=916432 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=916432 CPUtime=0
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160834423 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=916432 CPUtime=1.03
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2798 0 0 0 102 1 0 0 16 0 12 0 160834423 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=916432 CPUtime=1.45
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 3788 0 0 0 143 2 0 0 19 0 12 0 160834423 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32589] ppid=32576 vsize=916432 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=916432 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 938426368 37273 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 916432

[startup+25.5059 s]
/proc/loadavg: 2.30 2.21 2.08 3/108 32590
/proc/meminfo: memFree=873000/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=917648 CPUtime=25.38
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 49721 0 1 0 2505 33 0 0 25 0 12 0 160834413 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054501289 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 229412 44623 2480 14 0 215849 0
[pid=32578/tid=32580] ppid=32576 vsize=917648 CPUtime=0.45
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 12446 0 0 0 37 8 0 0 15 0 12 0 160834416 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=917648 CPUtime=0.41
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 9943 0 0 0 36 5 0 0 16 0 12 0 160834416 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32582] ppid=32576 vsize=917648 CPUtime=0.02
/proc/32578/task/32582/stat : 32582 (java) S 32576 32578 32520 0 -1 64 16 0 0 0 2 0 0 0 16 0 12 0 160834419 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=917648 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 160834419 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=917648 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834419 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=917648 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=917648 CPUtime=0
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 160834423 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=917648 CPUtime=1.12
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2816 0 0 0 111 1 0 0 16 0 12 0 160834423 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=917648 CPUtime=1.95
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 4375 0 0 0 193 2 0 0 16 0 12 0 160834423 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32589] ppid=32576 vsize=917648 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=917648 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 939671552 44623 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 917648

[startup+51.1956 s]
/proc/loadavg: 2.20 2.19 2.07 3/108 32590
/proc/meminfo: memFree=811240/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=914792 CPUtime=50.91
/proc/32578/stat : 32578 (java) R 32576 32578 32520 0 -1 0 65506 0 1 0 5050 41 0 0 25 0 12 0 160834413 936747008 59617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054262317 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 228698 59617 2480 14 0 215135 0
[pid=32578/tid=32580] ppid=32576 vsize=914792 CPUtime=0.7
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 20573 0 0 0 57 13 0 0 16 0 12 0 160834416 936747008 59617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=914792 CPUtime=0.63
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 17562 0 0 0 55 8 0 0 16 0 12 0 160834416 936747008 59617 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=914792 CPUtime=0.04

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

/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=914792 CPUtime=0.01
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=914792 CPUtime=1.88
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2855 0 0 0 187 1 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=914792 CPUtime=2.72
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 4409 0 0 0 270 2 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 461.2
Current children cumulated vsize (KiB) 914792

[startup+522.955 s]
/proc/loadavg: 1.33 1.93 2.02 2/92 845
/proc/meminfo: memFree=1038568/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=914792 CPUtime=521.14
/proc/32578/stat : 32578 (java) S 32576 32578 32520 0 -1 0 197892 0 1 0 51982 132 0 0 15 0 12 0 160834413 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 228698 187058 2483 14 0 215135 0
[pid=32578/tid=32580] ppid=32576 vsize=914792 CPUtime=4.9
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 83752 0 0 0 447 43 0 0 16 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=914792 CPUtime=4.84
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 83154 0 0 0 442 42 0 0 17 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=914792 CPUtime=210.1
/proc/32578/task/32582/stat : 32582 (java) R 32576 32578 32520 0 -1 64 2908 0 0 0 20998 12 0 0 25 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=914792 CPUtime=0.01
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=914792 CPUtime=1.88
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2855 0 0 0 187 1 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=914792 CPUtime=2.72
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 4409 0 0 0 270 2 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.14
Current children cumulated vsize (KiB) 914792

[startup+583.042 s]
/proc/loadavg: 1.32 1.82 1.97 2/92 1019
/proc/meminfo: memFree=1038304/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=914792 CPUtime=581.09
/proc/32578/stat : 32578 (java) S 32576 32578 32520 0 -1 0 197987 0 1 0 57974 135 0 0 15 0 12 0 160834413 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 228698 187058 2483 14 0 215135 0
[pid=32578/tid=32580] ppid=32576 vsize=914792 CPUtime=4.9
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 83752 0 0 0 447 43 0 0 16 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=914792 CPUtime=4.84
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 83154 0 0 0 442 42 0 0 17 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=914792 CPUtime=269.91
/proc/32578/task/32582/stat : 32582 (java) R 32576 32578 32520 0 -1 64 2908 0 0 0 26977 14 0 0 20 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=914792 CPUtime=0.01
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=914792 CPUtime=1.88
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2855 0 0 0 187 1 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=914792 CPUtime=2.72
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 4409 0 0 0 270 2 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 581.09
Current children cumulated vsize (KiB) 914792

[startup+643.105 s]
/proc/loadavg: 1.19 1.70 1.92 2/92 1141
/proc/meminfo: memFree=1035424/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=914792 CPUtime=641.08
/proc/32578/stat : 32578 (java) S 32576 32578 32520 0 -1 0 201425 0 1 0 63969 139 0 0 15 0 12 0 160834413 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 228698 187058 2483 14 0 215135 0
[pid=32578/tid=32580] ppid=32576 vsize=914792 CPUtime=4.9
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 83752 0 0 0 447 43 0 0 16 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=914792 CPUtime=4.84
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 83154 0 0 0 442 42 0 0 17 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=914792 CPUtime=329.84
/proc/32578/task/32582/stat : 32582 (java) R 32576 32578 32520 0 -1 64 6252 0 0 0 32965 19 0 0 25 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=914792 CPUtime=0.01
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=914792 CPUtime=1.88
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2855 0 0 0 187 1 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=914792 CPUtime=2.72
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 4409 0 0 0 270 2 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.08
Current children cumulated vsize (KiB) 914792

[startup+703.158 s]
/proc/loadavg: 1.24 1.61 1.88 2/92 1595
/proc/meminfo: memFree=1034272/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=914792 CPUtime=701.1
/proc/32578/stat : 32578 (java) S 32576 32578 32520 0 -1 0 210712 0 1 0 69963 147 0 0 15 0 12 0 160834413 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 228698 187058 2483 14 0 215135 0
[pid=32578/tid=32580] ppid=32576 vsize=914792 CPUtime=4.9
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 83752 0 0 0 447 43 0 0 16 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=914792 CPUtime=4.84
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 83154 0 0 0 442 42 0 0 17 0 12 0 160834416 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=914792 CPUtime=389.85
/proc/32578/task/32582/stat : 32582 (java) R 32576 32578 32520 0 -1 64 15448 0 0 0 38959 26 0 0 25 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32584] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160834419 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32585] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=914792 CPUtime=0.01
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 1 0 0 0 16 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=914792 CPUtime=1.88
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2855 0 0 0 187 1 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=914792 CPUtime=2.72
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 4409 0 0 0 270 2 0 0 17 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=914792 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160834423 936747008 187058 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.1
Current children cumulated vsize (KiB) 914792

[startup+763.216 s]
/proc/loadavg: 1.13 1.51 1.82 2/93 1835
/proc/meminfo: memFree=1037016/2055920 swapFree=4192812/4192956
[pid=32578] ppid=32576 vsize=915308 CPUtime=761.12
/proc/32578/stat : 32578 (java) S 32576 32578 32520 0 -1 0 213324 0 1 0 75962 150 0 0 17 0 13 0 160834413 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32578/statm: 228827 187066 2485 14 0 215264 0
[pid=32578/tid=32580] ppid=32576 vsize=915308 CPUtime=4.9
/proc/32578/task/32580/stat : 32580 (java) S 32576 32578 32520 0 -1 64 83752 0 0 0 447 43 0 0 16 0 13 0 160834416 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32581] ppid=32576 vsize=915308 CPUtime=4.84
/proc/32578/task/32581/stat : 32581 (java) S 32576 32578 32520 0 -1 64 83154 0 0 0 442 42 0 0 17 0 13 0 160834416 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32582] ppid=32576 vsize=915308 CPUtime=449.86
/proc/32578/task/32582/stat : 32582 (java) R 32576 32578 32520 0 -1 64 17956 0 0 0 44957 29 0 0 17 0 13 0 160834419 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694584 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32583] ppid=32576 vsize=915308 CPUtime=0
/proc/32578/task/32583/stat : 32583 (java) S 32576 32578 32520 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 160834419 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32584] ppid=32576 vsize=915308 CPUtime=0
/proc/32578/task/32584/stat : 32584 (java) S 32576 32578 32520 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160834419 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32585] ppid=32576 vsize=915308 CPUtime=0
/proc/32578/task/32585/stat : 32585 (java) S 32576 32578 32520 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 160834423 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32586] ppid=32576 vsize=915308 CPUtime=0.01
/proc/32578/task/32586/stat : 32586 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 1 0 0 0 16 0 13 0 160834423 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32587] ppid=32576 vsize=915308 CPUtime=1.88
/proc/32578/task/32587/stat : 32587 (java) S 32576 32578 32520 0 -1 64 2855 0 0 0 187 1 0 0 17 0 13 0 160834423 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32578/tid=32588] ppid=32576 vsize=915308 CPUtime=2.72
/proc/32578/task/32588/stat : 32588 (java) S 32576 32578 32520 0 -1 64 4409 0 0 0 270 2 0 0 17 0 13 0 160834423 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32589] ppid=32576 vsize=915308 CPUtime=0
/proc/32578/task/32589/stat : 32589 (java) S 32576 32578 32520 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 160834423 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=32590] ppid=32576 vsize=915308 CPUtime=0
/proc/32578/task/32590/stat : 32590 (java) S 32576 32578 32520 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160834423 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32578/tid=1835] ppid=32576 vsize=915308 CPUtime=0
/proc/32578/task/1835/stat : 1835 (java) S 32576 32578 32520 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 160910500 937275392 187066 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.12
Current children cumulated vsize (KiB) 915308

Child status: 1
Real time (s): 763.957
CPU time (s): 761.828
CPU user time (s): 760.209
CPU system time (s): 1.61875
CPU usage (%): 99.7213
Max. virtual memory (cumulated for all children) (KiB): 918796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 760.209
system time used= 1.61875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213329
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23249
involuntary context switches= 29110

runsolver used 0.975851 s user time and 2.56061 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan  6 22:59:48 UTC 2007


IDJOB= 196589
IDBENCH= 3360
FILE ID= node7/196589-1168124387

PBS_JOBID= 3477186

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp07/fapp07-0600-10.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196589-1168124387/sat4jCSP-bf3.jar /tmp/evaluation/196589-1168124387/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-196589-1168124387 -o ROOT/results/node7/solver-196589-1168124387 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196589-1168124387/sat4jCSP-bf3.jar /tmp/evaluation/196589-1168124387/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c6661c5ba43efbac3cdfb127fa8266e1

RANDOM SEED= 836336219

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.220
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.220
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:       1040800 kB
Buffers:         43612 kB
Cached:         112584 kB
SwapCached:          0 kB
Active:         870708 kB
Inactive:        85004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1040800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:         829008 kB
Slab:            42500 kB
Committed_AS:  5221320 kB
PageTables:       3856 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= 66547 MiB



End job on node7 on Sat Jan  6 23:12:40 UTC 2007