Trace number 201491

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? 976.576 979.148

General information on the benchmark

Namefapp/fapp11-15/fapp11/
fapp11-1000-8.xml
MD5SUM5e81a4b26673d50f35769983d5101c1c
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 benchmark15.4427
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
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/201491-1168148108/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.91	c reading variables
c reading variables (1000) done.
2.12	c reading predicates 
c reading relations (9) done.
2.33	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
979.01	c starts		: 0
979.01	c conflicts		: 0
979.01	c decisions		: 0
979.01	c propagations		: 0
979.01	c inspects		: 0
979.01	c learnt literals	: 0
979.01	c learnt binary clauses	: 0
979.01	c learnt ternary clauses	: 0
979.01	c learnt clauses	: 0
979.01	c root simplifications	: 0
979.01	c removed literals (reason simplification)	: 0
979.01	c reason swapping (by a shorter reason)	: 0
979.01	c Calls to reduceDB	: 0
979.01	c speed (decisions/second)	: 0.0
979.01	c non guided choices	0
979.01	s UNKNOWN
979.01	c Total wall clock time (in seconds) : 976.001
979.01	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-201491-1168148108 -o ROOT/results/node21/solver-201491-1168148108 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/201491-1168148108/sat4jCSP-bf3.jar /tmp/evaluation/201491-1168148108/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.66 2.29 2.04 4/86 7762
/proc/meminfo: memFree=1677600/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=18540 CPUtime=0
/proc/7761/stat : 7761 (runsolver) R 7759 7761 7063 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 163205330 18984960 279 18446744073709551615 4194304 4267372 548682069008 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7761/statm: 4635 279 244 17 0 2626 0

[startup+0.107519 s]
/proc/loadavg: 2.66 2.29 2.04 4/86 7762
/proc/meminfo: memFree=1677600/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=901540 CPUtime=0.08
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 3317 0 1 0 7 1 0 0 22 0 12 0 163205330 923176960 3077 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154697399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 225385 3077 1559 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.515597 s]
/proc/loadavg: 2.66 2.29 2.04 4/86 7762
/proc/meminfo: memFree=1677600/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=905236 CPUtime=0.48
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 5831 0 1 0 46 2 0 0 19 0 12 0 163205330 926961664 5426 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 226309 5426 2250 14 0 212746 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 905236

[startup+1.33876 s]
/proc/loadavg: 2.66 2.29 2.04 4/97 7773
/proc/meminfo: memFree=1662088/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=906592 CPUtime=1.3
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 9718 0 1 0 126 4 0 0 22 0 12 0 163205330 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053848893 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 226648 8815 2316 14 0 213085 0
[pid=7761/tid=7763] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205333 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 163205333 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7765/stat : 7765 (java) S 7759 7761 7063 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 163205336 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 163205336 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163205336 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7768] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=906592 CPUtime=0.37
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1074 0 0 0 37 0 0 0 16 0 12 0 163205340 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=906592 CPUtime=0.25
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 664 0 0 0 25 0 0 0 16 0 12 0 163205340 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 928350208 8815 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=906592 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 928350208 8815 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) 906592

[startup+2.99206 s]
/proc/loadavg: 2.66 2.29 2.04 3/97 7773
/proc/meminfo: memFree=1552904/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=912728 CPUtime=3.08
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 37913 0 1 0 290 18 0 0 19 0 12 0 163205330 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 228182 34142 2477 14 0 214619 0
[pid=7761/tid=7763] ppid=7759 vsize=912728 CPUtime=0.28
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 9130 0 0 0 25 3 0 0 19 0 12 0 163205333 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=912728 CPUtime=0.19
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 5272 0 0 0 17 2 0 0 19 0 12 0 163205333 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=912728 CPUtime=0
/proc/7761/task/7765/stat : 7765 (java) S 7759 7761 7063 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 163205336 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=912728 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=912728 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 163205336 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7768] ppid=7759 vsize=912728 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=912728 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=912728 CPUtime=0.69
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1866 0 0 0 69 0 0 0 16 0 12 0 163205340 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=912728 CPUtime=0.58
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 1557 0 0 0 58 0 0 0 16 0 12 0 163205340 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=912728 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=912728 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 934633472 34142 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 912728

