Trace number 233930

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 251.892 252.61

General information on the benchmark

Nametaillard/os-taillard-7/
os-taillard-7-105-3.xml
MD5SUM3bb09a0442152690b841b4ddbc213821
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.066989
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size483
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.18	c version CSP COMPETITION BUGFIX 3
0.18	c sun.arch.data.model	32
0.18	c java.version	1.5.0_10
0.18	c os.name	Linux
0.18	c os.version	2.6.9-22.EL.rootsmp
0.18	c os.arch	i386
0.18	c Free memory 722620888
0.18	c Max memory 723845120
0.18	c Total memory 723845120
0.18	c Number of processors 2
0.27	c --- Begin Solver configuration ---
0.27	c Stops conflict analysis at the first Unique Implication Point
0.27	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.27	c Learn all clauses as in MiniSAT
0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27	c VSIDS like heuristics from MiniSAT using a heap
0.27	c No reason simplification
0.27	c --- End Solver configuration ---
0.27	c solving /tmp/evaluation/233930-1168329252/unknown.xml
0.27	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.67	c reading variables
c reading variables (49) done.
0.89	c reading predicates 
c reading relations (2) done.
1.11	c reading constraints
c reading constraints done.
148.18	c ... done. Wall clock time 147.908s.
148.18	c CPU time (experimental) 143.77s.
148.18	c #vars     21070
148.18	c #constraints  252938
252.47	c starts		: 11
252.47	c conflicts		: 13250
252.47	c decisions		: 46495
252.47	c propagations		: 2618144
252.47	c inspects		: 91859132
252.47	c learnt literals	: 0
252.47	c learnt binary clauses	: 0
252.47	c learnt ternary clauses	: 0
252.47	c learnt clauses	: 13250
252.47	c root simplifications	: 0
252.47	c removed literals (reason simplification)	: 0
252.47	c reason swapping (by a shorter reason)	: 0
252.47	c Calls to reduceDB	: 0
252.47	c speed (decisions/second)	: 446.01659552016883
252.47	c non guided choices	5166
252.47	s SATISFIABLE
252.49	v 251 181 388 86 338 0 429 82 435 5 264 320 31 194 0 388 368 312 165 85 250 177 263 213 30 418 390 95 389 312 436 0 143 213 78 334 0 447 106 350 263 222 75 181 395 259 444 313 2 
252.49	c Total wall clock time (in seconds) : 252.206
252.49	c Total CPU time (experimental, in seconds) : 245.52

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/node52/watcher-233930-1168329252 -o ROOT/results/node52/solver-233930-1168329252 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233930-1168329252/sat4jCSP-bf3.jar /tmp/evaluation/233930-1168329252/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: 0.92 1.17 1.57 1/69 3188
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=168 CPUtime=0
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 39 0 0 0 0 0 0 0 19 0 1 0 181323687 172032 23 18446744073709551615 134512640 134570532 4294956656 18446744073709551615 4309796 0 0 4096 0 0 0 0 17 0 0 0
/proc/3187/statm: 42 23 18 14 0 2 0

[startup+0.102744 s]
/proc/loadavg: 0.92 1.17 1.57 1/69 3188
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=897120 CPUtime=0.07
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 3111 0 1 0 6 1 0 0 19 0 6 0 181323687 918650880 2871 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 224280 2872 1474 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.510776 s]
/proc/loadavg: 0.92 1.17 1.57 1/69 3188
/proc/meminfo: memFree=1464576/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=905368 CPUtime=0.47
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 5839 0 1 0 44 3 0 0 25 0 12 0 181323687 927096832 5434 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226342 5434 2250 14 0 212779 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 905368

