Trace number 228669

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 252.985 252.058

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-65_ext.xml
MD5SUMf99d1964109b770075d89097037e7f37
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 benchmark1.08283
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.15	c version CSP COMPETITION BUGFIX 3
0.15	c sun.arch.data.model	32
0.15	c java.version	1.5.0_10
0.15	c os.name	Linux
0.15	c os.version	2.6.9-22.EL.rootsmp
0.15	c os.arch	i386
0.15	c Free memory 722620888
0.15	c Max memory 723845120
0.15	c Total memory 723845120
0.15	c Number of processors 2
0.21	c --- Begin Solver configuration ---
0.21	c Stops conflict analysis at the first Unique Implication Point
0.21	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.21	c Learn all clauses as in MiniSAT
0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21	c VSIDS like heuristics from MiniSAT using a heap
0.21	c No reason simplification
0.21	c --- End Solver configuration ---
0.21	c solving /tmp/evaluation/228669-1168300077/unknown.xml
0.21	c reading problem ... 
0.38	c reading problem named ?
0.38	c reading domains done.
0.39	c reading variables
c reading variables (40) done.
0.41	c reading relations
c reading relations (414) done.
1.10	c reading constraints
c reading constraints done.
1.39	c ... done. Wall clock time 1.176s.
1.39	c CPU time (experimental) 0.97s.
1.39	c #vars     440
1.39	c #constraints  80
251.98	c starts		: 16
251.98	c conflicts		: 99957
251.98	c decisions		: 129085
251.98	c propagations		: 6144398
251.98	c inspects		: 721249674
251.98	c learnt literals	: 7
251.98	c learnt binary clauses	: 0
251.98	c learnt ternary clauses	: 4
251.98	c learnt clauses	: 99946
251.98	c root simplifications	: 0
251.98	c removed literals (reason simplification)	: 0
251.98	c reason swapping (by a shorter reason)	: 0
251.98	c Calls to reduceDB	: 0
251.98	c speed (decisions/second)	: 515.1325293512008
251.98	c non guided choices	80
251.98	s SATISFIABLE
251.98	v 2 5 1 4 6 10 9 9 10 3 8 10 9 1 10 1 3 7 4 7 5 8 6 6 0 4 9 2 1 8 9 0 6 5 4 3 8 9 4 10 
251.98	c Total wall clock time (in seconds) : 251.765
251.98	c Total CPU time (experimental, in seconds) : 251.15

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/node11/watcher-228669-1168300077 -o ROOT/results/node11/solver-228669-1168300077 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/228669-1168300077/sat4jCSP-bf3.jar /tmp/evaluation/228669-1168300077/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.22 1.47 1.68 2/94 7832
/proc/meminfo: memFree=1517256/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=18540 CPUtime=0
/proc/7831/stat : 7831 (runsolver) R 7829 7831 7474 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 178402738 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/7831/statm: 4635 279 244 17 0 2626 0

[startup+0.102825 s]
/proc/loadavg: 1.22 1.47 1.68 2/94 7832
/proc/meminfo: memFree=1517256/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=901540 CPUtime=0.08
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 3351 0 1 0 6 2 0 0 23 0 12 0 178402738 923176960 3111 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053813779 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 225385 3111 1566 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.513909 s]
/proc/loadavg: 1.22 1.47 1.68 2/94 7832
/proc/meminfo: memFree=1517256/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=906604 CPUtime=0.67
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 6442 0 1 0 63 4 0 0 17 0 12 0 178402738 928362496 6010 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053833888 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7831/statm: 226651 6010 2310 14 0 213088 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 906604

[startup+1.34107 s]
/proc/loadavg: 1.22 1.47 1.68 3/92 7855
/proc/meminfo: memFree=1500568/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908944 CPUtime=2.07
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 10148 0 1 0 201 6 0 0 19 0 12 0 178402738 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227236 9078 2333 14 0 213673 0
[pid=7831/tid=7834] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 178402741 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 178402741 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 178402744 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 178402744 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 178402744 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 178402748 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 178402748 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908944 CPUtime=0.53
/proc/7831/task/7849/stat : 7849 (java) R 7829 7831 7474 0 -1 64 1294 0 0 0 53 0 0 0 16 0 12 0 178402748 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154400827 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908944 CPUtime=0.57
/proc/7831/task/7850/stat : 7850 (java) R 7829 7831 7474 0 -1 64 1006 0 0 0 57 0 0 0 16 0 12 0 178402748 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152550913 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 178402748 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908944 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 178402748 930758656 9078 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 908944

