Trace number 225832

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-CACHED 1.7 RC BF3SAT 1164.63 1166.86

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-71_ext.xml
MD5SUMf7eb7de32df34518af0e28a9b223bfd2
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 benchmark22.2006
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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 CACHED
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.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/225832-1168273574/unknown.xml
0.23	c reading problem ... 
0.48	c reading problem named ?
0.48	c reading domains done.
0.49	c reading variables
c reading variables (40) done.
0.67	c reading relations
c reading relations (84) done.
2.49	c reading constraints
c reading constraints done.
3.28	c ... done. Wall clock time 3.05s.
3.28	c CPU time (experimental) 1.96s.
3.28	c #vars     7200
3.28	c #constraints  30320
1166.76	c starts		: 14
1166.76	c conflicts		: 43970
1166.76	c decisions		: 59811
1166.76	c propagations		: 47619397
1166.76	c inspects		: 1299745583
1166.76	c learnt literals	: 9
1166.76	c learnt binary clauses	: 0
1166.76	c learnt ternary clauses	: 0
1166.76	c learnt clauses	: 43959
1166.76	c root simplifications	: 0
1166.76	c removed literals (reason simplification)	: 0
1166.76	c reason swapping (by a shorter reason)	: 0
1166.76	c Calls to reduceDB	: 0
1166.76	c speed (decisions/second)	: 51.40848823237177
1166.76	c non guided choices	456
1166.76	s SATISFIABLE
1166.76	v 39 167 44 69 83 96 163 161 3 87 56 104 64 146 83 72 29 101 33 46 9 173 75 53 41 53 4 58 178 64 61 171 117 125 135 123 26 27 98 89 
1166.76	c Total wall clock time (in seconds) : 1166.527
1166.76	c Total CPU time (experimental, in seconds) : 1160.89

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/node15/watcher-225832-1168273574 -o ROOT/results/node15/solver-225832-1168273574 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/225832-1168273574/sat4jCSP-bf3-cached.jar /tmp/evaluation/225832-1168273574/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.99 2.01 2.08 4/86 23299
/proc/meminfo: memFree=1716744/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=292 CPUtime=0
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 213 0 0 0 0 0 0 0 18 0 1 0 175752294 299008 35 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7512868 0 0 4096 0 0 0 0 17 0 0 0
/proc/23298/statm: 73 37 29 14 0 5 0

[startup+0.106532 s]
/proc/loadavg: 1.99 2.01 2.08 4/86 23299
/proc/meminfo: memFree=1716744/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=902816 CPUtime=0.09
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 3408 0 1 0 8 1 0 0 25 0 12 0 175752294 924483584 3168 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23298/statm: 225704 3170 1584 14 0 212148 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 902816

[startup+0.514602 s]
/proc/loadavg: 1.99 2.01 2.08 4/86 23299
/proc/meminfo: memFree=1716744/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=905236 CPUtime=0.49
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 5976 0 1 0 47 2 0 0 25 0 12 0 175752294 926961664 5570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23298/statm: 226309 5570 2292 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33774 s]
/proc/loadavg: 1.99 2.01 2.08 3/97 23310
/proc/meminfo: memFree=1690544/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=905236 CPUtime=1.32
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 8935 0 1 0 128 4 0 0 25 0 12 0 175752294 926961664 8244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054217143 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23298/statm: 226309 8246 2325 14 0 212746 0
[pid=23298/tid=23300] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 175752296 926961664 8248 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23301] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 175752296 926961664 8250 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 175752299 926961664 8252 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 7 0 0 0 0 0 0 0 22 0 12 0 175752299 926961664 8254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 175752299 926961664 8256 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 175752303 926961664 8259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 175752303 926961664 8261 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=905236 CPUtime=0.38
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 540 0 0 0 38 0 0 0 16 0 12 0 175752303 926961664 8263 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=905236 CPUtime=0.32
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 694 0 0 0 32 0 0 0 16 0 12 0 175752303 926961664 8265 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 175752303 926961664 8267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=905236 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 175752303 926961664 8269 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 905236

[startup+2.99103 s]
/proc/loadavg: 1.99 2.01 2.08 3/97 23310
/proc/meminfo: memFree=1617712/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906800 CPUtime=2.96
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 26157 0 1 0 284 12 0 0 25 0 12 0 175752294 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23298/statm: 226700 24671 2345 14 0 213137 0
[pid=23298/tid=23300] ppid=23296 vsize=906800 CPUtime=0.09
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 1998 0 0 0 9 0 0 0 16 0 12 0 175752296 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906800 CPUtime=0.08
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 2071 0 0 0 8 0 0 0 16 0 12 0 175752296 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906800 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 22 0 0 0 0 0 0 0 16 0 12 0 175752299 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906800 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 175752299 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906800 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 175752299 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906800 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 175752303 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906800 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 175752303 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906800 CPUtime=0.61
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1719 0 0 0 61 0 0 0 16 0 12 0 175752303 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906800 CPUtime=0.4
/proc/23298/task/23308/stat : 23308 (java) R 23296 23298 22398 0 -1 64 708 0 0 0 40 0 0 0 16 0 12 0 175752303 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152643365 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906800 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 175752303 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906800 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 175752303 928563200 24671 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 906800