[startup+1.33289 s]
/proc/loadavg: 0.92 1.17 1.57 5/82 3706
/proc/meminfo: memFree=1436120/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=906360 CPUtime=1.29
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 9064 0 1 0 124 5 0 0 25 0 12 0 181323687 928112640 8178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054181877 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226590 8178 2460 14 0 213027 0
[pid=3187/tid=3189] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181323692 928112640 8178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181323692 928112640 8178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3191] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181323694 928112640 8178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 19 0 12 0 181323695 928112640 8178 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 4 0 0 0 0 0 0 0 20 0 12 0 181323695 928112640 8179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181323699 928112640 8179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 181323699 928112640 8179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=906360 CPUtime=0.31
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 981 0 0 0 31 0 0 0 16 0 12 0 181323699 928112640 8179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=906360 CPUtime=0.25
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 689 0 0 0 25 0 0 0 16 0 12 0 181323699 928112640 8179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 181323699 928112640 8179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=906360 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181323699 928112640 8179 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 906360

[startup+2.98593 s]
/proc/loadavg: 0.92 1.17 1.57 3/85 3860
/proc/meminfo: memFree=1374136/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=906684 CPUtime=2.98
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 25397 0 1 0 286 12 0 0 25 0 12 0 181323687 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054243482 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226671 24467 2478 14 0 213108 0
[pid=3187/tid=3189] ppid=3185 vsize=906684 CPUtime=0.02
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 2278 0 0 0 2 0 0 0 16 0 12 0 181323692 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=906684 CPUtime=0.02
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 1344 0 0 0 2 0 0 0 16 0 12 0 181323692 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=906684 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 181323694 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=906684 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181323695 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=906684 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181323695 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=906684 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181323699 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=906684 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181323699 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3196] ppid=3185 vsize=906684 CPUtime=0.39
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 994 0 0 0 39 0 0 0 16 0 12 0 181323699 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=906684 CPUtime=0.33
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 707 0 0 0 33 0 0 0 16 0 12 0 181323699 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=906684 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 181323699 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=906684 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181323699 928444416 24467 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 906684

[startup+6.19115 s]
/proc/loadavg: 1.01 1.19 1.58 3/85 3860
/proc/meminfo: memFree=1356472/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=906848 CPUtime=6.18
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 28993 0 1 0 605 13 0 0 25 0 12 0 181323687 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054132816 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226712 28020 2478 14 0 213149 0
[pid=3187/tid=3189] ppid=3185 vsize=906848 CPUtime=0.11
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 4150 0 0 0 10 1 0 0 16 0 12 0 181323692 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=906848 CPUtime=0.1
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 3053 0 0 0 10 0 0 0 16 0 12 0 181323692 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 181323694 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181323695 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181323695 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181323699 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181323699 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3196] ppid=3185 vsize=906848 CPUtime=0.39
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 994 0 0 0 39 0 0 0 17 0 12 0 181323699 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=906848 CPUtime=0.34
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 707 0 0 0 34 0 0 0 17 0 12 0 181323699 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 181323699 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181323699 928612352 28020 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 906848

[startup+12.6746 s]
/proc/loadavg: 1.09 1.20 1.58 3/85 3860
/proc/meminfo: memFree=1329472/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=906848 CPUtime=12.64
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 35180 0 1 0 1248 16 0 0 25 0 12 0 181323687 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054133335 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226712 33842 2478 14 0 213149 0
[pid=3187/tid=3189] ppid=3185 vsize=906848 CPUtime=0.16
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 7183 0 0 0 14 2 0 0 16 0 12 0 181323692 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=906848 CPUtime=0.16
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 6188 0 0 0 15 1 0 0 16 0 12 0 181323692 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 25 0 0 0 0 0 0 0 16 0 12 0 181323694 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181323695 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181323695 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181323699 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181323699 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3196] ppid=3185 vsize=906848 CPUtime=0.43
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 997 0 0 0 43 0 0 0 16 0 12 0 181323699 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=906848 CPUtime=0.37
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 710 0 0 0 37 0 0 0 17 0 12 0 181323699 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 181323699 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=906848 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181323699 928612352 33842 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 906848

