Trace number 221352

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? 449.002 450.492

General information on the benchmark

Namefapp/fapp31-35/fapp34/
fapp34-0750-6.xml
MD5SUM51c7f8f8a521456de73ae0e8012f780a
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 benchmark6.23705
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables750
Number of constraints8639
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8639
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.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/221352-1168258597/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.98	c reading variables
c reading variables (750) done.
2.12	c reading predicates 
c reading relations (9) done.
2.39	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
450.33	c starts		: 0
450.33	c conflicts		: 0
450.33	c decisions		: 0
450.33	c propagations		: 0
450.33	c inspects		: 0
450.33	c learnt literals	: 0
450.33	c learnt binary clauses	: 0
450.33	c learnt ternary clauses	: 0
450.33	c learnt clauses	: 0
450.33	c root simplifications	: 0
450.33	c removed literals (reason simplification)	: 0
450.33	c reason swapping (by a shorter reason)	: 0
450.33	c Calls to reduceDB	: 0
450.33	c speed (decisions/second)	: 0.0
450.33	c non guided choices	0
450.33	s UNKNOWN
450.33	c Total wall clock time (in seconds) : 450.078
450.33	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/node16/watcher-221352-1168258597 -o ROOT/results/node16/solver-221352-1168258597 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221352-1168258597/sat4jCSP-bf3.jar /tmp/evaluation/221352-1168258597/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.18 2.06 1.81 4/93 23831
/proc/meminfo: memFree=1649832/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=18540 CPUtime=0
/proc/23830/stat : 23830 (runsolver) R 23828 23830 22916 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 174254577 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 231962373415 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23830/statm: 4635 279 244 17 0 2626 0

[startup+0.103049 s]
/proc/loadavg: 2.18 2.06 1.81 4/93 23831
/proc/meminfo: memFree=1649832/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=900216 CPUtime=0.08
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 3265 0 1 0 6 2 0 0 20 0 12 0 174254577 921821184 3025 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053865791 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23830/statm: 225054 3025 1529 14 0 212074 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 900216

[startup+0.510976 s]
/proc/loadavg: 2.18 2.06 1.81 4/93 23831
/proc/meminfo: memFree=1649832/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=905236 CPUtime=0.48
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 5833 0 1 0 45 3 0 0 19 0 12 0 174254577 926961664 5428 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23830/statm: 226309 5428 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33383 s]
/proc/loadavg: 2.16 2.05 1.82 4/104 23842
/proc/meminfo: memFree=1633936/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=906456 CPUtime=1.3
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 10169 0 1 0 124 6 0 0 22 0 12 0 174254577 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4149850472 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23830/statm: 226614 9190 2317 14 0 213051 0
[pid=23830/tid=23832] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 174254580 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23833] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 174254580 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23834] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 174254583 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23835] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 174254584 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23836] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 174254584 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23837] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23839] ppid=23828 vsize=906456 CPUtime=0.25
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 278 0 0 0 25 0 0 0 16 0 12 0 174254587 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23840] ppid=23828 vsize=906456 CPUtime=0.41
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1520 0 0 0 41 0 0 0 16 0 12 0 174254587 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23841] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=906456 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 928210944 9190 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 906456

[startup+2.98652 s]
/proc/loadavg: 2.16 2.05 1.82 3/104 23842
/proc/meminfo: memFree=1523600/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912816 CPUtime=3.04
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 38110 0 1 0 287 17 0 0 19 0 12 0 174254577 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23830/statm: 228204 34527 2479 14 0 214641 0
[pid=23830/tid=23832] ppid=23828 vsize=912816 CPUtime=0.2
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 7050 0 0 0 17 3 0 0 19 0 12 0 174254580 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912816 CPUtime=0.24
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 7641 0 0 0 22 2 0 0 19 0 12 0 174254580 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912816 CPUtime=0
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 174254583 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912816 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912816 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912816 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912816 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912816 CPUtime=0.63
/proc/23830/task/23839/stat : 23839 (java) R 23828 23830 22916 0 -1 64 1664 0 0 0 63 0 0 0 16 0 12 0 174254587 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154306755 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912816 CPUtime=0.65
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1565 0 0 0 65 0 0 0 16 0 12 0 174254587 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912816 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912816 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934723584 34527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 912816