[startup+6.28559 s]
/proc/loadavg: 1.99 2.01 2.08 3/98 23311
/proc/meminfo: memFree=1591848/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=6.26
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 28893 0 1 0 612 14 0 0 25 0 13 0 175752294 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054438609 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23298/statm: 226718 27309 2356 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=0.14
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 3217 0 0 0 13 1 0 0 17 0 13 0 175752296 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=0.13
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 3504 0 0 0 12 1 0 0 17 0 13 0 175752296 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.88
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1764 0 0 0 88 0 0 0 16 0 13 0 175752303 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.5
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 718 0 0 0 50 0 0 0 17 0 13 0 175752303 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 27309 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 906872

[startup+12.7867 s]
/proc/loadavg: 1.99 2.01 2.08 3/98 23311
/proc/meminfo: memFree=1547752/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=12.73
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 28898 0 1 0 1259 14 0 0 25 0 13 0 175752294 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054433470 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23298/statm: 226718 27312 2356 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=0.14
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 3217 0 0 0 13 1 0 0 17 0 13 0 175752296 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=0.13
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 3504 0 0 0 12 1 0 0 17 0 13 0 175752296 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 17 0 13 0 175752299 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.89
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1765 0 0 0 89 0 0 0 17 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.52
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 721 0 0 0 52 0 0 0 17 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.73
Current children cumulated vsize (KiB) 906872

[startup+25.6167 s]
/proc/loadavg: 1.99 2.01 2.08 3/98 23311
/proc/meminfo: memFree=1560808/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=25.5
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 28898 0 1 0 2536 14 0 0 25 0 13 0 175752294 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054396817 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23298/statm: 226718 27312 2356 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=0.14
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 3217 0 0 0 13 1 0 0 17 0 13 0 175752296 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=0.13
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 3504 0 0 0 12 1 0 0 17 0 13 0 175752296 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.89
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1765 0 0 0 89 0 0 0 17 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.52
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 721 0 0 0 52 0 0 0 17 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 27312 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 906872

[startup+51.2931 s]
/proc/loadavg: 1.99 2.01 2.07 3/98 23311
/proc/meminfo: memFree=1582824/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=51.05
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 28905 0 1 0 5090 15 0 0 25 0 13 0 175752294 928636928 27316 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054381089 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 95069 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 95069 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 820.67
Current children cumulated vsize (KiB) 906872

[startup+882.802 s]
/proc/loadavg: 2.00 1.98 2.00 3/99 23756
/proc/meminfo: memFree=1222688/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=880.67
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 106653 0 1 0 88007 60 0 0 25 0 13 0 175752294 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054396984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 226718 101417 2358 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=0.87
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 37190 0 0 0 70 17 0 0 17 0 13 0 175752296 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=0.91
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 47261 0 0 0 71 20 0 0 17 0 13 0 175752296 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.93
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1769 0 0 0 93 0 0 0 17 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.54
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 722 0 0 0 54 0 0 0 16 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 880.67
Current children cumulated vsize (KiB) 906872

[startup+942.819 s]
/proc/loadavg: 2.00 1.98 2.00 3/99 23756
/proc/meminfo: memFree=1222688/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=940.68
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 106653 0 1 0 94007 61 0 0 25 0 13 0 175752294 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054121945 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 226718 101417 2358 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=0.87
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 37190 0 0 0 70 17 0 0 17 0 13 0 175752296 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=0.91
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 47261 0 0 0 71 20 0 0 17 0 13 0 175752296 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.93
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1769 0 0 0 93 0 0 0 17 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.54
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 722 0 0 0 54 0 0 0 16 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 101417 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 940.68
Current children cumulated vsize (KiB) 906872

[startup+1002.84 s]
/proc/loadavg: 2.00 1.98 2.00 3/99 23756
/proc/meminfo: memFree=1196128/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=1000.68
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 113369 0 1 0 100004 64 0 0 25 0 13 0 175752294 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054397109 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 226718 108052 2358 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=0.94
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 39495 0 0 0 76 18 0 0 17 0 13 0 175752296 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=0.99
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 51671 0 0 0 78 21 0 0 17 0 13 0 175752296 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.93
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1769 0 0 0 93 0 0 0 17 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.54
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 722 0 0 0 54 0 0 0 16 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1000.68
Current children cumulated vsize (KiB) 906872

