Trace number 233843

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 168.924 169.551

General information on the benchmark

Nametaillard/os-taillard-7/
os-taillard-7-105-5.xml
MD5SUMefbdeb513ea809b991adb1cc8e556640
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.18797
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size474
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.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.17	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/233843-1168328635/unknown.xml
0.25	c reading problem ... 
0.51	c reading problem named ?
0.51	c reading domains done.
0.66	c reading variables
c reading variables (49) done.
0.88	c reading predicates 
c reading relations (2) done.
1.09	c reading constraints
c reading constraints done.
149.40	c ... done. Wall clock time 149.155s.
149.41	c CPU time (experimental) 145.04s.
149.41	c #vars     20445
149.41	c #constraints  245438
169.43	c starts		: 6
169.43	c conflicts		: 1329
169.43	c decisions		: 9416
169.43	c propagations		: 465732
169.43	c inspects		: 17979286
169.43	c learnt literals	: 0
169.43	c learnt binary clauses	: 0
169.43	c learnt ternary clauses	: 0
169.43	c learnt clauses	: 1329
169.43	c root simplifications	: 0
169.43	c removed literals (reason simplification)	: 0
169.43	c reason swapping (by a shorter reason)	: 0
169.43	c Calls to reduceDB	: 0
169.43	c speed (decisions/second)	: 471.6253443526171
169.43	c non guided choices	3908
169.43	s SATISFIABLE
169.43	v 275 74 374 255 16 167 9 32 417 205 373 110 264 303 11 176 264 470 74 99 351 8 419 75 175 216 241 305 298 413 336 4 305 159 240 354 161 257 414 95 18 247 164 115 372 336 0 399 241 
169.43	c Total wall clock time (in seconds) : 169.178
169.43	c Total CPU time (experimental, in seconds) : 164.2

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/node50/watcher-233843-1168328635 -o ROOT/results/node50/solver-233843-1168328635 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/233843-1168328635/sat4jCSP-bf3.jar /tmp/evaluation/233843-1168328635/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.24 1.05 1.02 1/69 5038
/proc/meminfo: memFree=1505192/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=12040 CPUtime=0
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 588 0 0 0 0 0 0 0 20 0 1 0 181262032 12328960 395 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 7888161 0 0 4096 0 0 0 0 17 0 0 0
/proc/5037/statm: 3010 404 283 14 0 1138 0

[startup+0.102244 s]
/proc/loadavg: 1.24 1.05 1.02 1/69 5038
/proc/meminfo: memFree=1505192/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=899700 CPUtime=0.08
/proc/5037/stat : 5037 (java) S 5035 5037 4940 0 -1 0 3251 0 1 0 6 2 0 0 24 0 11 0 181262032 921292800 3011 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5037/statm: 224925 3012 1525 14 0 211945 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 899700

[startup+0.510309 s]
/proc/loadavg: 1.24 1.05 1.02 1/69 5038
/proc/meminfo: memFree=1505192/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=905236 CPUtime=0.49
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 5939 0 1 0 43 6 0 0 25 0 12 0 181262032 926961664 5533 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5037/statm: 226309 5534 2283 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33246 s]
/proc/loadavg: 1.24 1.05 1.02 4/80 5542
/proc/meminfo: memFree=1477008/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=906360 CPUtime=1.29
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 9013 0 1 0 120 9 0 0 25 0 12 0 181262032 928112640 8127 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054183872 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5037/statm: 226590 8128 2460 14 0 213027 0
[pid=5037/tid=5039] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 181262034 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5040] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 181262034 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 181262037 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5042] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 181262038 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 181262038 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181262042 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181262042 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5046] ppid=5035 vsize=906360 CPUtime=0.29
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 963 0 0 0 29 0 0 0 16 0 12 0 181262042 928112640 8128 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5047] ppid=5035 vsize=906360 CPUtime=0.25
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 708 0 0 0 25 0 0 0 16 0 12 0 181262042 928112640 8129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5048] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181262042 928112640 8129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=906360 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181262042 928112640 8129 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 906360