[startup+2.9814 s]
/proc/loadavg: 1.22 1.47 1.68 2/93 7856
/proc/meminfo: memFree=1497488/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=909460 CPUtime=3.94
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 11017 0 1 0 385 9 0 0 25 0 13 0 178402738 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054385807 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227365 9944 2353 14 0 213802 0
[pid=7831/tid=7834] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 178402741 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178402741 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 178402744 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 178402744 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178402744 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=909460 CPUtime=0.73
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1322 0 0 0 73 0 0 0 16 0 13 0 178402748 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=909460 CPUtime=0.77
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1028 0 0 0 77 0 0 0 16 0 13 0 178402748 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=909460 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 931287040 9944 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.94
Current children cumulated vsize (KiB) 909460

[startup+6.18904 s]
/proc/loadavg: 1.28 1.48 1.68 3/99 8525
/proc/meminfo: memFree=1481184/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908924 CPUtime=7.15
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 11822 0 1 0 705 10 0 0 25 0 13 0 178402738 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054385825 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227231 10633 2353 14 0 213668 0
[pid=7831/tid=7834] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 178402741 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178402741 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 178402744 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178402744 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908924 CPUtime=0.74
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1323 0 0 0 74 0 0 0 16 0 13 0 178402748 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908924 CPUtime=0.78
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1028 0 0 0 78 0 0 0 16 0 13 0 178402748 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 930738176 10633 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 908924

[startup+12.6783 s]
/proc/loadavg: 1.34 1.49 1.68 3/99 9223
/proc/meminfo: memFree=1476960/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908924 CPUtime=13.62
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 12756 0 1 0 1347 15 0 0 25 0 13 0 178402738 930738176 11567 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054423563 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227231 11567 2353 14 0 213668 0
[pid=7831/tid=7834] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 178402741 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178402741 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 178402744 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178402744 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908924 CPUtime=0.74
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1323 0 0 0 74 0 0 0 16 0 13 0 178402748 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908924 CPUtime=0.78
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1028 0 0 0 78 0 0 0 16 0 13 0 178402748 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 930738176 11568 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.62
Current children cumulated vsize (KiB) 908924

[startup+25.5659 s]
/proc/loadavg: 1.34 1.48 1.68 2/90 9466
/proc/meminfo: memFree=1489784/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908924 CPUtime=26.49
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 13971 0 1 0 2632 17 0 0 25 0 13 0 178402738 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054379053 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227231 12782 2353 14 0 213668 0
[pid=7831/tid=7834] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 178402741 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178402741 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 178402744 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178402744 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908924 CPUtime=0.74
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1323 0 0 0 74 0 0 0 16 0 13 0 178402748 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908924 CPUtime=0.78
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1028 0 0 0 78 0 0 0 17 0 13 0 178402748 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 930738176 12782 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.49
Current children cumulated vsize (KiB) 908924

[startup+51.22 s]
/proc/loadavg: 1.22 1.44 1.66 2/90 9466
/proc/meminfo: memFree=1483072/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908924 CPUtime=52.14
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 15751 0 1 0 5195 19 0 0 25 0 13 0 178402738 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054387779 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227231 14562 2353 14 0 213668 0
[pid=7831/tid=7834] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 178402741 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178402741 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 178402744 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178402744 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908924 CPUtime=0.75
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1323 0 0 0 75 0 0 0 17 0 13 0 178402748 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908924 CPUtime=0.78
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1029 0 0 0 78 0 0 0 16 0 13 0 178402748 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 930738176 14562 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 52.14
Current children cumulated vsize (KiB) 908924

[startup+102.515 s]
/proc/loadavg: 1.09 1.37 1.62 2/90 9466
/proc/meminfo: memFree=1472576/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908924 CPUtime=103.41
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 18396 0 1 0 10319 22 0 0 25 0 13 0 178402738 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054375637 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227231 17207 2353 14 0 213668 0
[pid=7831/tid=7834] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 178402741 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178402741 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 178402744 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178402744 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908924 CPUtime=0.75
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1323 0 0 0 75 0 0 0 17 0 13 0 178402748 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908924 CPUtime=0.78
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1029 0 0 0 78 0 0 0 16 0 13 0 178402748 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 930738176 17207 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 103.41
Current children cumulated vsize (KiB) 908924

