Trace number 196493

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? 1219.01 1230.5

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-9.xml
MD5SUM406a855ffd2202b37e3f5a996f647ca0
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 benchmark4.31334
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.30	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.30	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.31	c version CSP COMPETITION BUGFIX 3
0.31	c sun.arch.data.model	32
0.31	c java.version	1.5.0_10
0.31	c os.name	Linux
0.31	c os.version	2.6.9-22.EL.rootsmp
0.31	c os.arch	i386
0.31	c Free memory 722620888
0.31	c Max memory 723845120
0.31	c Total memory 723845120
0.31	c Number of processors 2
0.41	c --- Begin Solver configuration ---
0.41	c Stops conflict analysis at the first Unique Implication Point
0.41	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.41	c Learn all clauses as in MiniSAT
0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41	c VSIDS like heuristics from MiniSAT using a heap
0.41	c No reason simplification
0.41	c --- End Solver configuration ---
0.41	c solving /tmp/evaluation/196493-1168123712/unknown.xml
0.41	c reading problem ... 
0.68	c reading problem named ?
0.68	c reading domains done.
1.12	c reading variables
c reading variables (800) done.
1.77	c reading predicates 
c reading relations (8) done.
1.97	c reading constraintsException in thread "main" java.lang.OutOfMemoryError: Java heap space
1229.43	c starts		: 0
1229.43	c conflicts		: 0
1229.43	c decisions		: 0
1229.43	c propagations		: 0
1229.43	c inspects		: 0
1229.43	c learnt literals	: 0
1229.43	c learnt binary clauses	: 0
1229.43	c learnt ternary clauses	: 0
1229.43	c learnt clauses	: 0
1229.43	c root simplifications	: 0
1229.43	c removed literals (reason simplification)	: 0
1229.43	c reason swapping (by a shorter reason)	: 0
1229.43	c Calls to reduceDB	: 0
1229.43	c speed (decisions/second)	: 0.0
1229.43	c non guided choices	0
1229.43	s UNKNOWN
1229.43	c Total wall clock time (in seconds) : 1224.545
1229.43	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/node35/watcher-196493-1168123712 -o ROOT/results/node35/solver-196493-1168123712 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196493-1168123712/sat4jCSP-bf3.jar /tmp/evaluation/196493-1168123712/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: 1.92 2.00 1.83 6/84 25284
/proc/meminfo: memFree=1822240/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=292 CPUtime=0
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 52 0 0 0 0 0 0 0 19 0 1 0 160764949 299008 35 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 1463076 0 0 4096 0 0 0 0 17 1 0 0
/proc/25283/statm: 73 35 27 14 0 5 0

[startup+0.10441 s]
/proc/loadavg: 1.92 2.00 1.83 6/84 25284
/proc/meminfo: memFree=1822240/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=894944 CPUtime=0.01
/proc/25283/stat : 25283 (java) S 25281 25283 25021 0 -1 0 2168 0 1 0 0 1 0 0 18 0 3 0 160764949 916422656 1930 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 223736 1930 954 14 0 210756 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 894944

[startup+0.516459 s]
/proc/loadavg: 1.92 2.00 1.83 6/84 25284
/proc/meminfo: memFree=1822240/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=905204 CPUtime=0.35
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 5238 0 1 0 32 3 0 0 18 0 12 0 160764949 926928896 4892 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 226301 4892 2069 14 0 212738 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 905204

[startup+1.34455 s]
/proc/loadavg: 2.17 2.05 1.85 4/95 25295
/proc/meminfo: memFree=1751688/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=906456 CPUtime=1.17
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 7098 0 1 0 112 5 0 0 21 0 12 0 160764949 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 226614 6119 2303 14 0 213051 0
[pid=25283/tid=25285] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160764959 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25286] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160764959 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25287] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25287/stat : 25287 (java) S 25281 25283 25021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160764962 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25288] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 20 0 12 0 160764963 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25289] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 160764963 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25290] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764974 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25292] ppid=25281 vsize=906456 CPUtime=0.26
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 284 0 0 0 26 0 0 0 16 0 12 0 160764974 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25293] ppid=25281 vsize=906456 CPUtime=0.32
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 1505 0 0 0 32 0 0 0 16 0 12 0 160764974 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=906456 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764974 928210944 6119 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 906456