[startup+25.5415 s]
/proc/loadavg: 1.29 1.24 1.58 3/85 3860
/proc/meminfo: memFree=1295872/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=906588 CPUtime=25.43
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 44347 0 1 0 2522 21 0 0 25 0 12 0 181323687 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054261527 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226647 42844 2478 14 0 213084 0
[pid=3187/tid=3189] ppid=3185 vsize=906588 CPUtime=0.24
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 12910 0 0 0 20 4 0 0 16 0 12 0 181323692 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=906588 CPUtime=0.23
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 9606 0 0 0 20 3 0 0 16 0 12 0 181323692 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=906588 CPUtime=0.01
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 181323694 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181323695 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181323695 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181323699 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181323699 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3196] ppid=3185 vsize=906588 CPUtime=0.44
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 998 0 0 0 44 0 0 0 17 0 12 0 181323699 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=906588 CPUtime=0.38
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 711 0 0 0 38 0 0 0 16 0 12 0 181323699 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 181323699 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181323699 928346112 42844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 906588

[startup+51.1882 s]
/proc/loadavg: 1.53 1.30 1.59 3/85 3860
/proc/meminfo: memFree=1218112/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=906588 CPUtime=50.95
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 63176 0 1 0 5067 28 0 0 25 0 12 0 181323687 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054130485 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226647 61590 2478 14 0 213084 0
[pid=3187/tid=3189] ppid=3185 vsize=906588 CPUtime=0.42
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 22458 0 0 0 34 8 0 0 16 0 12 0 181323692 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=906588 CPUtime=0.41
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 18848 0 0 0 35 6 0 0 16 0 12 0 181323692 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=906588 CPUtime=0.01
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 25 0 0 0 1 0 0 0 15 0 12 0 181323694 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181323695 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181323695 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181323699 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181323699 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=906588 CPUtime=0.48
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 1000 0 0 0 48 0 0 0 17 0 12 0 181323699 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=906588 CPUtime=0.42
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 711 0 0 0 42 0 0 0 17 0 12 0 181323699 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 181323699 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181323699 928346112 61590 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 906588

[startup+102.474 s]
/proc/loadavg: 1.79 1.40 1.61 3/85 3860
/proc/meminfo: memFree=1073344/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=906588 CPUtime=102.01
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 99956 0 1 0 10157 44 0 0 25 0 12 0 181323687 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054221379 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226647 98299 2478 14 0 213084 0
[pid=3187/tid=3189] ppid=3185 vsize=906588 CPUtime=0.89
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 42192 0 0 0 74 15 0 0 16 0 12 0 181323692 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=906588 CPUtime=0.83
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 35821 0 0 0 70 13 0 0 16 0 12 0 181323692 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=906588 CPUtime=0.03
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 25 0 0 0 2 1 0 0 15 0 12 0 181323694 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 181323695 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181323695 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 181323699 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 181323699 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=906588 CPUtime=0.49
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 1001 0 0 0 49 0 0 0 17 0 12 0 181323699 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=906588 CPUtime=0.42
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 711 0 0 0 42 0 0 0 17 0 12 0 181323699 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 181323699 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=906588 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 181323699 928346112 98299 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 906588

[startup+162.516 s]
/proc/loadavg: 1.92 1.51 1.64 3/86 3861
/proc/meminfo: memFree=925816/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=907104 CPUtime=161.76
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 136456 0 1 0 16117 59 0 0 25 0 13 0 181323687 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054435380 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226776 134526 2484 14 0 213213 0
[pid=3187/tid=3189] ppid=3185 vsize=907104 CPUtime=1.46
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 63500 0 0 0 123 23 0 0 16 0 13 0 181323692 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3190] ppid=3185 vsize=907104 CPUtime=1.29
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 50706 0 0 0 111 18 0 0 17 0 13 0 181323692 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=907104 CPUtime=0.04
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 26 0 0 0 3 1 0 0 16 0 13 0 181323694 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3192] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 181323695 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181323695 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 181323699 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 181323699 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=907104 CPUtime=0.82
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 1110 0 0 0 82 0 0 0 17 0 13 0 181323699 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=907104 CPUtime=0.7
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 818 0 0 0 70 0 0 0 17 0 13 0 181323699 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 181323699 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181323699 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3861] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3861/stat : 3861 (java) S 3185 3187 3090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 181338511 928874496 134526 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 907104