[startup+2.98573 s]
/proc/loadavg: 1.22 1.05 1.02 3/85 5709
/proc/meminfo: memFree=1416608/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=906524 CPUtime=3.05
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 24940 0 1 0 289 16 0 0 23 0 12 0 181262032 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053837401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5037/statm: 226631 24037 2478 14 0 213068 0
[pid=5037/tid=5039] ppid=5035 vsize=906524 CPUtime=0.04
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 1633 0 0 0 4 0 0 0 16 0 12 0 181262034 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5040] ppid=5035 vsize=906524 CPUtime=0.03
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 1532 0 0 0 3 0 0 0 16 0 12 0 181262034 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=906524 CPUtime=0
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 17 0 0 0 0 0 0 0 17 0 12 0 181262037 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5042] ppid=5035 vsize=906524 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181262038 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=906524 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181262038 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=906524 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181262042 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=906524 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181262042 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5046] ppid=5035 vsize=906524 CPUtime=0.39
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 986 0 0 0 39 0 0 0 16 0 12 0 181262042 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5047] ppid=5035 vsize=906524 CPUtime=0.32
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 715 0 0 0 32 0 0 0 16 0 12 0 181262042 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5048] ppid=5035 vsize=906524 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181262042 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=906524 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181262042 928280576 24037 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 906524

[startup+6.20327 s]
/proc/loadavg: 1.22 1.05 1.02 3/85 5710
/proc/meminfo: memFree=1398816/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=906684 CPUtime=6.26
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 28651 0 1 0 608 18 0 0 25 0 12 0 181262032 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054130231 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5037/statm: 226671 27681 2478 14 0 213108 0
[pid=5037/tid=5039] ppid=5035 vsize=906684 CPUtime=0.13
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 2574 0 0 0 12 1 0 0 16 0 12 0 181262034 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5040] ppid=5035 vsize=906684 CPUtime=0.13
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 4282 0 0 0 11 2 0 0 16 0 12 0 181262034 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=906684 CPUtime=0
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 181262037 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5042] ppid=5035 vsize=906684 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181262038 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=906684 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181262038 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=906684 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181262042 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=906684 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181262042 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5046] ppid=5035 vsize=906684 CPUtime=0.4
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 986 0 0 0 40 0 0 0 17 0 12 0 181262042 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5047] ppid=5035 vsize=906684 CPUtime=0.33
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 715 0 0 0 33 0 0 0 17 0 12 0 181262042 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5048] ppid=5035 vsize=906684 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181262042 928444416 27681 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=906684 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181262042 928444416 27681 18446744073709551615 134512640 134570532 4294956496 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) 906684

[startup+12.6043 s]
/proc/loadavg: 1.34 1.08 1.03 3/85 5710
/proc/meminfo: memFree=1371680/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=906632 CPUtime=12.63
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 34481 0 1 0 1243 20 0 0 25 0 12 0 181262032 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054259944 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5037/statm: 226658 33285 2478 14 0 213095 0
[pid=5037/tid=5039] ppid=5035 vsize=906632 CPUtime=0.18
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 5198 0 0 0 16 2 0 0 16 0 12 0 181262034 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5040] ppid=5035 vsize=906632 CPUtime=0.18
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 7460 0 0 0 15 3 0 0 16 0 12 0 181262034 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=906632 CPUtime=0
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 181262037 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5042] ppid=5035 vsize=906632 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181262038 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=906632 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181262038 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=906632 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181262042 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=906632 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181262042 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5046] ppid=5035 vsize=906632 CPUtime=0.43
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 990 0 0 0 43 0 0 0 16 0 12 0 181262042 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5047] ppid=5035 vsize=906632 CPUtime=0.38
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 728 0 0 0 38 0 0 0 17 0 12 0 181262042 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5048] ppid=5035 vsize=906632 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181262042 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=906632 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181262042 928391168 33285 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 906632

