Trace number 206247

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 BF3? (TO) 1800.2 1808.93

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-11_ext.xml
MD5SUM0a82da9d937cdb0fbe9aaf8f912dce76
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	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.16	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/206247-1168170379/unknown.xml
0.25	c reading problem ... 
0.52	c reading problem named ?
0.52	c reading domains done.
0.52	c reading variables
c reading variables (28) done.
0.57	c reading relations
c reading relations (93) done.
5.07	c reading constraints
c reading constraints done.
7.14	c ... done. Wall clock time 6.89s.
7.14	c CPU time (experimental) 4.82s.
7.14	c #vars     784
7.14	c #constraints  1290245
1808.77	c starts		: 20
1808.77	c conflicts		: 644038
1808.77	c decisions		: 1148445
1808.77	c propagations		: 45767360
1808.77	c inspects		: 4281196721
1808.78	c learnt literals	: 0
1808.78	c learnt binary clauses	: 0
1808.78	c learnt ternary clauses	: 69
1808.78	c learnt clauses	: 644020
1808.78	c root simplifications	: 0
1808.78	c removed literals (reason simplification)	: 0
1808.78	c reason swapping (by a shorter reason)	: 0
1808.78	c Calls to reduceDB	: 0
1808.78	c speed (decisions/second)	: 637.4463403776793
1808.78	c non guided choices	191
1808.78	s UNKNOWN
1808.78	c Total wall clock time (in seconds) : 1808.528
1808.78	c Total CPU time (experimental, in seconds) : 0.0

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node62/watcher-206247-1168170379 -o ROOT/results/node62/solver-206247-1168170379 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206247-1168170379/sat4jCSP-bf3.jar /tmp/evaluation/206247-1168170379/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.92 2.00 1.91 4/74 31132
/proc/meminfo: memFree=1488072/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=14260 CPUtime=0
/proc/31131/stat : 31131 (java) D 31129 31131 30424 0 -1 0 945 0 1 0 0 0 0 0 17 0 1 0 165435703 14602240 710 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 8106788 0 2147483391 0 7368 18446744072099781622 0 0 17 1 0 0
/proc/31131/statm: 3565 710 548 14 0 1602 0

[startup+0.104266 s]
/proc/loadavg: 1.92 2.00 1.91 4/74 31132
/proc/meminfo: memFree=1488072/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=901540 CPUtime=0.09
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 3350 0 1 0 7 2 0 0 21 0 12 0 165435703 923176960 3110 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835934 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 225385 3110 1566 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.512347 s]
/proc/loadavg: 1.92 2.00 1.91 4/74 31132
/proc/meminfo: memFree=1488072/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=905236 CPUtime=0.49
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 5884 0 1 0 46 3 0 0 19 0 12 0 165435703 926961664 5478 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4152679422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 226309 5478 2267 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33451 s]
/proc/loadavg: 1.92 2.00 1.91 4/85 31143
/proc/meminfo: memFree=1468976/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=907060 CPUtime=1.3
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 9125 0 1 0 125 5 0 0 22 0 12 0 165435703 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054142727 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 226765 8288 2320 14 0 213202 0
[pid=31131/tid=31133] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 165435706 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31134] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 165435706 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 165435709 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31136] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 165435709 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 165435709 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165435713 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165435713 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=907060 CPUtime=0.29
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 289 0 0 0 29 0 0 0 16 0 12 0 165435713 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=907060 CPUtime=0.4
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1509 0 0 0 40 0 0 0 16 0 12 0 165435713 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165435713 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165435713 928829440 8288 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 907060

[startup+3.00984 s]
/proc/loadavg: 1.92 2.00 1.91 6/85 31143
/proc/meminfo: memFree=1406896/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=907060 CPUtime=2.99
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 25992 0 1 0 287 12 0 0 25 0 12 0 165435703 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 8572541 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 226765 25140 2334 14 0 213202 0
[pid=31131/tid=31133] ppid=31129 vsize=907060 CPUtime=0.12
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 2509 0 0 0 12 0 0 0 16 0 12 0 165435706 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31134] ppid=31129 vsize=907060 CPUtime=0.11
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 2006 0 0 0 10 1 0 0 16 0 12 0 165435706 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 28 0 0 0 0 0 0 0 16 0 12 0 165435709 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31136] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 165435709 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165435709 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165435713 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165435713 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=907060 CPUtime=0.32
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 295 0 0 0 32 0 0 0 16 0 12 0 165435713 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=907060 CPUtime=0.48
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1519 0 0 0 48 0 0 0 17 0 12 0 165435713 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165435713 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=907060 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165435713 928829440 25140 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 907060