[startup+6.18993 s]
/proc/loadavg: 2.16 2.05 1.82 4/104 23842
/proc/meminfo: memFree=1496656/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=6.33
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 44971 0 1 0 613 20 0 0 25 0 12 0 174254577 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054325494 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23830/statm: 228039 40799 2479 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=0.43
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 10165 0 0 0 38 5 0 0 16 0 12 0 174254580 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=0.51
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 11008 0 0 0 48 3 0 0 16 0 12 0 174254580 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 174254583 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=0.86
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2031 0 0 0 85 1 0 0 16 0 12 0 174254587 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.77
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1569 0 0 0 77 0 0 0 17 0 12 0 174254587 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 40799 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 912156

[startup+12.6797 s]
/proc/loadavg: 2.14 2.05 1.82 3/104 23842
/proc/meminfo: memFree=1466640/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=12.82
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 53392 0 1 0 1258 24 0 0 25 0 12 0 174254577 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054325965 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23830/statm: 228039 48094 2479 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=0.61
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 15348 0 0 0 54 7 0 0 16 0 12 0 174254580 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=0.69
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 14224 0 0 0 64 5 0 0 16 0 12 0 174254580 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=0.01
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 11 0 0 0 1 0 0 0 16 0 12 0 174254583 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=0.9
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2031 0 0 0 89 1 0 0 16 0 12 0 174254587 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.79
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1569 0 0 0 79 0 0 0 16 0 12 0 174254587 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 48094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.82
Current children cumulated vsize (KiB) 912156

[startup+25.5484 s]
/proc/loadavg: 2.12 2.05 1.82 3/104 23842
/proc/meminfo: memFree=1434064/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=25.66
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 62006 0 1 0 2538 28 0 0 25 0 12 0 174254577 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054211595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23830/statm: 228039 56684 2479 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=0.76
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 19162 0 0 0 67 9 0 0 16 0 12 0 174254580 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=0.84
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 18993 0 0 0 78 6 0 0 16 0 12 0 174254580 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=0.01
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 15 0 0 0 1 0 0 0 15 0 12 0 174254583 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=0.93
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2032 0 0 0 92 1 0 0 16 0 12 0 174254587 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.83
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1571 0 0 0 83 0 0 0 16 0 12 0 174254587 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 56684 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.66
Current children cumulated vsize (KiB) 912156

[startup+51.2097 s]
/proc/loadavg: 2.24 2.08 1.83 3/104 23842
/proc/meminfo: memFree=1361488/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=51.31
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 80238 0 1 0 5096 35 0 0 25 0 12 0 174254577 934047744 74836 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054497938 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23830/statm: 228039 74836 2479 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=1.04
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 30133 0 0 0 91 13 0 0 16 0 12 0 174254580 934047744 74836 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=1.14
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 26211 0 0 0 105 9 0 0 16 0 12 0 174254580 934047744 74836 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=0.02

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

/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 113260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 113260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934047744 113260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=0.96
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2033 0 0 0 95 1 0 0 17 0 12 0 174254587 934047744 113260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.86
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1574 0 0 0 86 0 0 0 17 0 12 0 174254587 934047744 113260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 113260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 113260 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.48
Current children cumulated vsize (KiB) 912156

