Trace number 217731

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.24 1802.34

General information on the benchmark

NamegolombRuler/golombRulerArity3/
ruler-44-10-a3.xml
MD5SUM04660a8636430499a1688ded3d6e50e4
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 benchmark13.9579
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables55
Number of constraints1080
Maximum constraint arity3
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1080
Global constraints used (with number of constraints)

Solver Data (download as text)

0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.20	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.20	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.21	c version CSP COMPETITION BUGFIX 3
0.21	c sun.arch.data.model	32
0.21	c java.version	1.5.0_10
0.21	c os.name	Linux
0.21	c os.version	2.6.9-22.EL.rootsmp
0.21	c os.arch	i386
0.21	c Free memory 722620888
0.21	c Max memory 723845120
0.21	c Total memory 723845120
0.21	c Number of processors 2
0.29	c --- Begin Solver configuration ---
0.29	c Stops conflict analysis at the first Unique Implication Point
0.29	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.29	c Learn all clauses as in MiniSAT
0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29	c VSIDS like heuristics from MiniSAT using a heap
0.29	c No reason simplification
0.29	c --- End Solver configuration ---
0.29	c solving /tmp/evaluation/217731-1168248678/unknown.xml
0.29	c reading problem ... 
0.55	c reading problem named ?
0.55	c reading domains done.
0.56	c reading variables
c reading variables (55) done.
0.66	c reading predicates 
c reading relations (4) done.
0.88	c reading constraints
c reading constraints done.
20.34	c ... done. Wall clock time 20.046s.
20.34	c CPU time (experimental) 13.05s.
20.34	c #vars     2430
20.34	c #constraints  4055810
1802.18	c starts		: 19
1802.18	c conflicts		: 334139
1802.18	c decisions		: 1014672
1802.18	c propagations		: 62638393
1802.18	c inspects		: 4393138614
1802.18	c learnt literals	: 2
1802.18	c learnt binary clauses	: 0
1802.18	c learnt ternary clauses	: 956
1802.18	c learnt clauses	: 334123
1802.18	c root simplifications	: 0
1802.18	c removed literals (reason simplification)	: 0
1802.18	c reason swapping (by a shorter reason)	: 0
1802.18	c Calls to reduceDB	: 0
1802.18	c speed (decisions/second)	: 569.4556376934249
1802.18	c non guided choices	2767
1802.18	s UNKNOWN
1802.18	c Total wall clock time (in seconds) : 1801.886
1802.18	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/node39/watcher-217731-1168248678 -o ROOT/results/node39/solver-217731-1168248678 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217731-1168248678/sat4jCSP-bf3.jar /tmp/evaluation/217731-1168248678/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: 2.06 2.02 1.94 4/81 20119
/proc/meminfo: memFree=1785664/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=1784 CPUtime=0
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 342 0 0 0 0 0 0 0 18 0 1 0 173267388 1826816 151 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 11092772 0 0 4096 0 0 0 0 17 0 0 0
/proc/20118/statm: 2963 153 117 14 0 1138 0

[startup+0.107468 s]
/proc/loadavg: 2.06 2.02 1.94 4/81 20119
/proc/meminfo: memFree=1785664/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=902816 CPUtime=0.1
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 3457 0 1 0 8 2 0 0 25 0 12 0 173267388 924483584 3217 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 225704 3217 1600 14 0 212148 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 902816

[startup+0.515497 s]
/proc/loadavg: 2.06 2.02 1.94 4/81 20119
/proc/meminfo: memFree=1785664/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=905236 CPUtime=0.43
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 5803 0 1 0 40 3 0 0 20 0 12 0 173267388 926961664 5398 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151513458 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 226309 5398 2249 14 0 212746 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 905236

[startup+1.33857 s]
/proc/loadavg: 2.13 2.04 1.94 4/92 20130
/proc/meminfo: memFree=1767400/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=905280 CPUtime=1.26
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 7752 0 1 0 121 5 0 0 24 0 12 0 173267388 927006720 7044 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054208984 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 226320 7045 2464 14 0 212757 0
[pid=20118/tid=20120] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 173267390 927006720 7045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 173267390 927006720 7045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20122] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 173267393 927006720 7045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20123] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 22 0 12 0 173267393 927006720 7045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 173267393 927006720 7045 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 173267397 927006720 7046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173267397 927006720 7046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20127] ppid=20116 vsize=905280 CPUtime=0.29
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 458 0 0 0 29 0 0 0 16 0 12 0 173267397 927006720 7046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=905280 CPUtime=0.21
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 670 0 0 0 21 0 0 0 16 0 12 0 173267397 927006720 7046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 173267397 927006720 7046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=905280 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173267397 927006720 7046 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 905280