[startup+6.23226 s]
/proc/loadavg: 1.93 2.00 1.91 3/85 31143
/proc/meminfo: memFree=1376240/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=906996 CPUtime=6.19
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 34666 0 1 0 602 17 0 0 24 0 12 0 165435703 928763904 33309 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 226749 33310 2337 14 0 213186 0
[pid=31131/tid=31133] ppid=31129 vsize=906996 CPUtime=0.41
/proc/31131/task/31133/stat : 31133 (java) R 31129 31131 30424 0 -1 64 6357 0 0 0 39 2 0 0 16 0 12 0 165435706 928763904 33311 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958019 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31134] ppid=31129 vsize=906996 CPUtime=0.39
/proc/31131/task/31134/stat : 31134 (java) R 31129 31131 30424 0 -1 64 6794 0 0 0 36 3 0 0 16 0 12 0 165435706 928763904 33312 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154958734 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31135] ppid=31129 vsize=906996 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 32 0 0 0 0 0 0 0 16 0 12 0 165435709 928763904 33313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31136] ppid=31129 vsize=906996 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 165435709 928763904 33313 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=906996 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165435709 928763904 33314 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=906996 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 165435713 928763904 33315 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=906996 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165435713 928763904 33316 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=906996 CPUtime=0.45
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 312 0 0 0 45 0 0 0 16 0 12 0 165435713 928763904 33317 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=906996 CPUtime=0.56
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1523 0 0 0 56 0 0 0 16 0 12 0 165435713 928763904 33318 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=906996 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 165435713 928763904 33319 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=906996 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165435713 928763904 33320 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 906996

[startup+12.7165 s]
/proc/loadavg: 1.93 2.00 1.91 3/86 31144
/proc/meminfo: memFree=1297832/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=12.8
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 51552 0 1 0 1256 24 0 0 25 0 13 0 165435703 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054365628 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 228235 49727 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=0.79
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 11490 0 0 0 75 4 0 0 17 0 13 0 165435706 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=912940 CPUtime=0.8
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 17917 0 0 0 72 8 0 0 17 0 13 0 165435706 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31136] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165435713 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165435713 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=912940 CPUtime=0.78
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 613 0 0 0 78 0 0 0 16 0 13 0 165435713 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=912940 CPUtime=0.88
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1818 0 0 0 88 0 0 0 16 0 13 0 165435713 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165435713 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165435713 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31144] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31144/stat : 31144 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165436418 934850560 49727 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.8
Current children cumulated vsize (KiB) 912940

[startup+25.5991 s]
/proc/loadavg: 2.02 2.01 1.92 3/86 31144
/proc/meminfo: memFree=1297960/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=25.63
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 51556 0 1 0 2539 24 0 0 25 0 13 0 165435703 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054364467 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 228235 49730 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=0.79
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 11490 0 0 0 75 4 0 0 17 0 13 0 165435706 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=912940 CPUtime=0.8
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 17917 0 0 0 72 8 0 0 17 0 13 0 165435706 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31136] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165435713 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165435713 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=912940 CPUtime=0.8
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 616 0 0 0 80 0 0 0 17 0 13 0 165435713 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=912940 CPUtime=0.89
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1818 0 0 0 89 0 0 0 16 0 13 0 165435713 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165435713 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165435713 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31144] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31144/stat : 31144 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165436418 934850560 49730 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 912940

[startup+51.2511 s]
/proc/loadavg: 2.01 2.01 1.92 3/86 31144
/proc/meminfo: memFree=1277032/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=51.17
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 56772 0 1 0 5090 27 0 0 25 0 13 0 165435703 934850560 54945 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054363835 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31131/statm: 228235 54945 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=0.89

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

/proc/loadavg: 1.97 1.98 1.94 3/93 31418
/proc/meminfo: memFree=878496/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=1595.84
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 165386 0 1 0 159488 96 0 0 25 0 13 0 165435703 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054019095 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31131/statm: 228235 153949 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=2.33
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 70631 0 0 0 204 29 0 0 17 0 13 0 165435706 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=912940 CPUtime=2.31
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 72587 0 0 0 201 30 0 0 17 0 13 0 165435706 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=912940 CPUtime=0.83
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 618 0 0 0 83 0 0 0 17 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=912940 CPUtime=0.92
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1819 0 0 0 92 0 0 0 17 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31144] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31144/stat : 31144 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165436418 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.84
Current children cumulated vsize (KiB) 912940

[startup+1663.56 s]
/proc/loadavg: 1.99 1.98 1.94 3/93 31418
/proc/meminfo: memFree=878560/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=1655.51
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 165386 0 1 0 165454 97 0 0 25 0 13 0 165435703 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054396689 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31131/statm: 228235 153949 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=2.33
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 70631 0 0 0 204 29 0 0 17 0 13 0 165435706 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=912940 CPUtime=2.31
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 72587 0 0 0 201 30 0 0 17 0 13 0 165435706 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=912940 CPUtime=0.83
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 618 0 0 0 83 0 0 0 17 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=912940 CPUtime=0.92
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1819 0 0 0 92 0 0 0 17 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31144] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31144/stat : 31144 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165436418 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.51
Current children cumulated vsize (KiB) 912940

