Trace number 199887

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 BF3SAT 623.72 628.414

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-49_ext.xml
MD5SUMc61bd04e571b86c30b18b49a2534c2f9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark568.712
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.19	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.19	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.20	c version CSP COMPETITION BUGFIX 3
0.20	c sun.arch.data.model	32
0.20	c java.version	1.5.0_10
0.20	c os.name	Linux
0.20	c os.version	2.6.9-22.EL.rootsmp
0.20	c os.arch	i386
0.20	c Free memory 722620888
0.20	c Max memory 723845120
0.20	c Total memory 723845120
0.20	c Number of processors 2
0.29	c --- Begin Solver configuration ---
0.29	c Stops conflict analysis at the first Unique Implication Point
0.29	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.29	c Learn all clauses as in MiniSAT
0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.29	c solving /tmp/evaluation/199887-1168137889/unknown.xml
0.29	c reading problem ... 
0.57	c reading problem named ?
0.57	c reading domains done.
0.57	c reading variables
c reading variables (24) done.
0.62	c reading relations
c reading relations (73) done.
3.26	c reading constraints
c reading constraints done.
4.60	c ... done. Wall clock time 4.292s.
4.60	c CPU time (experimental) 2.73s.
4.60	c #vars     576
4.60	c #constraints  647393
628.32	c starts		: 19
628.32	c conflicts		: 379020
628.32	c decisions		: 741818
628.32	c propagations		: 18644705
628.32	c inspects		: 1564917029
628.32	c learnt literals	: 0
628.32	c learnt binary clauses	: 0
628.32	c learnt ternary clauses	: 216
628.32	c learnt clauses	: 378986
628.32	c root simplifications	: 0
628.32	c removed literals (reason simplification)	: 0
628.32	c reason swapping (by a shorter reason)	: 0
628.32	c Calls to reduceDB	: 0
628.32	c speed (decisions/second)	: 1189.3293230382476
628.32	c non guided choices	147
628.32	s SATISFIABLE
628.32	v 18 3 17 22 0 19 9 17 15 7 2 18 7 4 4 2 13 18 9 11 6 23 14 22 
628.32	c Total wall clock time (in seconds) : 628.022
628.32	c Total CPU time (experimental, in seconds) : 619.37

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-199887-1168137889 -o ROOT/results/node18/solver-199887-1168137889 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199887-1168137889/sat4jCSP-bf3.jar /tmp/evaluation/199887-1168137889/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 2.02 2.01 2.00 4/98 12472
/proc/meminfo: memFree=1333024/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=895436 CPUtime=0.03
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 2734 0 1 0 2 1 0 0 19 0 3 0 162183603 916926464 2496 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154660210 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 223859 2496 1297 14 0 210879 0
[pid=12471/tid=12473] ppid=12469 vsize=895436 CPUtime=0
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 18 0 3 0 162183606 916926464 2496 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=895436 CPUtime=0
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 19 0 3 0 162183606 916926464 2496 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.102884 s]
/proc/loadavg: 2.02 2.01 2.00 4/98 12472
/proc/meminfo: memFree=1333024/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=901540 CPUtime=0.08
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 3300 0 1 0 7 1 0 0 20 0 12 0 162183603 923176960 3060 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154292730 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 225385 3060 1552 14 0 212109 0
[pid=12471/tid=12473] ppid=12469 vsize=901540 CPUtime=0
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 162183606 923176960 3060 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=901540 CPUtime=0
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162183606 923176960 3060 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.513924 s]
/proc/loadavg: 2.02 2.01 2.00 4/98 12472
/proc/meminfo: memFree=1333024/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=905236 CPUtime=0.45
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 5694 0 1 0 42 3 0 0 19 0 12 0 162183603 926961664 5289 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 226309 5289 2208 14 0 212746 0
[pid=12471/tid=12473] ppid=12469 vsize=905236 CPUtime=0
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 162183606 926961664 5289 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=905236 CPUtime=0
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162183606 926961664 5289 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 905236