[startup+6.28668 s]
/proc/loadavg: 2.61 2.28 2.04 3/97 7773
/proc/meminfo: memFree=1528968/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=913116 CPUtime=6.35
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 45918 0 1 0 613 22 0 0 25 0 12 0 163205330 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290044 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 228279 39698 2479 14 0 214716 0
[pid=7761/tid=7763] ppid=7759 vsize=913116 CPUtime=0.41
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 13800 0 0 0 36 5 0 0 16 0 12 0 163205333 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=913116 CPUtime=0.25
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 5951 0 0 0 23 2 0 0 16 0 12 0 163205333 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7765/stat : 7765 (java) S 7759 7761 7063 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 163205336 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7768] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=913116 CPUtime=0.84
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1871 0 0 0 84 0 0 0 16 0 12 0 163205340 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=913116 CPUtime=1.17
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4195 0 0 0 115 2 0 0 16 0 12 0 163205340 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 935030784 39698 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 913116

[startup+12.7859 s]
/proc/loadavg: 2.56 2.28 2.04 3/97 7773
/proc/meminfo: memFree=1504456/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=913116 CPUtime=12.79
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 53323 0 1 0 1253 26 0 0 25 0 12 0 163205330 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054196131 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 228279 45945 2479 14 0 214716 0
[pid=7761/tid=7763] ppid=7759 vsize=913116 CPUtime=0.5
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 18199 0 0 0 43 7 0 0 16 0 12 0 163205333 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=913116 CPUtime=0.34
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 8932 0 0 0 31 3 0 0 16 0 12 0 163205333 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=913116 CPUtime=0.01
/proc/7761/task/7765/stat : 7765 (java) S 7759 7761 7063 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 163205336 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7768] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=913116 CPUtime=0.87
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1871 0 0 0 87 0 0 0 16 0 12 0 163205340 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=913116 CPUtime=1.26
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4198 0 0 0 124 2 0 0 16 0 12 0 163205340 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 935030784 45945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.79
Current children cumulated vsize (KiB) 913116

[startup+25.6823 s]
/proc/loadavg: 2.44 2.26 2.04 3/97 7773
/proc/meminfo: memFree=1475272/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=913116 CPUtime=25.58
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 61085 0 1 0 2529 29 0 0 25 0 12 0 163205330 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054313081 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 228279 53150 2479 14 0 214716 0
[pid=7761/tid=7763] ppid=7759 vsize=913116 CPUtime=0.58
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 21843 0 0 0 49 9 0 0 16 0 12 0 163205333 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=913116 CPUtime=0.44
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 12988 0 0 0 39 5 0 0 16 0 12 0 163205333 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=913116 CPUtime=0.01
/proc/7761/task/7765/stat : 7765 (java) S 7759 7761 7063 0 -1 64 13 0 0 0 1 0 0 0 15 0 12 0 163205336 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7768] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=913116 CPUtime=1.13
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1900 0 0 0 113 0 0 0 16 0 12 0 163205340 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=913116 CPUtime=1.33
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4206 0 0 0 131 2 0 0 16 0 12 0 163205340 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=913116 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) R 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 935030784 53150 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 913116

[startup+51.3582 s]
/proc/loadavg: 2.29 2.24 2.04 3/97 7773
/proc/meminfo: memFree=1412680/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=913116 CPUtime=51.01
/proc/7761/stat : 7761 (java) R 7759 7761 7063 0 -1 0 76501 0 1 0 5065 36 0 0 25 0 12 0 163205330 935030784 68532 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054290286 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 228279 68532 2479 14 0 214716 0
[pid=7761/tid=7763] ppid=7759 vsize=913116 CPUtime=0.72
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 29018 0 0 0 60 12 0 0 16 0 12 0 163205333 935030784 68532 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=913116 CPUtime=0.63
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 21193 0 0 0 55 8 0 0 16 0 12 0 163205333 935030784 68532 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=913116 CPUtime=0.03

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