[startup+1723.58 s]
/proc/loadavg: 1.99 1.98 1.94 3/93 31418
/proc/meminfo: memFree=878496/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=1715.21
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 165386 0 1 0 171424 97 0 0 25 0 13 0 165435703 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054396689 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31131/statm: 228235 153949 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=2.33
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 70631 0 0 0 204 29 0 0 17 0 13 0 165435706 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=912940 CPUtime=2.31
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 72587 0 0 0 201 30 0 0 17 0 13 0 165435706 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=912940 CPUtime=0.83
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 618 0 0 0 83 0 0 0 17 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=912940 CPUtime=0.92
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1819 0 0 0 92 0 0 0 17 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165435713 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31144] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31144/stat : 31144 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165436418 934850560 153949 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.21
Current children cumulated vsize (KiB) 912940

[startup+1783.6 s]
/proc/loadavg: 1.99 1.98 1.94 3/93 31418
/proc/meminfo: memFree=849504/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=1775.02
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 172657 0 1 0 177401 101 0 0 25 0 13 0 165435703 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054458531 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31131/statm: 228235 161216 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=2.44
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 73771 0 0 0 213 31 0 0 18 0 13 0 165435706 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=912940 CPUtime=2.44
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 76717 0 0 0 211 33 0 0 18 0 13 0 165435706 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=912940 CPUtime=0.83
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 618 0 0 0 83 0 0 0 17 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=912940 CPUtime=0.92
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1819 0 0 0 92 0 0 0 17 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31144] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31144/stat : 31144 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165436418 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775.02
Current children cumulated vsize (KiB) 912940



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.77 s]
/proc/loadavg: 1.99 1.98 1.94 3/93 31418
/proc/meminfo: memFree=849504/2055920 swapFree=4192812/4192956
[pid=31131] ppid=31129 vsize=912940 CPUtime=1800.03
/proc/31131/stat : 31131 (java) R 31129 31131 30424 0 -1 0 172657 0 1 0 179902 101 0 0 25 0 13 0 165435703 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054397031 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31131/statm: 228235 161216 2357 14 0 214672 0
[pid=31131/tid=31133] ppid=31129 vsize=912940 CPUtime=2.44
/proc/31131/task/31133/stat : 31133 (java) S 31129 31131 30424 0 -1 64 73771 0 0 0 213 31 0 0 18 0 13 0 165435706 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31134] ppid=31129 vsize=912940 CPUtime=2.44
/proc/31131/task/31134/stat : 31134 (java) S 31129 31131 30424 0 -1 64 76717 0 0 0 211 33 0 0 18 0 13 0 165435706 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31135] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31135/stat : 31135 (java) S 31129 31131 30424 0 -1 64 34 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31131/tid=31136] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31136/stat : 31136 (java) S 31129 31131 30424 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 165435709 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31137] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31137/stat : 31137 (java) S 31129 31131 30424 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 165435709 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31138] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31138/stat : 31138 (java) S 31129 31131 30424 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31139] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31139/stat : 31139 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31140] ppid=31129 vsize=912940 CPUtime=0.83
/proc/31131/task/31140/stat : 31140 (java) S 31129 31131 30424 0 -1 64 618 0 0 0 83 0 0 0 17 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31141] ppid=31129 vsize=912940 CPUtime=0.92
/proc/31131/task/31141/stat : 31141 (java) S 31129 31131 30424 0 -1 64 1819 0 0 0 92 0 0 0 17 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31142] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31142/stat : 31142 (java) S 31129 31131 30424 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31143] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31143/stat : 31143 (java) S 31129 31131 30424 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 165435713 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31131/tid=31144] ppid=31129 vsize=912940 CPUtime=0
/proc/31131/task/31144/stat : 31144 (java) S 31129 31131 30424 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 165436418 934850560 161216 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 912940

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1808.93
CPU time (s): 1800.2
CPU user time (s): 1799.08
CPU system time (s): 1.11283
CPU usage (%): 99.5173
Max. virtual memory (cumulated for all children) (KiB): 913124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.11283
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172675
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= 37577
involuntary context switches= 42514

runsolver used 2.34864 s user time and 5.65114 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Sun Jan  7 11:46:19 UTC 2007


IDJOB= 206247
IDBENCH= 4193
FILE ID= node62/206247-1168170379

PBS_JOBID= 3479046

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28/rand-3-28-28-93-632-11_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206247-1168170379/sat4jCSP-bf3.jar /tmp/evaluation/206247-1168170379/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-206247-1168170379 -o ROOT/results/node62/solver-206247-1168170379 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206247-1168170379/sat4jCSP-bf3.jar /tmp/evaluation/206247-1168170379/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  0a82da9d937cdb0fbe9aaf8f912dce76

RANDOM SEED= 296006765

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.259
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.259
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:       1488488 kB
Buffers:         39780 kB
Cached:         384744 kB
SwapCached:          0 kB
Active:         258960 kB
Inactive:       253316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1488488 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8216 kB
Writeback:           0 kB
Mapped:          99224 kB
Slab:            40448 kB
Committed_AS:  3374716 kB
PageTables:       1968 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= 66542 MiB



End job on node62 on Sun Jan  7 12:16:29 UTC 2007