Trace number 1048048

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT4J CSP 2008-06-13UNSAT 351.423 353.31

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-100-9-mod.xml
MD5SUM3386f4f322a7a484b46b823c691cf5d8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.527919
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2450
Global constraints used (with number of constraints)

Solver Data (download as text)

0.23/0.36	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.23/0.36	c This is free software under the dual EPL/GNU LGPL licenses.
0.23/0.36	c See www.sat4j.org for details.
0.23/0.36	c That software uses the Rhino library from the Mozilla project.
0.33/0.40	c version 9.9.9.token
0.33/0.40	c sun.arch.data.model	32
0.33/0.40	c java.version	1.6.0_06
0.33/0.40	c os.name	Linux
0.33/0.40	c os.version	2.6.9-22.EL.rootsmp
0.33/0.40	c os.arch	i386
0.33/0.40	c Free memory 669864272
0.33/0.40	c Max memory 672137216
0.33/0.40	c Total memory 672137216
0.33/0.41	c Number of processors 2
0.33/0.45	c c --- Begin Solver configuration ---
0.33/0.45	c Stops conflict analysis at the first Unique Implication Point
0.33/0.45	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.33/0.45	c Learn all clauses as in MiniSAT
0.33/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.33/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.33/0.45	c Expensive reason simplification
0.33/0.45	c MiniSAT restarts strategy
0.33/0.45	c timeout=2147483s
0.33/0.45	c DB Simplification allowed=false
0.33/0.45	c --- End Solver configuration ---
0.33/0.45	c solving HOME/instance-1048048-1215041975.xml
0.33/0.45	c reading problem ... 
0.62/0.72	c reading problem named null
0.62/0.83	c reading domains done.
0.62/0.83	c reading variables done.
0.62/0.83	c reading predicates  done.
0.83/0.97	c reading constraints
9.53/9.45	c done with constraints.
9.53/9.45	c ... done. Wall clock time 9.001s.
9.53/9.45	c #vars     900
9.53/9.45	c #constraints  551450
9.53/9.45	c constraints type 
9.53/9.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 551350
9.53/9.45	c org.sat4j.minisat.constraints.card.AtLeast => 100
351.35/353.23	c starts		: 19
351.35/353.23	c conflicts		: 300559
351.35/353.23	c decisions		: 318892
351.35/353.23	c propagations		: 6223876
351.35/353.23	c inspects		: 1327998818
351.35/353.23	c learnt literals	: 17
351.35/353.23	c learnt binary clauses	: 479
351.35/353.23	c learnt ternary clauses	: 737
351.35/353.23	c learnt clauses	: 300541
351.35/353.23	c ignored clauses	: 0
351.35/353.23	c root simplifications	: 0
351.35/353.23	c removed literals (reason simplification)	: 4823169
351.35/353.23	c reason swapping (by a shorter reason)	: 0
351.35/353.23	c Calls to reduceDB	: 0
351.35/353.23	c speed (assignments/second)	: 18104.399072654658
351.35/353.23	c non guided choices	90
351.35/353.23	s UNSATISFIABLE
351.35/353.23	c Total wall clock time (in seconds) : 352.78

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048048-1215041975/watcher-1048048-1215041975 -o /tmp/evaluation-result-1048048-1215041975/solver-1048048-1215041975 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048048-1215041975.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.04 1.91 4/82 17669
/proc/meminfo: memFree=1017920/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=1804 CPUtime=0
/proc/17669/stat : 17669 (java6) D 17667 17669 16972 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 116208550 1847296 158 996147200 134512640 134550740 4294956192 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/17669/statm: 451 158 114 9 0 93 0

[startup+0.0463501 s]
/proc/loadavg: 1.93 2.04 1.91 4/82 17669
/proc/meminfo: memFree=1017920/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=13012 CPUtime=0.01
/proc/17669/stat : 17669 (java) R 17667 17669 16972 0 -1 0 389 0 16 0 0 1 0 0 18 0 1 0 116208550 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 7680810 0 0 4096 0 0 0 0 17 0 0 0
/proc/17669/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.101351 s]
/proc/loadavg: 1.93 2.04 1.91 4/82 17669
/proc/meminfo: memFree=1017920/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=801432 CPUtime=0.05
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 2483 0 30 0 2 3 0 0 18 0 5 0 116208550 820666368 2249 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 200358 2249 957 9 0 197741 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 801432

[startup+0.301376 s]
/proc/loadavg: 1.93 2.04 1.91 4/82 17669
/proc/meminfo: memFree=1017920/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=808308 CPUtime=0.23
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 4694 0 30 0 19 4 0 0 18 0 12 0 116208550 827707392 4052 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 202077 4052 1298 9 0 199446 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 808308