[startup+2.99172 s]
/proc/loadavg: 2.13 2.04 1.94 3/92 20130
/proc/meminfo: memFree=1719848/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=906564 CPUtime=2.9
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 28574 0 1 0 276 14 0 0 25 0 12 0 173267388 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054253695 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 226641 27576 2474 14 0 213078 0
[pid=20118/tid=20120] ppid=20116 vsize=906564 CPUtime=0.08
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 2848 0 0 0 7 1 0 0 17 0 12 0 173267390 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=906564 CPUtime=0.1
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 4416 0 0 0 9 1 0 0 18 0 12 0 173267390 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20122] ppid=20116 vsize=906564 CPUtime=0
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 173267393 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20123] ppid=20116 vsize=906564 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 173267393 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=906564 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 173267393 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=906564 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 173267397 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=906564 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173267397 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20127] ppid=20116 vsize=906564 CPUtime=0.36
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 466 0 0 0 36 0 0 0 16 0 12 0 173267397 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=906564 CPUtime=0.23
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 672 0 0 0 23 0 0 0 16 0 12 0 173267397 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=906564 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 173267397 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=906564 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173267397 928321536 27576 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 906564

[startup+6.19702 s]
/proc/loadavg: 2.13 2.04 1.94 3/85 20131
/proc/meminfo: memFree=1662496/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=909128 CPUtime=6.59
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 58040 0 1 0 631 28 0 0 17 0 12 0 173267388 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054196740 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227282 54584 2474 14 0 213719 0
[pid=20118/tid=20120] ppid=20116 vsize=909128 CPUtime=0.86
/proc/20118/task/20120/stat : 20120 (java) R 20116 20118 19291 0 -1 64 19606 0 0 0 78 8 0 0 19 0 12 0 173267390 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=909128 CPUtime=0.79
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 17116 0 0 0 72 7 0 0 18 0 12 0 173267390 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20122] ppid=20116 vsize=909128 CPUtime=0
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 173267393 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20123] ppid=20116 vsize=909128 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 173267393 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=909128 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 173267393 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=909128 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 173267397 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=909128 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173267397 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20127] ppid=20116 vsize=909128 CPUtime=0.36
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 466 0 0 0 36 0 0 0 16 0 12 0 173267397 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=909128 CPUtime=0.23
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 672 0 0 0 23 0 0 0 16 0 12 0 173267397 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=909128 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 173267397 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=909128 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173267397 930947072 54584 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 909128

[startup+12.6976 s]
/proc/loadavg: 2.34 2.09 1.96 5/85 20131
/proc/meminfo: memFree=1455072/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=910408 CPUtime=13.83
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 102868 0 1 0 1334 49 0 0 25 0 12 0 173267388 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054165757 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227602 98372 2474 14 0 214039 0
[pid=20118/tid=20120] ppid=20116 vsize=910408 CPUtime=2.44
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 40580 0 0 0 225 19 0 0 17 0 12 0 173267390 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=910408 CPUtime=2.41
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 34812 0 0 0 227 14 0 0 17 0 12 0 173267390 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20122] ppid=20116 vsize=910408 CPUtime=0
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 12 0 0 0 0 0 0 0 16 0 12 0 173267393 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20123] ppid=20116 vsize=910408 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 173267393 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=910408 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 173267393 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=910408 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 173267397 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=910408 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 173267397 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20127] ppid=20116 vsize=910408 CPUtime=0.36
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 466 0 0 0 36 0 0 0 16 0 12 0 173267397 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=910408 CPUtime=0.25
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 678 0 0 0 25 0 0 0 17 0 12 0 173267397 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=910408 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 173267397 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=910408 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 173267397 932257792 98372 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.83
Current children cumulated vsize (KiB) 910408

