Trace number 217566

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 204.618 206.661

General information on the benchmark

Namefrb/frb35-17/
frb35-17-5-mgd_ext.xml
MD5SUMc12f1974cb95f12a594fb521feb39b3c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.198968
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables35
Number of constraints273
Maximum constraint arity2
Maximum domain size17
Number of constraints which are defined in extension273
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.22	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.22	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.22	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.23	c version CSP COMPETITION BUGFIX 3
0.23	c sun.arch.data.model	32
0.23	c java.version	1.5.0_10
0.23	c os.name	Linux
0.23	c os.version	2.6.9-34.ELsmp
0.23	c os.arch	i386
0.23	c Free memory 722620888
0.23	c Max memory 723845120
0.23	c Total memory 723845120
0.23	c Number of processors 2
0.32	c --- Begin Solver configuration ---
0.32	c Stops conflict analysis at the first Unique Implication Point
0.32	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.32	c Learn all clauses as in MiniSAT
0.32	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32	c VSIDS like heuristics from MiniSAT using a heap
0.32	c No reason simplification
0.32	c --- End Solver configuration ---
0.32	c solving /tmp/evaluation/217566-1168247797/unknown.xml
0.32	c reading problem ... 
0.58	c reading problem named ?
0.58	c reading domains done.
0.58	c reading variables
c reading variables (35) done.
0.62	c reading relations
c reading relations (273) done.
1.63	c reading constraints
c reading constraints done.
2.12	c ... done. Wall clock time 1.805s.
2.12	c CPU time (experimental) 0.9s.
2.12	c #vars     595
2.12	c #constraints  376
206.62	c starts		: 15
206.62	c conflicts		: 81421
206.62	c decisions		: 113150
206.62	c propagations		: 6038622
206.62	c inspects		: 542039604
206.62	c learnt literals	: 6
206.62	c learnt binary clauses	: 0
206.62	c learnt ternary clauses	: 14
206.62	c learnt clauses	: 81412
206.62	c root simplifications	: 0
206.62	c removed literals (reason simplification)	: 0
206.62	c reason swapping (by a shorter reason)	: 0
206.62	c Calls to reduceDB	: 0
206.62	c speed (decisions/second)	: 553.3196735340574
206.62	c non guided choices	78
206.62	s SATISFIABLE
206.62	v 0 9 2 5 14 15 12 12 6 5 16 14 16 15 15 15 5 11 7 16 14 4 9 14 8 4 14 4 1 4 0 11 13 16 15 
206.62	c Total wall clock time (in seconds) : 206.301
206.62	c Total CPU time (experimental, in seconds) : 202.99

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/node76/watcher-217566-1168247797 -o ROOT/results/node76/solver-217566-1168247797 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217566-1168247797/sat4jCSP-bf3.jar /tmp/evaluation/217566-1168247797/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.55 3.28 3.82 3/87 13720
/proc/meminfo: memFree=1844656/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=18544 CPUtime=0
/proc/13719/stat : 13719 (runsolver) R 13717 13719 13474 0 -1 4194368 18 0 0 0 0 0 0 0 20 0 1 0 173176839 18989056 280 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/13719/statm: 4636 280 245 17 0 2626 0

[startup+0.107082 s]
/proc/loadavg: 1.55 3.28 3.82 3/87 13720
/proc/meminfo: memFree=1844656/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=895152 CPUtime=0.02
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 2402 0 35 0 1 1 0 0 19 0 3 0 173176839 916635648 2200 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 5259462 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 223788 2200 1106 14 0 210807 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 895152

[startup+0.515163 s]
/proc/loadavg: 1.55 3.28 3.82 3/87 13720
/proc/meminfo: memFree=1844656/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=905240 CPUtime=0.42
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 5605 0 38 0 38 4 0 0 25 0 12 0 173176839 926965760 5239 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053821878 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226310 5239 2185 14 0 212746 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 905240

[startup+1.33733 s]
/proc/loadavg: 1.55 3.28 3.82 3/98 13731
/proc/meminfo: memFree=1820056/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907056 CPUtime=1.23
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 8529 0 38 0 118 5 0 0 25 0 12 0 173176839 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054219566 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226764 7549 2328 14 0 213200 0
[pid=13719/tid=13721] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173176849 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 173176849 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 173176851 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 173176852 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 173176852 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 173176855 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173176856 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907056 CPUtime=0.35
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1240 0 0 0 35 0 0 0 16 0 12 0 173176856 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907056 CPUtime=0.29
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 739 0 0 0 29 0 0 0 16 0 12 0 173176856 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 173176856 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907056 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173176856 928825344 7549 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 907056