[startup+0.701423 s]
/proc/loadavg: 1.93 2.04 1.91 4/82 17669
/proc/meminfo: memFree=1017920/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=808336 CPUtime=0.62
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 6306 0 30 0 56 6 0 0 18 0 12 0 116208550 827736064 5465 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 202084 5465 1335 9 0 199446 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 808336

[startup+1.50252 s]
/proc/loadavg: 1.93 2.04 1.91 4/94 17681
/proc/meminfo: memFree=990048/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=814856 CPUtime=1.39
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 10998 0 30 0 131 8 0 0 18 0 12 0 116208550 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 203714 8018 1357 9 0 201076 0
[pid=17669/tid=17671] ppid=17667 vsize=814856 CPUtime=0.69
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 4749 0 1 0 65 4 0 0 24 0 12 0 116208557 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 103574141 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 116208558 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17673] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 116208558 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17674] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 116208560 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17675] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 116208561 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 116208561 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116208565 834412544 8018 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=814856 CPUtime=0.11
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 405 0 0 0 11 0 0 0 16 0 12 0 116208565 834412544 8019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=814856 CPUtime=0.55
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5108 0 0 0 54 1 0 0 18 0 12 0 116208565 834412544 8019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116208565 834412544 8019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116208565 834412544 8019 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 814856

[startup+3.10271 s]
/proc/loadavg: 1.93 2.04 1.91 3/94 17681
/proc/meminfo: memFree=969120/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=814856 CPUtime=3
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 22100 0 30 0 287 13 0 0 18 0 12 0 116208550 834412544 19119 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 203714 19120 1371 9 0 201076 0
[pid=17669/tid=17671] ppid=17667 vsize=814856 CPUtime=1.8
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 15753 0 1 0 171 9 0 0 25 0 12 0 116208557 834412544 19121 996147200 134512640 134550740 4294956032 18446744073709551615 4109691138 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 116208558 834412544 19121 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17673] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 116208558 834412544 19122 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17674] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 116208560 834412544 19123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17675] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 116208561 834412544 19123 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 116208561 834412544 19124 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116208565 834412544 19125 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=814856 CPUtime=0.34
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 446 0 0 0 34 0 0 0 16 0 12 0 116208565 834412544 19126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=814856 CPUtime=0.81
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5167 0 0 0 80 1 0 0 16 0 12 0 116208565 834412544 19126 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116208565 834412544 19127 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=814856 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116208565 834412544 19128 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 814856

[startup+6.30208 s]
/proc/loadavg: 1.94 2.04 1.91 3/94 17681
/proc/meminfo: memFree=906080/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=816140 CPUtime=6.19
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 30383 0 30 0 601 18 0 0 18 0 12 0 116208550 835727360 26554 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 204035 26557 1382 9 0 201397 0
[pid=17669/tid=17671] ppid=17667 vsize=816140 CPUtime=3.91
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17286 0 1 0 381 10 0 0 25 0 12 0 116208557 835727360 26558 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=816140 CPUtime=0.14
/proc/17669/task/17672/stat : 17672 (java) R 17667 17669 16972 0 -1 64 2582 0 0 0 13 1 0 0 17 0 12 0 116208558 835727360 26560 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17673] ppid=17667 vsize=816140 CPUtime=0.15
/proc/17669/task/17673/stat : 17673 (java) R 17667 17669 16972 0 -1 64 3341 0 0 0 14 1 0 0 17 0 12 0 116208558 835727360 26561 996147200 134512640 134550740 4294956032 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17674] ppid=17667 vsize=816140 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 116208560 835727360 26563 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17675] ppid=17667 vsize=816140 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 116208561 835727360 26565 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=816140 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 116208561 835727360 26566 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=816140 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116208565 835727360 26570 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=816140 CPUtime=0.71
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 1174 0 0 0 71 0 0 0 15 0 12 0 116208565 835727360 26571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=816140 CPUtime=1.2
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5217 0 0 0 119 1 0 0 16 0 12 0 116208565 835727360 26571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=816140 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 116208565 835727360 26571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=816140 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 116208565 835727360 26571 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 816140

[startup+12.7028 s]
/proc/loadavg: 2.02 2.06 1.91 3/95 17682
/proc/meminfo: memFree=871064/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=819924 CPUtime=12.83
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 39015 0 30 0 1261 22 0 0 18 0 13 0 116208550 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 204981 34169 1397 9 0 202343 0
[pid=17669/tid=17671] ppid=17667 vsize=819924 CPUtime=8.6
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17314 0 1 0 850 10 0 0 25 0 13 0 116208557 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4110239286 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=819924 CPUtime=0.57
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 7345 0 0 0 54 3 0 0 17 0 13 0 116208558 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17673] ppid=17667 vsize=819924 CPUtime=0.55
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 7082 0 0 0 52 3 0 0 16 0 13 0 116208558 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17667 vsize=819924 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 17 0 13 0 116208560 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17675] ppid=17667 vsize=819924 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116208561 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=819924 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 116208561 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=819924 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=819924 CPUtime=1.25
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 1220 0 0 0 125 0 0 0 15 0 13 0 116208565 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=819924 CPUtime=1.79
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5260 0 0 0 178 1 0 0 15 0 13 0 116208565 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=819924 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=819924 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116208565 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17682] ppid=17667 vsize=819924 CPUtime=0
/proc/17669/task/17682/stat : 17682 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 116209497 839602176 34169 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 819924