[startup+1.34301 s]
/proc/loadavg: 2.10 2.03 2.01 4/109 12483
/proc/meminfo: memFree=1315272/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=907208 CPUtime=1.27
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 8239 0 1 0 122 5 0 0 21 0 12 0 162183603 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 226802 7090 2326 14 0 213239 0
[pid=12471/tid=12473] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 162183606 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 162183606 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 162183609 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 162183609 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 162183609 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162183613 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162183613 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=907208 CPUtime=0.45
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1495 0 0 0 45 0 0 0 16 0 12 0 162183613 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=907208 CPUtime=0.25
/proc/12471/task/12481/stat : 12481 (java) R 12469 12471 11901 0 -1 64 688 0 0 0 25 0 0 0 16 0 12 0 162183613 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151716082 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162183613 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162183613 928980992 7090 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 907208

[startup+2.98916 s]
/proc/loadavg: 2.10 2.03 2.01 3/109 12483
/proc/meminfo: memFree=1251976/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=907208 CPUtime=2.9
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 25359 0 1 0 277 13 0 0 25 0 12 0 162183603 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054143635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 226802 24206 2334 14 0 213239 0
[pid=12471/tid=12473] ppid=12469 vsize=907208 CPUtime=0.09
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 2290 0 0 0 9 0 0 0 16 0 12 0 162183606 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=907208 CPUtime=0.07
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 1212 0 0 0 7 0 0 0 16 0 12 0 162183606 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 162183609 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 162183609 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 162183609 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 162183613 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 162183613 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12480] ppid=12469 vsize=907208 CPUtime=0.51
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1498 0 0 0 51 0 0 0 16 0 12 0 162183613 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12481] ppid=12469 vsize=907208 CPUtime=0.33
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 703 0 0 0 33 0 0 0 17 0 12 0 162183613 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12482] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 162183613 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=907208 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 162183613 928980992 24206 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 907208

[startup+6.28348 s]
/proc/loadavg: 2.10 2.03 2.01 5/110 12484
/proc/meminfo: memFree=1173888/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910932 CPUtime=6.33
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 37848 0 1 0 614 19 0 0 25 0 13 0 162183603 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054349972 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 227733 35530 2357 14 0 214170 0
[pid=12471/tid=12473] ppid=12469 vsize=910932 CPUtime=0.41
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 9052 0 0 0 37 4 0 0 18 0 13 0 162183606 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910932 CPUtime=0.39
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 6829 0 0 0 36 3 0 0 16 0 13 0 162183606 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 162183609 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910932 CPUtime=0.9
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1538 0 0 0 90 0 0 0 16 0 13 0 162183613 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910932 CPUtime=0.67
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 729 0 0 0 67 0 0 0 16 0 13 0 162183613 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932794368 35530 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.33
Current children cumulated vsize (KiB) 910932

[startup+12.7841 s]
/proc/loadavg: 2.08 2.03 2.00 3/110 12484
/proc/meminfo: memFree=1173952/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910932 CPUtime=12.83
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 37859 0 1 0 1264 19 0 0 25 0 13 0 162183603 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054349658 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 227733 35536 2357 14 0 214170 0
[pid=12471/tid=12473] ppid=12469 vsize=910932 CPUtime=0.41
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 9052 0 0 0 37 4 0 0 18 0 13 0 162183606 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910932 CPUtime=0.39
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 6829 0 0 0 36 3 0 0 16 0 13 0 162183606 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 162183609 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910932 CPUtime=0.94
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1541 0 0 0 94 0 0 0 16 0 13 0 162183613 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910932 CPUtime=0.7
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 731 0 0 0 70 0 0 0 16 0 13 0 162183613 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932794368 35536 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 910932