[startup+222.52 s]
/proc/loadavg: 1.98 1.60 1.66 3/93 3990
/proc/meminfo: memFree=758856/2055920 swapFree=4192812/4192956
[pid=3187] ppid=3185 vsize=907104 CPUtime=221.85
/proc/3187/stat : 3187 (java) R 3185 3187 3090 0 -1 0 175309 0 1 0 22108 77 0 0 25 0 13 0 181323687 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054435380 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/3187/statm: 226776 172748 2484 14 0 213213 0
[pid=3187/tid=3189] ppid=3185 vsize=907104 CPUtime=1.85
/proc/3187/task/3189/stat : 3189 (java) S 3185 3187 3090 0 -1 64 83517 0 0 0 154 31 0 0 16 0 13 0 181323692 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3190] ppid=3185 vsize=907104 CPUtime=1.64
/proc/3187/task/3190/stat : 3190 (java) S 3185 3187 3090 0 -1 64 69530 0 0 0 138 26 0 0 17 0 13 0 181323692 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3191] ppid=3185 vsize=907104 CPUtime=0.04
/proc/3187/task/3191/stat : 3191 (java) S 3185 3187 3090 0 -1 64 26 0 0 0 3 1 0 0 16 0 13 0 181323694 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3192] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3192/stat : 3192 (java) S 3185 3187 3090 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 181323695 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3193] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3193/stat : 3193 (java) S 3185 3187 3090 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181323695 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3194] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3194/stat : 3194 (java) S 3185 3187 3090 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 181323699 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3195] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3195/stat : 3195 (java) S 3185 3187 3090 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 181323699 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3196] ppid=3185 vsize=907104 CPUtime=0.84
/proc/3187/task/3196/stat : 3196 (java) S 3185 3187 3090 0 -1 64 1111 0 0 0 84 0 0 0 17 0 13 0 181323699 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3197] ppid=3185 vsize=907104 CPUtime=0.72
/proc/3187/task/3197/stat : 3197 (java) S 3185 3187 3090 0 -1 64 819 0 0 0 72 0 0 0 17 0 13 0 181323699 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3198] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3198/stat : 3198 (java) S 3185 3187 3090 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 181323699 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=3187/tid=3199] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3199/stat : 3199 (java) S 3185 3187 3090 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 181323699 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=3187/tid=3861] ppid=3185 vsize=907104 CPUtime=0
/proc/3187/task/3861/stat : 3861 (java) S 3185 3187 3090 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 181338511 928874496 172748 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.85
Current children cumulated vsize (KiB) 907104

Child status: 0
Real time (s): 252.61
CPU time (s): 251.892
CPU user time (s): 250.996
CPU system time (s): 0.895863
CPU usage (%): 99.7156
Max. virtual memory (cumulated for all children) (KiB): 907296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.996
system time used= 0.895863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180504
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= 8770
involuntary context switches= 6164

runsolver used 0.32795 s user time and 0.797878 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Jan  9 07:54:12 UTC 2007


IDJOB= 233930
IDBENCH= 6647
FILE ID= node52/233930-1168329252

PBS_JOBID= 3503255

Free space on /tmp= 66553 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-105-3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233930-1168329252/sat4jCSP-bf3.jar /tmp/evaluation/233930-1168329252/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-233930-1168329252 -o ROOT/results/node52/solver-233930-1168329252 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233930-1168329252/sat4jCSP-bf3.jar /tmp/evaluation/233930-1168329252/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  3bb09a0442152690b841b4ddbc213821

RANDOM SEED= 961372801

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.232
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.232
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:       1466016 kB
Buffers:         77196 kB
Cached:         431512 kB
SwapCached:          0 kB
Active:         217836 kB
Inactive:       311060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1466016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6556 kB
Writeback:           0 kB
Mapped:          30420 kB
Slab:            46632 kB
Committed_AS:  4289340 kB
PageTables:       1748 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= 66556 MiB



End job on node52 on Tue Jan  9 07:58:25 UTC 2007