[startup+25.5023 s]
/proc/loadavg: 2.02 2.06 1.91 3/95 17682
/proc/meminfo: memFree=862360/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=819764 CPUtime=25.62
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 39016 0 30 0 2539 23 0 0 18 0 13 0 116208550 839438336 34130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 204941 34130 1397 9 0 202303 0
[pid=17669/tid=17671] ppid=17667 vsize=819764 CPUtime=21.37
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17315 0 1 0 2126 11 0 0 25 0 13 0 116208557 839438336 34130 996147200 134512640 134550740 4294956032 18446744073709551615 4110058563 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=819764 CPUtime=0.57
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 7345 0 0 0 54 3 0 0 17 0 13 0 116208558 839438336 34130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17673] ppid=17667 vsize=819764 CPUtime=0.55
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 7082 0 0 0 52 3 0 0 16 0 13 0 116208558 839438336 34130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17667 vsize=819764 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 116208560 839438336 34130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17675] ppid=17667 vsize=819764 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116208561 839438336 34130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=819764 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 116208561 839438336 34130 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[pid=17669] ppid=17667 vsize=824884 CPUtime=346.95
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 52572 0 30 0 34522 173 0 0 18 0 13 0 116208550 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 206221 45903 1397 9 0 203583 0
[pid=17669/tid=17671] ppid=17667 vsize=824884 CPUtime=341.46
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17317 0 1 0 33993 153 0 0 25 0 13 0 116208557 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4110058701 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=824884 CPUtime=1.16
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 13707 0 0 0 110 6 0 0 20 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17673] ppid=17667 vsize=824884 CPUtime=1.18
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 14274 0 0 0 111 7 0 0 16 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 116208560 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17675] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=824884 CPUtime=1.26
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 1220 0 0 0 126 0 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=824884 CPUtime=1.79
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5260 0 0 0 178 1 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17682] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17682/stat : 17682 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 116209497 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 346.95
Current children cumulated vsize (KiB) 824884

[startup+350.402 s]
/proc/loadavg: 2.16 2.07 1.94 3/86 17968
/proc/meminfo: memFree=1727264/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=824884 CPUtime=348.54
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 52572 0 30 0 34681 173 0 0 18 0 13 0 116208550 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 206221 45903 1397 9 0 203583 0
[pid=17669/tid=17671] ppid=17667 vsize=824884 CPUtime=343.06
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17317 0 1 0 34152 154 0 0 25 0 13 0 116208557 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4110096639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=824884 CPUtime=1.16
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 13707 0 0 0 110 6 0 0 20 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17673] ppid=17667 vsize=824884 CPUtime=1.18
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 14274 0 0 0 111 7 0 0 16 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 116208560 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17675] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=824884 CPUtime=1.26
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 1220 0 0 0 126 0 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=824884 CPUtime=1.79
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5260 0 0 0 178 1 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17682] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17682/stat : 17682 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 116209497 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 348.54
Current children cumulated vsize (KiB) 824884

[startup+352.003 s]
/proc/loadavg: 2.14 2.07 1.94 3/86 17968
/proc/meminfo: memFree=1727264/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=824884 CPUtime=350.15
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 52572 0 30 0 34842 173 0 0 18 0 13 0 116208550 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 206221 45903 1397 9 0 203583 0
[pid=17669/tid=17671] ppid=17667 vsize=824884 CPUtime=344.67
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17317 0 1 0 34313 154 0 0 25 0 13 0 116208557 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4110058904 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=824884 CPUtime=1.16
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 13707 0 0 0 110 6 0 0 20 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17673] ppid=17667 vsize=824884 CPUtime=1.18
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 14274 0 0 0 111 7 0 0 16 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 116208560 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17675] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=824884 CPUtime=1.26
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 1220 0 0 0 126 0 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=824884 CPUtime=1.79
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5260 0 0 0 178 1 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17682] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17682/stat : 17682 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 116209497 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 350.15
Current children cumulated vsize (KiB) 824884