[startup+25.4985 s]
/proc/loadavg: 1.44 1.11 1.04 3/85 5710
/proc/meminfo: memFree=1343008/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=906408 CPUtime=25.46
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 42011 0 1 0 2522 24 0 0 25 0 12 0 181262032 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054132795 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5037/statm: 226602 40516 2478 14 0 213039 0
[pid=5037/tid=5039] ppid=5035 vsize=906408 CPUtime=0.25
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 8386 0 0 0 22 3 0 0 16 0 12 0 181262034 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5040] ppid=5035 vsize=906408 CPUtime=0.26
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 11781 0 0 0 21 5 0 0 16 0 12 0 181262034 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=906408 CPUtime=0.01
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 31 0 0 0 1 0 0 0 16 0 12 0 181262037 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5042] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181262038 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181262038 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181262042 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 181262042 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5046] ppid=5035 vsize=906408 CPUtime=0.45
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 991 0 0 0 45 0 0 0 17 0 12 0 181262042 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5047] ppid=5035 vsize=906408 CPUtime=0.39
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 729 0 0 0 39 0 0 0 17 0 12 0 181262042 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5048] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181262042 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181262042 928161792 40516 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 906408

[startup+51.1708 s]
/proc/loadavg: 1.63 1.18 1.06 3/85 5710
/proc/meminfo: memFree=1273824/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=906408 CPUtime=51.01
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 59403 0 1 0 5070 31 0 0 25 0 12 0 181262032 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054133299 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5037/statm: 226602 57845 2478 14 0 213039 0
[pid=5037/tid=5039] ppid=5035 vsize=906408 CPUtime=0.44
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 17952 0 0 0 38 6 0 0 15 0 12 0 181262034 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5040] ppid=5035 vsize=906408 CPUtime=0.42
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 19570 0 0 0 34 8 0 0 16 0 12 0 181262034 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=906408 CPUtime=0.01
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 31 0 0 0 1 0 0 0 15 0 12 0 181262037 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5042] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181262038 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181262038 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181262042 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 181262042 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5046] ppid=5035 vsize=906408 CPUtime=0.48
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 993 0 0 0 48 0 0 0 17 0 12 0 181262042 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5047] ppid=5035 vsize=906408 CPUtime=0.43
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 730 0 0 0 43 0 0 0 17 0 12 0 181262042 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5048] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181262042 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181262042 928161792 57845 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 906408

[startup+102.44 s]
/proc/loadavg: 1.85 1.31 1.11 3/85 5710
/proc/meminfo: memFree=1139168/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=906408 CPUtime=102.03
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 93666 0 1 0 10159 44 0 0 25 0 12 0 181262032 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054259707 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5037/statm: 226602 91771 2478 14 0 213039 0
[pid=5037/tid=5039] ppid=5035 vsize=906408 CPUtime=0.92
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 37534 0 0 0 80 12 0 0 16 0 12 0 181262034 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5040] ppid=5035 vsize=906408 CPUtime=0.77
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 34183 0 0 0 64 13 0 0 15 0 12 0 181262034 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=906408 CPUtime=0.04
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 31 0 0 0 3 1 0 0 15 0 12 0 181262037 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5042] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 181262038 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 181262038 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 181262042 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 181262042 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5046] ppid=5035 vsize=906408 CPUtime=0.49
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 993 0 0 0 49 0 0 0 17 0 12 0 181262042 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5047] ppid=5035 vsize=906408 CPUtime=0.43
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 730 0 0 0 43 0 0 0 17 0 12 0 181262042 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5048] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 181262042 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=906408 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 181262042 928161792 91771 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 906408