[startup+162.532 s]
/proc/loadavg: 2.03 2.05 1.84 3/104 23842
/proc/meminfo: memFree=1033040/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=162.51
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 163092 0 1 0 16184 67 0 0 25 0 12 0 174254577 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23830/statm: 228039 156467 2479 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=2.58
/proc/23830/task/23832/stat : 23832 (java) R 23828 23830 22916 0 -1 64 71380 0 0 0 231 27 0 0 15 0 12 0 174254580 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151674757 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=2.75
/proc/23830/task/23833/stat : 23833 (java) R 23828 23830 22916 0 -1 64 67647 0 0 0 250 25 0 0 15 0 12 0 174254580 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=0.08
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 16 0 0 0 6 2 0 0 15 0 12 0 174254583 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=0.99
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2041 0 0 0 98 1 0 0 17 0 12 0 174254587 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.88
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1575 0 0 0 88 0 0 0 17 0 12 0 174254587 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 156467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.51
Current children cumulated vsize (KiB) 912156

[startup+222.533 s]
/proc/loadavg: 2.09 2.07 1.86 3/104 23842
/proc/meminfo: memFree=917648/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=222.23
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 193775 0 1 0 22143 80 0 0 25 0 12 0 174254577 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054508759 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23830/statm: 228039 185136 2480 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=3.46
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 85429 0 0 0 314 32 0 0 16 0 12 0 174254580 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=3.68
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 83042 0 0 0 339 29 0 0 17 0 12 0 174254580 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=0.86
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 1163 0 0 0 83 3 0 0 16 0 12 0 174254583 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=1.07
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2049 0 0 0 106 1 0 0 17 0 12 0 174254587 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.88
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1575 0 0 0 88 0 0 0 17 0 12 0 174254587 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 185136 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 912156

[startup+282.596 s]
/proc/loadavg: 2.07 2.06 1.87 3/104 23842
/proc/meminfo: memFree=913680/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=281.96
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 196828 0 1 0 28114 82 0 0 25 0 12 0 174254577 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054479458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23830/statm: 228039 186122 2480 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=4.2
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 86331 0 0 0 387 33 0 0 16 0 12 0 174254580 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=4.32
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 83963 0 0 0 402 30 0 0 16 0 12 0 174254580 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=1.44
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 2309 0 0 0 140 4 0 0 15 0 12 0 174254583 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 174254587 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=1.07
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2049 0 0 0 106 1 0 0 17 0 12 0 174254587 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.89
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1575 0 0 0 89 0 0 0 17 0 12 0 174254587 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 186122 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.96
Current children cumulated vsize (KiB) 912156

[startup+342.619 s]
/proc/loadavg: 2.03 2.05 1.88 3/104 23842
/proc/meminfo: memFree=914448/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=912156 CPUtime=341.7
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 199681 0 1 0 34084 86 0 0 25 0 12 0 174254577 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054326008 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23830/statm: 228039 185882 2480 14 0 214476 0
[pid=23830/tid=23832] ppid=23828 vsize=912156 CPUtime=5.04
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 86568 0 0 0 471 33 0 0 16 0 12 0 174254580 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23833] ppid=23828 vsize=912156 CPUtime=5.21
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 84201 0 0 0 491 30 0 0 16 0 12 0 174254580 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23834] ppid=23828 vsize=912156 CPUtime=3.48
/proc/23830/task/23834/stat : 23834 (java) S 23828 23830 22916 0 -1 64 4601 0 0 0 342 6 0 0 15 0 12 0 174254583 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23835] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=912156 CPUtime=0.01
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 174254587 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23839] ppid=23828 vsize=912156 CPUtime=1.14
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2049 0 0 0 113 1 0 0 17 0 12 0 174254587 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=912156 CPUtime=0.89
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1575 0 0 0 89 0 0 0 17 0 12 0 174254587 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23841] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=912156 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 934047744 185882 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.7
Current children cumulated vsize (KiB) 912156