[startup+2.98175 s]
/proc/loadavg: 2.17 2.05 1.85 4/95 25295
/proc/meminfo: memFree=1698376/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=909300 CPUtime=2.7
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 25227 0 1 0 256 14 0 0 22 0 12 0 160764949 931123200 23688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155093726 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 227325 23691 2476 14 0 213762 0
[pid=25283/tid=25285] ppid=25281 vsize=909300 CPUtime=0.02
/proc/25283/task/25285/stat : 25285 (java) R 25281 25283 25021 0 -1 64 1627 0 0 0 2 0 0 0 17 0 12 0 160764959 931123200 23692 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25286] ppid=25281 vsize=909300 CPUtime=0.01
/proc/25283/task/25286/stat : 25286 (java) R 25281 25283 25021 0 -1 64 482 0 0 0 1 0 0 0 17 0 12 0 160764959 931123200 23694 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958792 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25287] ppid=25281 vsize=909300 CPUtime=0
/proc/25283/task/25287/stat : 25287 (java) S 25281 25283 25021 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160764962 931123200 23695 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25288] ppid=25281 vsize=909300 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 20 0 12 0 160764963 931123200 23697 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25289] ppid=25281 vsize=909300 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 160764963 931123200 23699 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25290] ppid=25281 vsize=909300 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 931123200 23700 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=909300 CPUtime=0
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764974 931123200 23702 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25292] ppid=25281 vsize=909300 CPUtime=0.65
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 1477 0 0 0 65 0 0 0 16 0 12 0 160764974 931123200 23704 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25293] ppid=25281 vsize=909300 CPUtime=0.53
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 1546 0 0 0 53 0 0 0 16 0 12 0 160764974 931123200 23705 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=909300 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 931123200 23707 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=909300 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764974 931123200 23708 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.7
Current children cumulated vsize (KiB) 909300

[startup+6.27695 s]
/proc/loadavg: 2.40 2.10 1.87 3/95 25295
/proc/meminfo: memFree=1598920/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=914040 CPUtime=6.13
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 35220 0 1 0 594 19 0 0 25 0 12 0 160764949 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054296814 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 228510 31988 2480 14 0 214947 0
[pid=25283/tid=25285] ppid=25281 vsize=914040 CPUtime=0.3
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 6448 0 0 0 28 2 0 0 16 0 12 0 160764959 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25286] ppid=25281 vsize=914040 CPUtime=0.27
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 3415 0 0 0 26 1 0 0 16 0 12 0 160764959 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25287] ppid=25281 vsize=914040 CPUtime=0
/proc/25283/task/25287/stat : 25287 (java) S 25281 25283 25021 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160764962 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25288] ppid=25281 vsize=914040 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=914040 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=914040 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=914040 CPUtime=0
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764974 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=914040 CPUtime=0.8
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 1884 0 0 0 80 0 0 0 16 0 12 0 160764974 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25293] ppid=25281 vsize=914040 CPUtime=0.94
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3355 0 0 0 93 1 0 0 16 0 12 0 160764974 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=914040 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=914040 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764974 935976960 31988 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 914040