[startup+162.56 s]
/proc/loadavg: 1.03 1.30 1.58 2/90 9466
/proc/meminfo: memFree=1464256/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908924 CPUtime=163.43
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 20463 0 1 0 16318 25 0 0 25 0 13 0 178402738 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054375707 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227231 19274 2353 14 0 213668 0
[pid=7831/tid=7834] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 178402741 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 178402741 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 21 0 13 0 178402744 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 22 0 13 0 178402744 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908924 CPUtime=0.75
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1323 0 0 0 75 0 0 0 17 0 13 0 178402748 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908924 CPUtime=0.78
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1029 0 0 0 78 0 0 0 16 0 13 0 178402748 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 930738176 19274 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 163.43
Current children cumulated vsize (KiB) 908924

[startup+222.605 s]
/proc/loadavg: 1.01 1.24 1.54 2/90 9466
/proc/meminfo: memFree=1416448/2055920 swapFree=4192812/4192956
[pid=7831] ppid=7829 vsize=908924 CPUtime=223.58
/proc/7831/stat : 7831 (java) R 7829 7831 7474 0 -1 0 32691 0 1 0 22326 32 0 0 25 0 13 0 178402738 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054375637 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7831/statm: 227231 31188 2355 14 0 213668 0
[pid=7831/tid=7834] ppid=7829 vsize=908924 CPUtime=0.12
/proc/7831/task/7834/stat : 7834 (java) S 7829 7831 7474 0 -1 64 7164 0 0 0 10 2 0 0 17 0 13 0 178402741 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7835] ppid=7829 vsize=908924 CPUtime=0.11
/proc/7831/task/7835/stat : 7835 (java) S 7829 7831 7474 0 -1 64 3460 0 0 0 9 2 0 0 16 0 13 0 178402741 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7836] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7836/stat : 7836 (java) S 7829 7831 7474 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7838] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7838/stat : 7838 (java) S 7829 7831 7474 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7839] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7839/stat : 7839 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402744 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7847] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7847/stat : 7847 (java) S 7829 7831 7474 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 178402748 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7848] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7848/stat : 7848 (java) S 7829 7831 7474 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 178402748 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7831/tid=7849] ppid=7829 vsize=908924 CPUtime=0.75
/proc/7831/task/7849/stat : 7849 (java) S 7829 7831 7474 0 -1 64 1323 0 0 0 75 0 0 0 17 0 13 0 178402748 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7850] ppid=7829 vsize=908924 CPUtime=0.78
/proc/7831/task/7850/stat : 7850 (java) S 7829 7831 7474 0 -1 64 1029 0 0 0 78 0 0 0 16 0 13 0 178402748 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7851] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7851/stat : 7851 (java) S 7829 7831 7474 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 178402748 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7852] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7852/stat : 7852 (java) S 7829 7831 7474 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 178402748 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7831/tid=7856] ppid=7829 vsize=908924 CPUtime=0
/proc/7831/task/7856/stat : 7856 (java) S 7829 7831 7474 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 178402878 930738176 31188 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 223.58
Current children cumulated vsize (KiB) 908924

Child status: 0
Real time (s): 252.058
CPU time (s): 252.985
CPU user time (s): 252.636
CPU system time (s): 0.348946
CPU usage (%): 100.368
Max. virtual memory (cumulated for all children) (KiB): 909460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.636
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32698
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= 5609
involuntary context switches= 11317

runsolver used 0.251961 s user time and 0.72089 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan  8 23:47:57 UTC 2007


IDJOB= 228669
IDBENCH= 6217
FILE ID= node11/228669-1168300077

PBS_JOBID= 3502187

Free space on /tmp= 66343 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-65_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/228669-1168300077/sat4jCSP-bf3.jar /tmp/evaluation/228669-1168300077/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-228669-1168300077 -o ROOT/results/node11/solver-228669-1168300077 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/228669-1168300077/sat4jCSP-bf3.jar /tmp/evaluation/228669-1168300077/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f99d1964109b770075d89097037e7f37

RANDOM SEED= 347820788

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1517736 kB
Buffers:         89576 kB
Cached:         318696 kB
SwapCached:          0 kB
Active:         313540 kB
Inactive:       164196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517736 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3192 kB
Writeback:           0 kB
Mapped:          96000 kB
Slab:            45040 kB
Committed_AS:  5738072 kB
PageTables:       2480 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66343 MiB



End job on node11 on Mon Jan  8 23:52:09 UTC 2007