/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 937082880 186094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7761/tid=7768] ppid=7759 vsize=915120 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 937082880 186094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=915120 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 937082880 186094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=915120 CPUtime=1.41
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1918 0 0 0 141 0 0 0 17 0 12 0 163205340 937082880 186094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=915120 CPUtime=1.7
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4221 0 0 0 168 2 0 0 17 0 12 0 163205340 937082880 186094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=915120 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 937082880 186094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=915120 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 937082880 186094 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640.62
Current children cumulated vsize (KiB) 915120

[startup+703.099 s]
/proc/loadavg: 2.01 2.16 2.09 3/98 7837
/proc/meminfo: memFree=906816/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=917120 CPUtime=700.63
/proc/7761/stat : 7761 (java) S 7759 7761 7063 0 -1 0 887050 0 1 0 69660 403 0 0 15 0 12 0 163205330 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 229280 186382 2481 14 0 215717 0
[pid=7761/tid=7763] ppid=7759 vsize=917120 CPUtime=3.83
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 89768 0 0 0 350 33 0 0 15 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=917120 CPUtime=3.64
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 79424 0 0 0 334 30 0 0 16 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=917120 CPUtime=382.06
/proc/7761/task/7765/stat : 7765 (java) R 7759 7761 7063 0 -1 64 690575 0 0 0 37885 321 0 0 25 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7761/tid=7768] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=917120 CPUtime=1.41
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1918 0 0 0 141 0 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=917120 CPUtime=1.7
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4221 0 0 0 168 2 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 700.63
Current children cumulated vsize (KiB) 917120

[startup+763.145 s]
/proc/loadavg: 2.00 2.13 2.09 3/98 7837
/proc/meminfo: memFree=906752/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=917120 CPUtime=760.65
/proc/7761/stat : 7761 (java) S 7759 7761 7063 0 -1 0 1000337 0 1 0 75607 458 0 0 15 0 12 0 163205330 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 229280 186382 2481 14 0 215717 0
[pid=7761/tid=7763] ppid=7759 vsize=917120 CPUtime=3.83
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 89768 0 0 0 350 33 0 0 15 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=917120 CPUtime=3.64
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 79424 0 0 0 334 30 0 0 16 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=917120 CPUtime=442.02
/proc/7761/task/7765/stat : 7765 (java) R 7759 7761 7063 0 -1 64 803760 0 0 0 43827 375 0 0 25 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7761/tid=7768] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=917120 CPUtime=1.41
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1918 0 0 0 141 0 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=917120 CPUtime=1.7
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4221 0 0 0 168 2 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 760.65
Current children cumulated vsize (KiB) 917120

[startup+823.19 s]
/proc/loadavg: 2.00 2.10 2.08 3/98 7837
/proc/meminfo: memFree=908864/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=917120 CPUtime=820.68
/proc/7761/stat : 7761 (java) S 7759 7761 7063 0 -1 0 1113621 0 1 0 81560 508 0 0 15 0 12 0 163205330 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 229280 186382 2481 14 0 215717 0
[pid=7761/tid=7763] ppid=7759 vsize=917120 CPUtime=3.83
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 89768 0 0 0 350 33 0 0 15 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=917120 CPUtime=3.64
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 79424 0 0 0 334 30 0 0 16 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=917120 CPUtime=502.01
/proc/7761/task/7765/stat : 7765 (java) R 7759 7761 7063 0 -1 64 916947 0 0 0 49776 425 0 0 25 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152694480 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7761/tid=7768] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=917120 CPUtime=1.41
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1918 0 0 0 141 0 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=917120 CPUtime=1.7
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4221 0 0 0 168 2 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 820.68
Current children cumulated vsize (KiB) 917120