[startup+12.7557 s]
/proc/loadavg: 2.36 2.10 1.87 3/95 25295
/proc/meminfo: memFree=1515024/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=913336 CPUtime=12.53
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 41122 0 1 0 1232 21 0 0 25 0 12 0 160764949 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054402596 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 228334 37008 2480 14 0 214771 0
[pid=25283/tid=25285] ppid=25281 vsize=913336 CPUtime=0.42
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 8943 0 0 0 39 3 0 0 16 0 12 0 160764959 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25286] ppid=25281 vsize=913336 CPUtime=0.39
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 6797 0 0 0 37 2 0 0 16 0 12 0 160764959 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25287] ppid=25281 vsize=913336 CPUtime=0.01
/proc/25283/task/25287/stat : 25287 (java) S 25281 25283 25021 0 -1 64 12 0 0 0 1 0 0 0 16 0 12 0 160764962 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25288] ppid=25281 vsize=913336 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=913336 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=913336 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=913336 CPUtime=0
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764974 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=913336 CPUtime=0.82
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 1885 0 0 0 82 0 0 0 16 0 12 0 160764974 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25293] ppid=25281 vsize=913336 CPUtime=1.01
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3359 0 0 0 100 1 0 0 16 0 12 0 160764974 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=913336 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=913336 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764974 935256064 37008 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 913336

[startup+25.5652 s]
/proc/loadavg: 2.31 2.09 1.87 3/95 25295
/proc/meminfo: memFree=1352848/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=910536 CPUtime=25.2
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 48197 0 1 0 2496 24 0 0 25 0 12 0 160764949 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054297082 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 227634 43366 2480 14 0 214071 0
[pid=25283/tid=25285] ppid=25281 vsize=910536 CPUtime=0.5
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 12031 0 0 0 46 4 0 0 16 0 12 0 160764959 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25286] ppid=25281 vsize=910536 CPUtime=0.49
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 10751 0 0 0 45 4 0 0 16 0 12 0 160764959 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25287] ppid=25281 vsize=910536 CPUtime=0.02
/proc/25283/task/25287/stat : 25287 (java) S 25281 25283 25021 0 -1 64 15 0 0 0 2 0 0 0 16 0 12 0 160764962 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25288] ppid=25281 vsize=910536 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=910536 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=910536 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=910536 CPUtime=0
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160764974 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25292] ppid=25281 vsize=910536 CPUtime=0.85
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 1885 0 0 0 85 0 0 0 17 0 12 0 160764974 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25293] ppid=25281 vsize=910536 CPUtime=1.11
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3366 0 0 0 109 2 0 0 17 0 12 0 160764974 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=910536 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=910536 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160764974 932388864 43366 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 910536

[startup+51.2323 s]
/proc/loadavg: 2.35 2.12 1.88 5/95 25295
/proc/meminfo: memFree=1020048/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=910536 CPUtime=50.75
/proc/25283/stat : 25283 (java) R 25281 25283 25021 0 -1 0 63904 0 1 0 5045 30 0 0 25 0 12 0 160764949 932388864 59037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054277666 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25283/statm: 227634 59037 2480 14 0 214071 0
[pid=25283/tid=25285] ppid=25281 vsize=910536 CPUtime=0.69
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 18998 0 0 0 62 7 0 0 16 0 12 0 160764959 932388864 59037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25286] ppid=25281 vsize=910536 CPUtime=0.69
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 19448 0 0 0 63 6 0 0 16 0 12 0 160764959 932388864 59037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25287] ppid=25281 vsize=910536 CPUtime=0.03

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

/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=911624 CPUtime=0.01
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=911624 CPUtime=1.49
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 2134 0 0 0 149 0 0 0 16 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25293] ppid=25281 vsize=911624 CPUtime=1.75
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3401 0 0 0 173 2 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 875.48
Current children cumulated vsize (KiB) 911624

[startup+943.197 s]
/proc/loadavg: 2.03 2.11 2.06 3/92 25566
/proc/meminfo: memFree=719776/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=911624 CPUtime=934.74
/proc/25283/stat : 25283 (java) S 25281 25283 25021 0 -1 0 204499 0 1 0 93337 137 0 0 16 0 12 0 160764949 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25283/statm: 227906 186022 2482 14 0 214343 0
[pid=25283/tid=25285] ppid=25281 vsize=911624 CPUtime=5.18
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 84886 0 0 0 480 38 0 0 15 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25286] ppid=25281 vsize=911624 CPUtime=5.03
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 81208 0 0 0 468 35 0 0 16 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25287] ppid=25281 vsize=911624 CPUtime=614.89
/proc/25283/task/25287/stat : 25287 (java) R 25281 25283 25021 0 -1 64 11698 0 0 0 61447 42 0 0 25 0 12 0 160764962 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152681624 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25288] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=911624 CPUtime=0.01
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=911624 CPUtime=1.49
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 2134 0 0 0 149 0 0 0 16 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25293] ppid=25281 vsize=911624 CPUtime=1.75
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3401 0 0 0 173 2 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 934.74
Current children cumulated vsize (KiB) 911624