[startup+1062.87 s]
/proc/loadavg: 2.00 1.98 2.00 3/99 23756
/proc/meminfo: memFree=1196064/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=1060.68
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 113369 0 1 0 106004 64 0 0 25 0 13 0 175752294 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054396817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 226718 108052 2358 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=0.94
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 39495 0 0 0 76 18 0 0 17 0 13 0 175752296 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=0.99
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 51671 0 0 0 78 21 0 0 17 0 13 0 175752296 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.93
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1769 0 0 0 93 0 0 0 17 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.54
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 722 0 0 0 54 0 0 0 16 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 108052 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1060.68
Current children cumulated vsize (KiB) 906872

[startup+1122.9 s]
/proc/loadavg: 2.00 1.98 2.00 3/99 23756
/proc/meminfo: memFree=1169120/2055920 swapFree=4174172/4192956
[pid=23298] ppid=23296 vsize=906872 CPUtime=1120.69
/proc/23298/stat : 23298 (java) R 23296 23298 22398 0 -1 0 120080 0 1 0 112002 67 0 0 25 0 13 0 175752294 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054396817 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23298/statm: 226718 114762 2358 14 0 213155 0
[pid=23298/tid=23300] ppid=23296 vsize=906872 CPUtime=1
/proc/23298/task/23300/stat : 23300 (java) S 23296 23298 22398 0 -1 64 41971 0 0 0 82 18 0 0 17 0 13 0 175752296 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23301] ppid=23296 vsize=906872 CPUtime=1.07
/proc/23298/task/23301/stat : 23301 (java) S 23296 23298 22398 0 -1 64 55905 0 0 0 84 23 0 0 17 0 13 0 175752296 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23302] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23302/stat : 23302 (java) S 23296 23298 22398 0 -1 64 27 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23303] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23303/stat : 23303 (java) S 23296 23298 22398 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23304] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23304/stat : 23304 (java) S 23296 23298 22398 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 175752299 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23305] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23305/stat : 23305 (java) S 23296 23298 22398 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 175752303 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23306] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23306/stat : 23306 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 175752303 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23307] ppid=23296 vsize=906872 CPUtime=0.93
/proc/23298/task/23307/stat : 23307 (java) S 23296 23298 22398 0 -1 64 1769 0 0 0 93 0 0 0 17 0 13 0 175752303 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23308] ppid=23296 vsize=906872 CPUtime=0.54
/proc/23298/task/23308/stat : 23308 (java) S 23296 23298 22398 0 -1 64 722 0 0 0 54 0 0 0 16 0 13 0 175752303 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23309] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23309/stat : 23309 (java) S 23296 23298 22398 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 175752303 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23298/tid=23310] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23310/stat : 23310 (java) S 23296 23298 22398 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 175752303 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23298/tid=23311] ppid=23296 vsize=906872 CPUtime=0
/proc/23298/task/23311/stat : 23311 (java) S 23296 23298 22398 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 175752626 928636928 114762 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1120.69
Current children cumulated vsize (KiB) 906872

Child status: 0
Real time (s): 1166.86
CPU time (s): 1164.63
CPU user time (s): 1163.88
CPU system time (s): 0.752885
CPU usage (%): 99.8088
Max. virtual memory (cumulated for all children) (KiB): 907504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1163.88
system time used= 0.752885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120087
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= 24519
involuntary context switches= 41733

runsolver used 1.39579 s user time and 3.76643 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan  8 16:26:14 UTC 2007


IDJOB= 225832
IDBENCH= 5897
FILE ID= node15/225832-1168273574

PBS_JOBID= 3483029

Free space on /tmp= 66329 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-71_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/225832-1168273574/sat4jCSP-bf3-cached.jar /tmp/evaluation/225832-1168273574/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-225832-1168273574 -o ROOT/results/node15/solver-225832-1168273574 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/225832-1168273574/sat4jCSP-bf3-cached.jar /tmp/evaluation/225832-1168273574/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  f7eb7de32df34518af0e28a9b223bfd2

RANDOM SEED= 721939777

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.276
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.276
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:       1717288 kB
Buffers:         74960 kB
Cached:         156096 kB
SwapCached:       6400 kB
Active:         159284 kB
Inactive:       122452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1717288 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            4332 kB
Writeback:           0 kB
Mapped:          60728 kB
Slab:            41436 kB
Committed_AS:  5272324 kB
PageTables:       2592 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= 66326 MiB



End job on node15 on Mon Jan  8 16:45:42 UTC 2007