[startup+162.47 s]
/proc/loadavg: 2.03 1.47 1.17 3/82 5720
/proc/meminfo: memFree=992888/2055920 swapFree=4191892/4192956
[pid=5037] ppid=5035 vsize=907020 CPUtime=161.78
/proc/5037/stat : 5037 (java) R 5035 5037 4940 0 -1 0 131775 0 1 0 16117 61 0 0 25 0 13 0 181262032 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054427603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5037/statm: 226755 128560 2484 14 0 213192 0
[pid=5037/tid=5039] ppid=5035 vsize=907020 CPUtime=1.42
/proc/5037/task/5039/stat : 5039 (java) S 5035 5037 4940 0 -1 64 54062 0 0 0 124 18 0 0 16 0 13 0 181262034 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5040] ppid=5035 vsize=907020 CPUtime=1.3
/proc/5037/task/5040/stat : 5040 (java) S 5035 5037 4940 0 -1 64 54975 0 0 0 108 22 0 0 16 0 13 0 181262034 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5041] ppid=5035 vsize=907020 CPUtime=0.06
/proc/5037/task/5041/stat : 5041 (java) S 5035 5037 4940 0 -1 64 32 0 0 0 5 1 0 0 16 0 13 0 181262037 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5042] ppid=5035 vsize=907020 CPUtime=0
/proc/5037/task/5042/stat : 5042 (java) S 5035 5037 4940 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 181262038 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5043] ppid=5035 vsize=907020 CPUtime=0
/proc/5037/task/5043/stat : 5043 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 181262038 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5044] ppid=5035 vsize=907020 CPUtime=0
/proc/5037/task/5044/stat : 5044 (java) S 5035 5037 4940 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 181262042 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5045] ppid=5035 vsize=907020 CPUtime=0
/proc/5037/task/5045/stat : 5045 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 181262042 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5046] ppid=5035 vsize=907020 CPUtime=0.91
/proc/5037/task/5046/stat : 5046 (java) S 5035 5037 4940 0 -1 64 1635 0 0 0 90 1 0 0 17 0 13 0 181262042 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5047] ppid=5035 vsize=907020 CPUtime=0.71
/proc/5037/task/5047/stat : 5047 (java) S 5035 5037 4940 0 -1 64 786 0 0 0 71 0 0 0 17 0 13 0 181262042 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5037/tid=5048] ppid=5035 vsize=907020 CPUtime=0
/proc/5037/task/5048/stat : 5048 (java) S 5035 5037 4940 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 181262042 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5049] ppid=5035 vsize=907020 CPUtime=0
/proc/5037/task/5049/stat : 5049 (java) S 5035 5037 4940 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 181262042 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5037/tid=5711] ppid=5035 vsize=907020 CPUtime=0
/proc/5037/task/5711/stat : 5711 (java) S 5035 5037 4940 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 181276979 928788480 128560 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.78
Current children cumulated vsize (KiB) 907020

Child status: 0
Real time (s): 169.551
CPU time (s): 168.924
CPU user time (s): 168.185
CPU system time (s): 0.738887
CPU usage (%): 99.6302
Max. virtual memory (cumulated for all children) (KiB): 907416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 168.185
system time used= 0.738887
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138626
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= 6778
involuntary context switches= 5018

runsolver used 0.204968 s user time and 0.565913 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue Jan  9 07:43:55 UTC 2007


IDJOB= 233843
IDBENCH= 6641
FILE ID= node50/233843-1168328635

PBS_JOBID= 3503249

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  efbdeb513ea809b991adb1cc8e556640

RANDOM SEED= 495379025

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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1506568 kB
Buffers:         71736 kB
Cached:         400944 kB
SwapCached:        396 kB
Active:         181396 kB
Inactive:       310940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1506568 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            6616 kB
Writeback:           0 kB
Mapped:          28520 kB
Slab:            42648 kB
Committed_AS:  4444492 kB
PageTables:       1720 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= 66560 MiB



End job on node50 on Tue Jan  9 07:46:44 UTC 2007