[startup+25.5058 s]
/proc/loadavg: 2.29 2.09 1.96 3/86 20132
/proc/meminfo: memFree=1366232/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=913236 CPUtime=26.93
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 125107 0 1 0 2633 60 0 0 25 0 13 0 173267388 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054670979 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20118/statm: 228309 119198 2485 14 0 214746 0
[pid=20118/tid=20120] ppid=20116 vsize=913236 CPUtime=3.49
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 46892 0 0 0 327 22 0 0 17 0 13 0 173267390 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20121] ppid=20116 vsize=913236 CPUtime=3.46
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 48824 0 0 0 326 20 0 0 17 0 13 0 173267390 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20122] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 173267393 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20123] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173267393 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173267393 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173267397 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 173267397 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20127] ppid=20116 vsize=913236 CPUtime=1.33
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 1154 0 0 0 133 0 0 0 16 0 13 0 173267397 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20128] ppid=20116 vsize=913236 CPUtime=1.23
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 1845 0 0 0 122 1 0 0 16 0 13 0 173267397 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20129] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173267397 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173267397 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20132] ppid=20116 vsize=913236 CPUtime=0
/proc/20118/task/20132/stat : 20132 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 173269424 935153664 119198 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.93
Current children cumulated vsize (KiB) 913236

[startup+51.2112 s]
/proc/loadavg: 2.18 2.08 1.96 3/86 20132
/proc/meminfo: memFree=1343640/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=910956 CPUtime=52.59
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 129916 0 1 0 5196 63 0 0 18 0 13 0 173267388 932818944 123456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054671225 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227739 123456 2485 14 0 214176 0
[pid=20118/tid=20120] ppid=20116 vsize=910956 CPUtime=3.64
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 49321 0 0 0 341 23 0 0 17 0 13 0 173267390 932818944 123456 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=910956 CPUtime=3.62

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

/proc/loadavg: 2.00 2.01 1.98 3/94 20207
/proc/meminfo: memFree=1009440/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=910956 CPUtime=1602.2
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 186182 0 1 0 160127 93 0 0 25 0 13 0 173267388 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054671058 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227739 171686 2485 14 0 214176 0
[pid=20118/tid=20120] ppid=20116 vsize=910956 CPUtime=4.72
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 73154 0 0 0 438 34 0 0 16 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=910956 CPUtime=4.69
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 83621 0 0 0 432 37 0 0 17 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20122] ppid=20116 vsize=910956 CPUtime=0.01
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20123] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20127] ppid=20116 vsize=910956 CPUtime=1.38
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 1155 0 0 0 138 0 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=910956 CPUtime=1.27
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 1845 0 0 0 126 1 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20132] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20132/stat : 20132 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 173269424 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1602.2
Current children cumulated vsize (KiB) 910956

[startup+1664.18 s]
/proc/loadavg: 2.00 2.01 1.98 3/94 20207
/proc/meminfo: memFree=1009376/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=910956 CPUtime=1662.22
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 186182 0 1 0 166128 94 0 0 25 0 13 0 173267388 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054670979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227739 171686 2485 14 0 214176 0
[pid=20118/tid=20120] ppid=20116 vsize=910956 CPUtime=4.72
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 73154 0 0 0 438 34 0 0 16 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=910956 CPUtime=4.69
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 83621 0 0 0 432 37 0 0 17 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20122] ppid=20116 vsize=910956 CPUtime=0.01
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20123] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20127] ppid=20116 vsize=910956 CPUtime=1.38
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 1155 0 0 0 138 0 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=910956 CPUtime=1.27
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 1845 0 0 0 126 1 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20132] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20132/stat : 20132 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 173269424 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1662.22
Current children cumulated vsize (KiB) 910956

[startup+1724.23 s]
/proc/loadavg: 2.00 2.00 1.98 3/94 20207
/proc/meminfo: memFree=1009312/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=910956 CPUtime=1722.23
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 186182 0 1 0 172129 94 0 0 25 0 13 0 173267388 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054670979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227739 171686 2485 14 0 214176 0
[pid=20118/tid=20120] ppid=20116 vsize=910956 CPUtime=4.72
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 73154 0 0 0 438 34 0 0 16 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=910956 CPUtime=4.69
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 83621 0 0 0 432 37 0 0 17 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20122] ppid=20116 vsize=910956 CPUtime=0.01
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20123] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20127] ppid=20116 vsize=910956 CPUtime=1.38
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 1155 0 0 0 138 0 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=910956 CPUtime=1.27
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 1845 0 0 0 126 1 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20132] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20132/stat : 20132 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 173269424 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1722.23
Current children cumulated vsize (KiB) 910956