[startup+352.803 s]
/proc/loadavg: 2.14 2.07 1.94 3/86 17968
/proc/meminfo: memFree=1727264/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=824884 CPUtime=350.94
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 52572 0 30 0 34921 173 0 0 18 0 13 0 116208550 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 206221 45903 1397 9 0 203583 0
[pid=17669/tid=17671] ppid=17667 vsize=824884 CPUtime=345.46
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17317 0 1 0 34392 154 0 0 25 0 13 0 116208557 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4110096639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=824884 CPUtime=1.16
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 13707 0 0 0 110 6 0 0 20 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17673] ppid=17667 vsize=824884 CPUtime=1.18
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 14274 0 0 0 111 7 0 0 16 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 116208560 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17675] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=824884 CPUtime=1.26
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 1220 0 0 0 126 0 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=824884 CPUtime=1.79
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5260 0 0 0 178 1 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17682] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17682/stat : 17682 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 116209497 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 350.94
Current children cumulated vsize (KiB) 824884

[startup+353.208 s]
/proc/loadavg: 2.14 2.07 1.94 3/86 17968
/proc/meminfo: memFree=1727264/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=824884 CPUtime=351.35
/proc/17669/stat : 17669 (java) S 17667 17669 16972 0 -1 0 52572 0 30 0 34962 173 0 0 18 0 13 0 116208550 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 206221 45903 1397 9 0 203583 0
[pid=17669/tid=17671] ppid=17667 vsize=824884 CPUtime=345.86
/proc/17669/task/17671/stat : 17671 (java) R 17667 17669 16972 0 -1 64 17317 0 1 0 34432 154 0 0 25 0 13 0 116208557 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4110096639 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17672] ppid=17667 vsize=824884 CPUtime=1.16
/proc/17669/task/17672/stat : 17672 (java) S 17667 17669 16972 0 -1 64 13707 0 0 0 110 6 0 0 20 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17673] ppid=17667 vsize=824884 CPUtime=1.18
/proc/17669/task/17673/stat : 17673 (java) S 17667 17669 16972 0 -1 64 14274 0 0 0 111 7 0 0 16 0 13 0 116208558 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17674] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17674/stat : 17674 (java) S 17667 17669 16972 0 -1 64 56 0 0 0 0 0 0 0 16 0 13 0 116208560 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17669/tid=17675] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17675/stat : 17675 (java) S 17667 17669 16972 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17676] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17676/stat : 17676 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 116208561 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17677] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17677/stat : 17677 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17678] ppid=17667 vsize=824884 CPUtime=1.26
/proc/17669/task/17678/stat : 17678 (java) S 17667 17669 16972 0 -1 64 1220 0 0 0 126 0 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17679] ppid=17667 vsize=824884 CPUtime=1.79
/proc/17669/task/17679/stat : 17679 (java) S 17667 17669 16972 0 -1 64 5260 0 0 0 178 1 0 0 16 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17680] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17680/stat : 17680 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17681] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17681/stat : 17681 (java) S 17667 17669 16972 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 116208565 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17669/tid=17682] ppid=17667 vsize=824884 CPUtime=0
/proc/17669/task/17682/stat : 17682 (java) S 17667 17669 16972 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 116209497 844681216 45903 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 351.35
Current children cumulated vsize (KiB) 824884

[startup+353.303 s]
/proc/loadavg: 2.14 2.07 1.94 3/86 17968
/proc/meminfo: memFree=1727264/2055920 swapFree=4181452/4192956
[pid=17669] ppid=17667 vsize=0 CPUtime=351.4
/proc/17669/stat : 17669 (java) Z 17667 17669 16972 0 -1 12 52579 0 30 0 34964 176 0 0 16 0 2 0 116208550 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17669/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 351.4
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 353.31
CPU time (s): 351.423
CPU user time (s): 349.65
CPU system time (s): 1.77273
CPU usage (%): 99.4657
Max. virtual memory (cumulated for all children) (KiB): 824884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 349.65
system time used= 1.77273
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52579
page faults= 30
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8367
involuntary context switches= 11136

runsolver used 0.515921 second user time and 1.26481 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-03 01:39:35
IDJOB=1048048
IDBENCH=54345
IDSOLVER=344
FILE ID=node73/1048048-1215041975
PBS_JOBID= 7875032
Free space on /tmp= 65432 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-100-9-mod.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048048-1215041975/watcher-1048048-1215041975 -o /tmp/evaluation-result-1048048-1215041975/solver-1048048-1215041975 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1048048-1215041975.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3386f4f322a7a484b46b823c691cf5d8
RANDOM SEED=1508449502

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.230
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.230
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:       1018464 kB
Buffers:          5144 kB
Cached:         863288 kB
SwapCached:       5300 kB
Active:         336152 kB
Inactive:       619964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1018464 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:          204540 kB
Writeback:           0 kB
Mapped:         101356 kB
Slab:            66556 kB
Committed_AS:  1001496 kB
PageTables:       1996 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= 66532 MiB
End job on node73 at 2008-07-03 01:45:29