[startup+402.706 s]
/proc/loadavg: 2.49 2.18 1.93 4/104 23842
/proc/meminfo: memFree=912656/2055920 swapFree=4191880/4192956
[pid=23830] ppid=23828 vsize=916160 CPUtime=401.48
/proc/23830/stat : 23830 (java) R 23828 23830 22916 0 -1 0 256595 0 1 0 40036 112 0 0 25 0 12 0 174254577 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23830/statm: 229040 186976 2480 14 0 215477 0
[pid=23830/tid=23832] ppid=23828 vsize=916160 CPUtime=5.56
/proc/23830/task/23832/stat : 23832 (java) S 23828 23830 22916 0 -1 64 86799 0 0 0 523 33 0 0 15 0 12 0 174254580 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23833] ppid=23828 vsize=916160 CPUtime=5.69
/proc/23830/task/23833/stat : 23833 (java) S 23828 23830 22916 0 -1 64 84386 0 0 0 539 30 0 0 16 0 12 0 174254580 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23834] ppid=23828 vsize=916160 CPUtime=31.55
/proc/23830/task/23834/stat : 23834 (java) R 23828 23830 22916 0 -1 64 61012 0 0 0 3124 31 0 0 16 0 12 0 174254583 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921399 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23835] ppid=23828 vsize=916160 CPUtime=0
/proc/23830/task/23835/stat : 23835 (java) S 23828 23830 22916 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 174254584 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23836] ppid=23828 vsize=916160 CPUtime=0
/proc/23830/task/23836/stat : 23836 (java) S 23828 23830 22916 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 174254584 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23837] ppid=23828 vsize=916160 CPUtime=0
/proc/23830/task/23837/stat : 23837 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 174254587 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23838] ppid=23828 vsize=916160 CPUtime=0.01
/proc/23830/task/23838/stat : 23838 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 1 0 0 0 17 0 12 0 174254587 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23839] ppid=23828 vsize=916160 CPUtime=1.14
/proc/23830/task/23839/stat : 23839 (java) S 23828 23830 22916 0 -1 64 2049 0 0 0 113 1 0 0 17 0 12 0 174254587 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23840] ppid=23828 vsize=916160 CPUtime=0.89
/proc/23830/task/23840/stat : 23840 (java) S 23828 23830 22916 0 -1 64 1575 0 0 0 89 0 0 0 17 0 12 0 174254587 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23830/tid=23841] ppid=23828 vsize=916160 CPUtime=0
/proc/23830/task/23841/stat : 23841 (java) S 23828 23830 22916 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 174254587 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23830/tid=23842] ppid=23828 vsize=916160 CPUtime=0
/proc/23830/task/23842/stat : 23842 (java) S 23828 23830 22916 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 174254588 938147840 186976 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.48
Current children cumulated vsize (KiB) 916160

Child status: 1
Real time (s): 450.492
CPU time (s): 449.002
CPU user time (s): 447.347
CPU system time (s): 1.65475
CPU usage (%): 99.6692
Max. virtual memory (cumulated for all children) (KiB): 918164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 447.347
system time used= 1.65475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341488
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= 17650
involuntary context switches= 21499

runsolver used 0.628904 s user time and 1.38479 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan  8 12:16:37 UTC 2007


IDJOB= 221352
IDBENCH= 5443
FILE ID= node16/221352-1168258597

PBS_JOBID= 3482399

Free space on /tmp= 66518 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp31-35/fapp34/fapp34-0750-6.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221352-1168258597/sat4jCSP-bf3.jar /tmp/evaluation/221352-1168258597/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-221352-1168258597 -o ROOT/results/node16/solver-221352-1168258597 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/221352-1168258597/sat4jCSP-bf3.jar /tmp/evaluation/221352-1168258597/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  51c7f8f8a521456de73ae0e8012f780a

RANDOM SEED= 767189534

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:       1650248 kB
Buffers:         67944 kB
Cached:         201772 kB
SwapCached:        448 kB
Active:         207440 kB
Inactive:       145000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650248 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            3684 kB
Writeback:           0 kB
Mapped:         110964 kB
Slab:            37720 kB
Committed_AS:  5592424 kB
PageTables:       2480 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= 66518 MiB



End job on node16 on Mon Jan  8 12:24:08 UTC 2007