[startup+2.99064 s]
/proc/loadavg: 1.55 3.28 3.82 5/99 13732
/proc/meminfo: memFree=1800080/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907572 CPUtime=2.87
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 13132 0 38 0 280 7 0 0 25 0 13 0 173176839 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054372350 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226893 12149 2357 14 0 213329 0
[pid=13719/tid=13721] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173176849 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173176849 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 173176851 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173176852 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173176852 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173176855 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173176856 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907572 CPUtime=0.73
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1289 0 0 0 73 0 0 0 16 0 13 0 173176856 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907572 CPUtime=0.67
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 784 0 0 0 67 0 0 0 16 0 13 0 173176856 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 173176856 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173176856 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13732] ppid=13717 vsize=907572 CPUtime=0
/proc/13719/task/13732/stat : 13732 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 173177052 929353728 12149 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 907572

[startup+6.28329 s]
/proc/loadavg: 1.59 3.26 3.81 4/99 13732
/proc/meminfo: memFree=1794064/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907476 CPUtime=6.14
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 14428 0 38 0 606 8 0 0 25 0 13 0 173176839 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365367 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226869 13443 2357 14 0 213305 0
[pid=13719/tid=13721] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173176849 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173176849 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 173176851 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173176852 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173176852 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173176855 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173176856 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907476 CPUtime=0.75
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1290 0 0 0 75 0 0 0 15 0 13 0 173176856 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907476 CPUtime=0.68
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 784 0 0 0 68 0 0 0 16 0 13 0 173176856 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 173176856 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173176856 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13732] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13732/stat : 13732 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 173177052 929255424 13443 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 907476

[startup+12.7826 s]
/proc/loadavg: 1.62 3.23 3.80 3/99 13732
/proc/meminfo: memFree=1788184/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907476 CPUtime=12.58
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 15829 0 38 0 1248 10 0 0 25 0 13 0 173176839 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054067856 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226869 14844 2357 14 0 213305 0
[pid=13719/tid=13721] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173176849 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173176849 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 173176851 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173176852 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173176852 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173176855 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173176856 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907476 CPUtime=0.75
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1290 0 0 0 75 0 0 0 15 0 13 0 173176856 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907476 CPUtime=0.68
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 784 0 0 0 68 0 0 0 16 0 13 0 173176856 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 173176856 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173176856 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13732] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13732/stat : 13732 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 173177052 929255424 14844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 907476

[startup+25.6601 s]
/proc/loadavg: 1.71 3.17 3.77 4/99 13732
/proc/meminfo: memFree=1781784/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907476 CPUtime=25.33
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 17451 0 38 0 2522 11 0 0 25 0 13 0 173176839 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365367 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226869 16466 2357 14 0 213305 0
[pid=13719/tid=13721] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173176849 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173176849 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 173176851 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173176852 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173176852 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173176855 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173176856 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907476 CPUtime=0.75
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1290 0 0 0 75 0 0 0 15 0 13 0 173176856 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907476 CPUtime=0.68
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 784 0 0 0 68 0 0 0 17 0 13 0 173176856 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 173176856 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173176856 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13732] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13732/stat : 13732 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 173177052 929255424 16466 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 907476

[startup+51.3301 s]
/proc/loadavg: 1.87 3.09 3.73 3/91 13813
/proc/meminfo: memFree=1822608/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907476 CPUtime=50.72
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 19687 0 38 0 5056 16 0 0 25 0 13 0 173176839 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054353593 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226869 18701 2357 14 0 213305 0
[pid=13719/tid=13721] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 173176849 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 173176849 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 173176851 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 22 0 13 0 173176852 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 173176852 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173176855 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173176856 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907476 CPUtime=0.76
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1292 0 0 0 76 0 0 0 16 0 13 0 173176856 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907476 CPUtime=0.7
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 785 0 0 0 70 0 0 0 17 0 13 0 173176856 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 173176856 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173176856 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13732] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13732/stat : 13732 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 173177052 929255424 18701 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 907476