[startup+25.5873 s]
/proc/loadavg: 2.07 2.02 2.00 3/110 12484
/proc/meminfo: memFree=1174080/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910932 CPUtime=25.6
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 37861 0 1 0 2541 19 0 0 25 0 13 0 162183603 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054399302 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12471/statm: 227733 35537 2357 14 0 214170 0
[pid=12471/tid=12473] ppid=12469 vsize=910932 CPUtime=0.41
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 9052 0 0 0 37 4 0 0 18 0 13 0 162183606 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910932 CPUtime=0.39
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 6829 0 0 0 36 3 0 0 16 0 13 0 162183606 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 162183609 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910932 CPUtime=0.94
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1541 0 0 0 94 0 0 0 17 0 13 0 162183613 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910932 CPUtime=0.71
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 732 0 0 0 71 0 0 0 17 0 13 0 162183613 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910932 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932794368 35537 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.35
Current children cumulated vsize (KiB) 910288

[startup+342.825 s]
/proc/loadavg: 2.06 2.03 2.00 3/110 12484
/proc/meminfo: memFree=982784/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910288 CPUtime=340.86
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 67023 0 1 0 34053 33 0 0 25 0 13 0 162183603 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054388990 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 227572 62956 2357 14 0 214009 0
[pid=12471/tid=12473] ppid=12469 vsize=910288 CPUtime=1.03
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 24100 0 0 0 93 10 0 0 17 0 13 0 162183606 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910288 CPUtime=0.91
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 20938 0 0 0 83 8 0 0 17 0 13 0 162183606 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910288 CPUtime=0.96
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1542 0 0 0 96 0 0 0 17 0 13 0 162183613 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910288 CPUtime=0.73
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 732 0 0 0 73 0 0 0 16 0 13 0 162183613 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932134912 62956 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.86
Current children cumulated vsize (KiB) 910288

[startup+402.889 s]
/proc/loadavg: 2.02 2.03 2.00 3/110 12484
/proc/meminfo: memFree=928960/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910288 CPUtime=400.37
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 73936 0 1 0 40001 36 0 0 25 0 13 0 162183603 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054349963 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 227572 69527 2357 14 0 214009 0
[pid=12471/tid=12473] ppid=12469 vsize=910288 CPUtime=1.12
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 27384 0 0 0 101 11 0 0 16 0 13 0 162183606 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910288 CPUtime=1.01
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 24566 0 0 0 91 10 0 0 16 0 13 0 162183606 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910288 CPUtime=0.96
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1542 0 0 0 96 0 0 0 17 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910288 CPUtime=0.73
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 732 0 0 0 73 0 0 0 16 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.37
Current children cumulated vsize (KiB) 910288

[startup+462.956 s]
/proc/loadavg: 2.07 2.04 2.00 3/110 12484
/proc/meminfo: memFree=928960/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910288 CPUtime=459.9
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 73936 0 1 0 45953 37 0 0 25 0 13 0 162183603 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054349963 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 227572 69527 2357 14 0 214009 0
[pid=12471/tid=12473] ppid=12469 vsize=910288 CPUtime=1.12
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 27384 0 0 0 101 11 0 0 16 0 13 0 162183606 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910288 CPUtime=1.01
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 24566 0 0 0 91 10 0 0 16 0 13 0 162183606 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910288 CPUtime=0.96
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1542 0 0 0 96 0 0 0 17 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910288 CPUtime=0.73
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 732 0 0 0 73 0 0 0 16 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932134912 69527 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.9
Current children cumulated vsize (KiB) 910288

[startup+523.022 s]
/proc/loadavg: 2.02 2.03 2.00 3/110 12484
/proc/meminfo: memFree=873344/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910288 CPUtime=519.32
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 80748 0 1 0 51891 41 0 0 25 0 13 0 162183603 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054388561 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 227572 76338 2357 14 0 214009 0
[pid=12471/tid=12473] ppid=12469 vsize=910288 CPUtime=1.24
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 32502 0 0 0 110 14 0 0 18 0 13 0 162183606 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910288 CPUtime=1.1
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 26259 0 0 0 99 11 0 0 17 0 13 0 162183606 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910288 CPUtime=0.96
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1542 0 0 0 96 0 0 0 17 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910288 CPUtime=0.73
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 732 0 0 0 73 0 0 0 16 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 519.32
Current children cumulated vsize (KiB) 910288