[startup+1003.24 s]
/proc/loadavg: 2.01 2.09 2.05 3/92 25566
/proc/meminfo: memFree=695712/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=911624 CPUtime=994.18
/proc/25283/stat : 25283 (java) S 25281 25283 25021 0 -1 0 204562 0 1 0 99280 138 0 0 16 0 12 0 160764949 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25283/statm: 227906 186022 2482 14 0 214343 0
[pid=25283/tid=25285] ppid=25281 vsize=911624 CPUtime=5.18
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 84886 0 0 0 480 38 0 0 15 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25286] ppid=25281 vsize=911624 CPUtime=5.03
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 81208 0 0 0 468 35 0 0 16 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25287] ppid=25281 vsize=911624 CPUtime=674.3
/proc/25283/task/25287/stat : 25287 (java) R 25281 25283 25021 0 -1 64 11698 0 0 0 67388 42 0 0 25 0 12 0 160764962 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155440582 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25288] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=911624 CPUtime=0.01
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=911624 CPUtime=1.49
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 2134 0 0 0 149 0 0 0 16 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25293] ppid=25281 vsize=911624 CPUtime=1.75
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3401 0 0 0 173 2 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 994.18
Current children cumulated vsize (KiB) 911624

[startup+1063.28 s]
/proc/loadavg: 2.05 2.09 2.05 3/92 25566
/proc/meminfo: memFree=682976/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=911624 CPUtime=1053.54
/proc/25283/stat : 25283 (java) S 25281 25283 25021 0 -1 0 204628 0 1 0 105215 139 0 0 16 0 12 0 160764949 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25283/statm: 227906 186022 2482 14 0 214343 0
[pid=25283/tid=25285] ppid=25281 vsize=911624 CPUtime=5.18
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 84886 0 0 0 480 38 0 0 15 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25286] ppid=25281 vsize=911624 CPUtime=5.03
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 81208 0 0 0 468 35 0 0 16 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25287] ppid=25281 vsize=911624 CPUtime=733.65
/proc/25283/task/25287/stat : 25287 (java) R 25281 25283 25021 0 -1 64 11698 0 0 0 73322 43 0 0 25 0 12 0 160764962 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454058 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25288] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=911624 CPUtime=0.01
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=911624 CPUtime=1.49
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 2134 0 0 0 149 0 0 0 16 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25293] ppid=25281 vsize=911624 CPUtime=1.75
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3401 0 0 0 173 2 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.54
Current children cumulated vsize (KiB) 911624

[startup+1123.33 s]
/proc/loadavg: 2.06 2.08 2.05 3/92 25566
/proc/meminfo: memFree=678944/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=911624 CPUtime=1113.01
/proc/25283/stat : 25283 (java) S 25281 25283 25021 0 -1 0 204692 0 1 0 111161 140 0 0 16 0 12 0 160764949 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25283/statm: 227906 186022 2482 14 0 214343 0
[pid=25283/tid=25285] ppid=25281 vsize=911624 CPUtime=5.18
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 84886 0 0 0 480 38 0 0 15 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25286] ppid=25281 vsize=911624 CPUtime=5.03
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 81208 0 0 0 468 35 0 0 16 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25287] ppid=25281 vsize=911624 CPUtime=793.11
/proc/25283/task/25287/stat : 25287 (java) R 25281 25283 25021 0 -1 64 11698 0 0 0 79267 44 0 0 25 0 12 0 160764962 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154921381 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25288] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=911624 CPUtime=0.01
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=911624 CPUtime=1.49
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 2134 0 0 0 149 0 0 0 16 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25293] ppid=25281 vsize=911624 CPUtime=1.75
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3401 0 0 0 173 2 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1113.01
Current children cumulated vsize (KiB) 911624