[startup+102.556 s]
/proc/loadavg: 1.94 2.92 3.63 3/91 13813
/proc/meminfo: memFree=1780176/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907476 CPUtime=101.48
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 29994 0 38 0 10126 22 0 0 25 0 13 0 173176839 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054372309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226869 29007 2359 14 0 213305 0
[pid=13719/tid=13721] ppid=13717 vsize=907476 CPUtime=0.04
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 3964 0 0 0 3 1 0 0 17 0 13 0 173176849 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907476 CPUtime=0.05
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 4319 0 0 0 4 1 0 0 17 0 13 0 173176849 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 173176851 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173176852 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173176852 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173176855 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907476 CPUtime=0.76
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1292 0 0 0 76 0 0 0 16 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907476 CPUtime=0.7
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 785 0 0 0 70 0 0 0 17 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13732] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13732/stat : 13732 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 173177052 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.48
Current children cumulated vsize (KiB) 907476

[startup+162.637 s]
/proc/loadavg: 1.98 2.75 3.53 3/91 13815
/proc/meminfo: memFree=1778640/2055888 swapFree=4095388/4096564
[pid=13719] ppid=13717 vsize=907476 CPUtime=161.02
/proc/13719/stat : 13719 (java) R 13717 13719 13474 0 -1 0 29994 0 38 0 16080 22 0 0 25 0 13 0 173176839 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054372309 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13719/statm: 226869 29007 2359 14 0 213305 0
[pid=13719/tid=13721] ppid=13717 vsize=907476 CPUtime=0.04
/proc/13719/task/13721/stat : 13721 (java) S 13717 13719 13474 0 -1 64 3964 0 0 0 3 1 0 0 17 0 13 0 173176849 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13722] ppid=13717 vsize=907476 CPUtime=0.05
/proc/13719/task/13722/stat : 13722 (java) S 13717 13719 13474 0 -1 64 4319 0 0 0 4 1 0 0 17 0 13 0 173176849 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13723] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13723/stat : 13723 (java) S 13717 13719 13474 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 173176851 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13724] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13724/stat : 13724 (java) S 13717 13719 13474 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173176852 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13725] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13725/stat : 13725 (java) S 13717 13719 13474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173176852 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13726] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13726/stat : 13726 (java) S 13717 13719 13474 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 173176855 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13727] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13727/stat : 13727 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13728] ppid=13717 vsize=907476 CPUtime=0.76
/proc/13719/task/13728/stat : 13728 (java) S 13717 13719 13474 0 -1 64 1292 0 0 0 76 0 0 0 16 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13729] ppid=13717 vsize=907476 CPUtime=0.7
/proc/13719/task/13729/stat : 13729 (java) S 13717 13719 13474 0 -1 64 785 0 0 0 70 0 0 0 17 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13730] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13730/stat : 13730 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13731] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13731/stat : 13731 (java) S 13717 13719 13474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173176856 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=13719/tid=13732] ppid=13717 vsize=907476 CPUtime=0
/proc/13719/task/13732/stat : 13732 (java) S 13717 13719 13474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 173177052 929255424 29007 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.02
Current children cumulated vsize (KiB) 907476

Child status: 0
Real time (s): 206.661
CPU time (s): 204.618
CPU user time (s): 204.374
CPU system time (s): 0.243962
CPU usage (%): 99.0115
Max. virtual memory (cumulated for all children) (KiB): 907572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 204.374
system time used= 0.243962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30002
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4826
involuntary context switches= 9053

runsolver used 0.289955 s user time and 0.629904 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan  8 09:16:37 UTC 2007


IDJOB= 217566
IDBENCH= 5145
FILE ID= node76/217566-1168247797

PBS_JOBID= 3481884

Free space on /tmp= 66643 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb35-17/frb35-17-5-mgd_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217566-1168247797/sat4jCSP-bf3.jar /tmp/evaluation/217566-1168247797/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-217566-1168247797 -o ROOT/results/node76/solver-217566-1168247797 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217566-1168247797/sat4jCSP-bf3.jar /tmp/evaluation/217566-1168247797/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  c12f1974cb95f12a594fb521feb39b3c

RANDOM SEED= 509838928

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1845264 kB
Buffers:         33672 kB
Cached:          55604 kB
SwapCached:         76 kB
Active:         108800 kB
Inactive:        54868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1845264 kB
SwapTotal:     4096564 kB
SwapFree:      4095388 kB
Dirty:            6084 kB
Writeback:           0 kB
Mapped:          92548 kB
Slab:            32488 kB
Committed_AS:  7162908 kB
PageTables:       1988 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66643 MiB



End job on node76 on Mon Jan  8 09:20:04 UTC 2007