[startup+1784.31 s]
/proc/loadavg: 2.00 2.00 1.98 4/99 20215
/proc/meminfo: memFree=967088/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=910956 CPUtime=1782.21
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 186182 0 1 0 178126 95 0 0 25 0 13 0 173267388 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054670979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227739 171686 2485 14 0 214176 0
[pid=20118/tid=20120] ppid=20116 vsize=910956 CPUtime=4.72
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 73154 0 0 0 438 34 0 0 16 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=910956 CPUtime=4.69
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 83621 0 0 0 432 37 0 0 17 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20122] ppid=20116 vsize=910956 CPUtime=0.01
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20123] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20127] ppid=20116 vsize=910956 CPUtime=1.38
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 1155 0 0 0 138 0 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=910956 CPUtime=1.27
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 1845 0 0 0 126 1 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20132] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20132/stat : 20132 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 173269424 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1782.21
Current children cumulated vsize (KiB) 910956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.17 s]
/proc/loadavg: 2.00 2.00 1.98 3/100 20289
/proc/meminfo: memFree=966880/2055920 swapFree=4187312/4192956
[pid=20118] ppid=20116 vsize=910956 CPUtime=1800.07
/proc/20118/stat : 20118 (java) R 20116 20118 19291 0 -1 0 186182 0 1 0 179908 99 0 0 25 0 13 0 173267388 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054671258 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20118/statm: 227739 171686 2485 14 0 214176 0
[pid=20118/tid=20120] ppid=20116 vsize=910956 CPUtime=4.72
/proc/20118/task/20120/stat : 20120 (java) S 20116 20118 19291 0 -1 64 73154 0 0 0 438 34 0 0 16 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20121] ppid=20116 vsize=910956 CPUtime=4.69
/proc/20118/task/20121/stat : 20121 (java) S 20116 20118 19291 0 -1 64 83621 0 0 0 432 37 0 0 17 0 13 0 173267390 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20122] ppid=20116 vsize=910956 CPUtime=0.01
/proc/20118/task/20122/stat : 20122 (java) S 20116 20118 19291 0 -1 64 13 0 0 0 1 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20123] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20123/stat : 20123 (java) S 20116 20118 19291 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20124] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20124/stat : 20124 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 173267393 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20125] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20125/stat : 20125 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20126] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20126/stat : 20126 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 17 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20118/tid=20127] ppid=20116 vsize=910956 CPUtime=1.38
/proc/20118/task/20127/stat : 20127 (java) S 20116 20118 19291 0 -1 64 1155 0 0 0 138 0 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20128] ppid=20116 vsize=910956 CPUtime=1.27
/proc/20118/task/20128/stat : 20128 (java) S 20116 20118 19291 0 -1 64 1845 0 0 0 126 1 0 0 16 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20129] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20129/stat : 20129 (java) S 20116 20118 19291 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20130] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20130/stat : 20130 (java) S 20116 20118 19291 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 173267397 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20118/tid=20132] ppid=20116 vsize=910956 CPUtime=0
/proc/20118/task/20132/stat : 20132 (java) S 20116 20118 19291 0 -1 64 5 0 0 0 0 0 0 0 20 0 13 0 173269424 932818944 171686 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 910956

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

Child status: 143
Real time (s): 1802.34
CPU time (s): 1800.24
CPU user time (s): 1799.14
CPU system time (s): 1.10083
CPU usage (%): 99.8835
Max. virtual memory (cumulated for all children) (KiB): 913236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.14
system time used= 1.10083
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186200
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= 37721
involuntary context switches= 37679

runsolver used 2.54661 s user time and 5.46817 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan  8 09:31:18 UTC 2007


IDJOB= 217731
IDBENCH= 5167
FILE ID= node39/217731-1168248678

PBS_JOBID= 3481851

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity3/ruler-44-10-a3.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217731-1168248678/sat4jCSP-bf3.jar /tmp/evaluation/217731-1168248678/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-217731-1168248678 -o ROOT/results/node39/solver-217731-1168248678 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/217731-1168248678/sat4jCSP-bf3.jar /tmp/evaluation/217731-1168248678/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  04660a8636430499a1688ded3d6e50e4

RANDOM SEED= 223326061

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.236
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.236
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:       1786080 kB
Buffers:         37164 kB
Cached:          88384 kB
SwapCached:       1408 kB
Active:         142380 kB
Inactive:        71836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1786080 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            9164 kB
Writeback:           0 kB
Mapped:         104712 kB
Slab:            40852 kB
Committed_AS:  4322108 kB
PageTables:       2020 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= 66557 MiB



End job on node39 on Mon Jan  8 10:01:20 UTC 2007