[startup+583.088 s]
/proc/loadavg: 2.01 2.02 2.00 3/110 12484
/proc/meminfo: memFree=873344/2055920 swapFree=4192812/4192956
[pid=12471] ppid=12469 vsize=910288 CPUtime=578.83
/proc/12471/stat : 12471 (java) R 12469 12471 11901 0 -1 0 80748 0 1 0 57842 41 0 0 25 0 13 0 162183603 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054388561 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12471/statm: 227572 76338 2357 14 0 214009 0
[pid=12471/tid=12473] ppid=12469 vsize=910288 CPUtime=1.24
/proc/12471/task/12473/stat : 12473 (java) S 12469 12471 11901 0 -1 64 32502 0 0 0 110 14 0 0 18 0 13 0 162183606 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12474] ppid=12469 vsize=910288 CPUtime=1.1
/proc/12471/task/12474/stat : 12474 (java) S 12469 12471 11901 0 -1 64 26259 0 0 0 99 11 0 0 17 0 13 0 162183606 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12475] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12475/stat : 12475 (java) S 12469 12471 11901 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12476] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12476/stat : 12476 (java) S 12469 12471 11901 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12477] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12477/stat : 12477 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 162183609 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12478] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12478/stat : 12478 (java) S 12469 12471 11901 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12479] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12479/stat : 12479 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12480] ppid=12469 vsize=910288 CPUtime=0.96
/proc/12471/task/12480/stat : 12480 (java) S 12469 12471 11901 0 -1 64 1542 0 0 0 96 0 0 0 17 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12481] ppid=12469 vsize=910288 CPUtime=0.73
/proc/12471/task/12481/stat : 12481 (java) S 12469 12471 11901 0 -1 64 732 0 0 0 73 0 0 0 16 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12482] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12482/stat : 12482 (java) S 12469 12471 11901 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12471/tid=12483] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12483/stat : 12483 (java) S 12469 12471 11901 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 162183613 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12471/tid=12484] ppid=12469 vsize=910288 CPUtime=0
/proc/12471/task/12484/stat : 12484 (java) S 12469 12471 11901 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 162184063 932134912 76338 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.83
Current children cumulated vsize (KiB) 910288

Child status: 0
Real time (s): 628.414
CPU time (s): 623.72
CPU user time (s): 623.212
CPU system time (s): 0.507922
CPU usage (%): 99.253
Max. virtual memory (cumulated for all children) (KiB): 910932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 623.212
system time used= 0.507922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87693
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= 13524
involuntary context switches= 13238

runsolver used 0.620905 s user time and 2.16067 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 02:44:49 UTC 2007


IDJOB= 199887
IDBENCH= 3650
FILE ID= node18/199887-1168137889

PBS_JOBID= 3477784

Free space on /tmp= 66279 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-49_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199887-1168137889/sat4jCSP-bf3.jar /tmp/evaluation/199887-1168137889/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-199887-1168137889 -o ROOT/results/node18/solver-199887-1168137889 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199887-1168137889/sat4jCSP-bf3.jar /tmp/evaluation/199887-1168137889/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c61bd04e571b86c30b18b49a2534c2f9

RANDOM SEED= 336548124

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.231
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.231
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:       1333440 kB
Buffers:         38396 kB
Cached:         379172 kB
SwapCached:         20 kB
Active:         430100 kB
Inactive:       242444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5228 kB
Writeback:           0 kB
Mapped:         283928 kB
Slab:            34472 kB
Committed_AS:  5167656 kB
PageTables:       2500 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= 66279 MiB



End job on node18 on Sun Jan  7 02:55:18 UTC 2007