[startup+1183.38 s]
/proc/loadavg: 2.02 2.06 2.04 3/92 25566
/proc/meminfo: memFree=662368/2055920 swapFree=4191892/4192956
[pid=25283] ppid=25281 vsize=911624 CPUtime=1172.34
/proc/25283/stat : 25283 (java) S 25281 25283 25021 0 -1 0 218966 0 1 0 117086 148 0 0 16 0 12 0 160764949 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25283/statm: 227906 186022 2482 14 0 214343 0
[pid=25283/tid=25285] ppid=25281 vsize=911624 CPUtime=5.18
/proc/25283/task/25285/stat : 25285 (java) S 25281 25283 25021 0 -1 64 84886 0 0 0 480 38 0 0 15 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25286] ppid=25281 vsize=911624 CPUtime=5.03
/proc/25283/task/25286/stat : 25286 (java) S 25281 25283 25021 0 -1 64 81208 0 0 0 468 35 0 0 16 0 12 0 160764959 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25287] ppid=25281 vsize=911624 CPUtime=852.42
/proc/25283/task/25287/stat : 25287 (java) R 25281 25283 25021 0 -1 64 25918 0 0 0 85191 51 0 0 25 0 12 0 160764962 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154631064 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25288] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25288/stat : 25288 (java) S 25281 25283 25021 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25289] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25289/stat : 25289 (java) S 25281 25283 25021 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160764963 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25290] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25290/stat : 25290 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25291] ppid=25281 vsize=911624 CPUtime=0.01
/proc/25283/task/25291/stat : 25291 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 1 0 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25292] ppid=25281 vsize=911624 CPUtime=1.49
/proc/25283/task/25292/stat : 25292 (java) S 25281 25283 25021 0 -1 64 2134 0 0 0 149 0 0 0 16 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25283/tid=25293] ppid=25281 vsize=911624 CPUtime=1.75
/proc/25283/task/25293/stat : 25293 (java) S 25281 25283 25021 0 -1 64 3401 0 0 0 173 2 0 0 17 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25294] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25294/stat : 25294 (java) S 25281 25283 25021 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25283/tid=25295] ppid=25281 vsize=911624 CPUtime=0
/proc/25283/task/25295/stat : 25295 (java) S 25281 25283 25021 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160764974 933502976 186022 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.34
Current children cumulated vsize (KiB) 911624

Child status: 1
Real time (s): 1230.5
CPU time (s): 1219.01
CPU user time (s): 1217.38
CPU system time (s): 1.62875
CPU usage (%): 99.0662
Max. virtual memory (cumulated for all children) (KiB): 917632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1217.38
system time used= 1.62875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224714
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= 32738
involuntary context switches= 53287

runsolver used 1.46978 s user time and 4.05838 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Sat Jan  6 22:48:32 UTC 2007


IDJOB= 196493
IDBENCH= 3354
FILE ID= node35/196493-1168123712

PBS_JOBID= 3477459

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-9.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196493-1168123712/sat4jCSP-bf3.jar /tmp/evaluation/196493-1168123712/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-196493-1168123712 -o ROOT/results/node35/solver-196493-1168123712 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196493-1168123712/sat4jCSP-bf3.jar /tmp/evaluation/196493-1168123712/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  406a855ffd2202b37e3f5a996f647ca0

RANDOM SEED= 397131784

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.234
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.234
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:       1864704 kB
Buffers:         16124 kB
Cached:          87436 kB
SwapCached:        480 kB
Active:          90044 kB
Inactive:        50476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864704 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            7208 kB
Writeback:           0 kB
Mapped:          55456 kB
Slab:            35956 kB
Committed_AS:  3989196 kB
PageTables:       1864 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= 66554 MiB



End job on node35 on Sat Jan  6 23:09:09 UTC 2007