[startup+883.229 s]
/proc/loadavg: 2.00 2.08 2.07 3/98 7837
/proc/meminfo: memFree=907968/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=917120 CPUtime=880.7
/proc/7761/stat : 7761 (java) S 7759 7761 7063 0 -1 0 1226905 0 1 0 87511 559 0 0 15 0 12 0 163205330 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 229280 186382 2481 14 0 215717 0
[pid=7761/tid=7763] ppid=7759 vsize=917120 CPUtime=3.83
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 89768 0 0 0 350 33 0 0 15 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=917120 CPUtime=3.64
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 79424 0 0 0 334 30 0 0 16 0 12 0 163205333 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=917120 CPUtime=561.99
/proc/7761/task/7765/stat : 7765 (java) R 7759 7761 7063 0 -1 64 1030130 0 0 0 55724 475 0 0 25 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631058 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7761/tid=7768] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=917120 CPUtime=1.41
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1918 0 0 0 141 0 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=917120 CPUtime=1.7
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4221 0 0 0 168 2 0 0 17 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 939130880 186382 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 880.7
Current children cumulated vsize (KiB) 917120

[startup+943.27 s]
/proc/loadavg: 2.00 2.06 2.07 3/98 7837
/proc/meminfo: memFree=906624/2055920 swapFree=4156304/4192956
[pid=7761] ppid=7759 vsize=917120 CPUtime=940.72
/proc/7761/stat : 7761 (java) S 7759 7761 7063 0 -1 0 1340168 0 1 0 93462 610 0 0 15 0 12 0 163205330 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7761/statm: 229280 186381 2481 14 0 215717 0
[pid=7761/tid=7763] ppid=7759 vsize=917120 CPUtime=3.83
/proc/7761/task/7763/stat : 7763 (java) S 7759 7761 7063 0 -1 64 89768 0 0 0 350 33 0 0 15 0 12 0 163205333 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7764] ppid=7759 vsize=917120 CPUtime=3.64
/proc/7761/task/7764/stat : 7764 (java) S 7759 7761 7063 0 -1 64 79424 0 0 0 334 30 0 0 16 0 12 0 163205333 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7765] ppid=7759 vsize=917120 CPUtime=621.99
/proc/7761/task/7765/stat : 7765 (java) R 7759 7761 7063 0 -1 64 1143295 0 0 0 61672 527 0 0 25 0 12 0 163205336 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921393 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7766] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7766/stat : 7766 (java) S 7759 7761 7063 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7767] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7767/stat : 7767 (java) S 7759 7761 7063 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 163205336 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7761/tid=7768] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7768/stat : 7768 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 163205340 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7769] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7769/stat : 7769 (java) S 7759 7761 7063 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 163205340 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7770] ppid=7759 vsize=917120 CPUtime=1.41
/proc/7761/task/7770/stat : 7770 (java) S 7759 7761 7063 0 -1 64 1918 0 0 0 141 0 0 0 17 0 12 0 163205340 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7771] ppid=7759 vsize=917120 CPUtime=1.7
/proc/7761/task/7771/stat : 7771 (java) S 7759 7761 7063 0 -1 64 4221 0 0 0 168 2 0 0 17 0 12 0 163205340 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7772] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7772/stat : 7772 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 163205340 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7761/tid=7773] ppid=7759 vsize=917120 CPUtime=0
/proc/7761/task/7773/stat : 7773 (java) S 7759 7761 7063 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 163205340 939130880 186381 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 940.72
Current children cumulated vsize (KiB) 917120

Child status: 1
Real time (s): 979.148
CPU time (s): 976.576
CPU user time (s): 970.048
CPU system time (s): 6.52701
CPU usage (%): 99.7373
Max. virtual memory (cumulated for all children) (KiB): 919124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 970.049
system time used= 6.52701
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1404863
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= 28532
involuntary context switches= 34503

runsolver used 1.24781 s user time and 3.11353 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Sun Jan  7 05:35:08 UTC 2007


IDJOB= 201491
IDBENCH= 3766
FILE ID= node21/201491-1168148108

PBS_JOBID= 3478149

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  5e81a4b26673d50f35769983d5101c1c

RANDOM SEED= 388566843

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1678016 kB
Buffers:         54072 kB
Cached:         185188 kB
SwapCached:       2956 kB
Active:         184824 kB
Inactive:       129240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1678016 kB
SwapTotal:     4192956 kB
SwapFree:      4156304 kB
Dirty:            4412 kB
Writeback:           0 kB
Mapped:          86456 kB
Slab:            48696 kB
Committed_AS:  3240264 kB
PageTables:       2268 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66553 MiB



End job on node21 on Sun Jan  7 05:51:27 UTC 2007