Trace number 206870

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-CACHED 1.7 RC BF3? (MO) 448.284 448.421

General information on the benchmark

NametravellingSalesman/travellingSalesman-20/
tsp-20-68_ext.xml
MD5SUMfc0652b76d1c37a99baababb747c85cb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.857869
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3 CACHED
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/206870-1168179297/unknown.xml
0.25	c reading problem ... 
0.50	c reading problem named ?
0.50	c reading domains done.
0.51	c reading variables
c reading variables (61) done.
0.74	c reading relations
c reading relations (23) done.
1.51	c reading constraints
c reading constraints done.
121.62	c ... done. Wall clock time 121.372s.
121.62	c CPU time (experimental) 115.5s.
121.62	c #vars     22398
121.62	c #constraints  5518405
448.14	c starts		: 18
448.14	c conflicts		: 271548
448.14	c decisions		: 1241260
448.14	c propagations		: 11575678
448.14	c inspects		: 851807667
448.14	c learnt literals	: 93
448.14	c learnt binary clauses	: 0
448.14	c learnt ternary clauses	: 828
448.14	c learnt clauses	: 270864
448.14	c root simplifications	: 0
448.14	c removed literals (reason simplification)	: 0
448.14	c reason swapping (by a shorter reason)	: 0
448.14	c Calls to reduceDB	: 0
448.14	c speed (decisions/second)	: 3802.192618368616
448.14	c non guided choices	2708
448.14	s UNKNOWN
448.14	c Total wall clock time (in seconds) : 447.884
448.14	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/node1/watcher-206870-1168179297 -o ROOT/results/node1/solver-206870-1168179297 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206870-1168179297/sat4jCSP-bf3-cached.jar /tmp/evaluation/206870-1168179297/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.99 2.02 2.00 2/94 23163
/proc/meminfo: memFree=1692360/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=18540 CPUtime=0
/proc/23162/stat : 23162 (runsolver) R 23160 23162 22053 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 166325482 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 259353275687 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/23162/statm: 4635 279 244 17 0 2626 0

[startup+0.10297 s]
/proc/loadavg: 1.99 2.02 2.00 2/94 23163
/proc/meminfo: memFree=1692360/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=897120 CPUtime=0.07
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 3209 0 1 0 6 1 0 0 17 0 6 0 166325482 918650880 2969 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152679446 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23162/statm: 224280 2969 1511 14 0 211300 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 897120

[startup+0.511011 s]
/proc/loadavg: 1.99 2.02 2.00 2/94 23163
/proc/meminfo: memFree=1692360/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=906228 CPUtime=0.49
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 5987 0 1 0 45 4 0 0 19 0 12 0 166325482 927977472 5581 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053843461 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 226557 5581 2288 14 0 212994 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 906228

[startup+1.33411 s]
/proc/loadavg: 1.99 2.02 2.00 4/105 23174
/proc/meminfo: memFree=1669488/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=908200 CPUtime=1.31
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 9362 0 1 0 126 5 0 0 21 0 12 0 166325482 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 227050 8249 2322 14 0 213487 0
[pid=23162/tid=23164] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166325486 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23165] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166325486 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23166] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 166325489 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23167] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 166325489 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23168] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166325489 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23169] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166325493 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166325493 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=908200 CPUtime=0.44
/proc/23162/task/23171/stat : 23171 (java) R 23160 23162 22053 0 -1 64 1457 0 0 0 44 0 0 0 16 0 12 0 166325493 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151912016 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=908200 CPUtime=0.3
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 674 0 0 0 30 0 0 0 16 0 12 0 166325493 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166325493 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166325493 929996800 8249 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 908200

[startup+2.9853 s]
/proc/loadavg: 1.99 2.02 2.00 3/105 23174
/proc/meminfo: memFree=1653744/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=908200 CPUtime=2.96
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 21470 0 1 0 286 10 0 0 25 0 12 0 166325482 929996800 20356 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054337202 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 227050 20357 2334 14 0 213487 0
[pid=23162/tid=23164] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 166325486 929996800 20358 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23165] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 166325486 929996800 20359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23166] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 166325489 929996800 20359 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23167] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 166325489 929996800 20360 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23168] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 166325489 929996800 20361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23169] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166325493 929996800 20362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166325493 929996800 20362 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=908200 CPUtime=0.54
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1469 0 0 0 54 0 0 0 16 0 12 0 166325493 929996800 20363 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=908200 CPUtime=0.43
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 703 0 0 0 43 0 0 0 16 0 12 0 166325493 929996800 20364 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166325493 929996800 20365 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=908200 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166325493 929996800 20366 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 908200

[startup+6.26969 s]
/proc/loadavg: 1.99 2.02 2.00 3/105 23174
/proc/meminfo: memFree=1515056/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=910768 CPUtime=6.5
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 49792 0 1 0 629 21 0 0 25 0 12 0 166325482 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 227692 46485 2337 14 0 214129 0
[pid=23162/tid=23164] ppid=23160 vsize=910768 CPUtime=0.41
/proc/23162/task/23164/stat : 23164 (java) R 23160 23162 22053 0 -1 64 14616 0 0 0 36 5 0 0 15 0 12 0 166325486 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23165] ppid=23160 vsize=910768 CPUtime=0.45
/proc/23162/task/23165/stat : 23165 (java) R 23160 23162 22053 0 -1 64 13320 0 0 0 40 5 0 0 16 0 12 0 166325486 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958789 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23166] ppid=23160 vsize=910768 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) R 23160 23162 22053 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166325489 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23167] ppid=23160 vsize=910768 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166325489 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23168] ppid=23160 vsize=910768 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 166325489 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23169] ppid=23160 vsize=910768 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166325493 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=910768 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166325493 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=910768 CPUtime=0.54
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1469 0 0 0 54 0 0 0 16 0 12 0 166325493 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=910768 CPUtime=0.43
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 703 0 0 0 43 0 0 0 16 0 12 0 166325493 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=910768 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166325493 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=910768 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166325493 932626432 46485 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.5
Current children cumulated vsize (KiB) 910768

[startup+12.6734 s]
/proc/loadavg: 1.99 2.02 2.00 3/105 23174
/proc/meminfo: memFree=1458032/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=912048 CPUtime=12.91
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 64329 0 1 0 1264 27 0 0 25 0 12 0 166325482 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054321722 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 228012 60701 2337 14 0 214449 0
[pid=23162/tid=23164] ppid=23160 vsize=912048 CPUtime=0.64
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 22202 0 0 0 56 8 0 0 18 0 12 0 166325486 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23165] ppid=23160 vsize=912048 CPUtime=0.61
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 20271 0 0 0 54 7 0 0 16 0 12 0 166325486 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23166] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166325489 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23167] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166325489 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23168] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 166325489 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23169] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=912048 CPUtime=0.54
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1469 0 0 0 54 0 0 0 16 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=912048 CPUtime=0.43
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 703 0 0 0 43 0 0 0 16 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.91
Current children cumulated vsize (KiB) 912048

[startup+25.5549 s]
/proc/loadavg: 1.99 2.02 2.00 3/105 23174
/proc/meminfo: memFree=1458096/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=912048 CPUtime=25.78
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 64329 0 1 0 2551 27 0 0 25 0 12 0 166325482 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4053835908 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 228012 60701 2337 14 0 214449 0
[pid=23162/tid=23164] ppid=23160 vsize=912048 CPUtime=0.64
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 22202 0 0 0 56 8 0 0 18 0 12 0 166325486 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23165] ppid=23160 vsize=912048 CPUtime=0.61
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 20271 0 0 0 54 7 0 0 16 0 12 0 166325486 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23166] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 166325489 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23167] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 166325489 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23168] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 166325489 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23169] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=912048 CPUtime=0.54
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1469 0 0 0 54 0 0 0 16 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=912048 CPUtime=0.43
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 703 0 0 0 43 0 0 0 16 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=912048 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 166325493 933937152 60701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.78
Current children cumulated vsize (KiB) 912048

[startup+51.2179 s]
/proc/loadavg: 1.99 2.02 2.00 3/105 23174
/proc/meminfo: memFree=1434672/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=913296 CPUtime=51.46
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 70955 0 1 0 5116 30 0 0 25 0 12 0 166325482 935215104 66594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054326969 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23162/statm: 228324 66594 2337 14 0 214761 0
[pid=23162/tid=23164] ppid=23160 vsize=913296 CPUtime=0.81
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 24528 0 0 0 72 9 0 0 16 0 12 0 166325486 935215104 66594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23165] ppid=23160 vsize=913296 CPUtime=0.85
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 24565 0 0 0 75 10 0 0 19 0 12 0 166325486 935215104 66594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23166] ppid=23160 vsize=913296 CPUtime=0

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

[pid=23162] ppid=23160 vsize=918932 CPUtime=223.26
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 160495 0 1 0 22254 72 0 0 25 0 13 0 166325482 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054412662 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 229733 152524 2359 14 0 216170 0
[pid=23162/tid=23164] ppid=23160 vsize=918932 CPUtime=3.38
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 72221 0 0 0 309 29 0 0 17 0 13 0 166325486 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23165] ppid=23160 vsize=918932 CPUtime=3.64
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 66299 0 0 0 334 30 0 0 16 0 13 0 166325486 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23166] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 166325489 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23167] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 166325489 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23168] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 166325489 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23169] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166325493 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 166325493 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=918932 CPUtime=0.88
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1484 0 0 0 88 0 0 0 17 0 13 0 166325493 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=918932 CPUtime=0.82
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 750 0 0 0 82 0 0 0 16 0 13 0 166325493 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166325493 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166325493 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23175] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23175/stat : 23175 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 166337658 940986368 152524 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 223.26
Current children cumulated vsize (KiB) 918932

[startup+282.475 s]
/proc/loadavg: 2.00 2.02 2.00 3/106 23177
/proc/meminfo: memFree=1064552/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=918932 CPUtime=283.05
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 168545 0 1 0 28229 76 0 0 25 0 13 0 166325482 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054412177 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 229733 158888 2359 14 0 216170 0
[pid=23162/tid=23164] ppid=23160 vsize=918932 CPUtime=3.53
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 75463 0 0 0 322 31 0 0 16 0 13 0 166325486 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23165] ppid=23160 vsize=918932 CPUtime=3.77
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 71105 0 0 0 345 32 0 0 16 0 13 0 166325486 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23166] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 166325489 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23167] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 166325489 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23168] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 166325489 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23169] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166325493 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 166325493 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=918932 CPUtime=0.89
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1485 0 0 0 89 0 0 0 17 0 13 0 166325493 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=918932 CPUtime=0.82
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 750 0 0 0 82 0 0 0 16 0 13 0 166325493 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166325493 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166325493 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23175] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23175/stat : 23175 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 166337658 940986368 158888 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 283.05
Current children cumulated vsize (KiB) 918932

[startup+342.488 s]
/proc/loadavg: 2.06 2.03 2.00 3/106 23177
/proc/meminfo: memFree=1011176/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=918932 CPUtime=342.88
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 184407 0 1 0 34205 83 0 0 25 0 13 0 166325482 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054313888 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23162/statm: 229733 172228 2359 14 0 216170 0
[pid=23162/tid=23164] ppid=23160 vsize=918932 CPUtime=3.8
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 83139 0 0 0 346 34 0 0 18 0 13 0 166325486 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23165] ppid=23160 vsize=918932 CPUtime=4.05
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 79289 0 0 0 369 36 0 0 18 0 13 0 166325486 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23166] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 166325489 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23167] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 17 0 13 0 166325489 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23168] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 17 0 13 0 166325489 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23169] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166325493 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 166325493 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=918932 CPUtime=0.89
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1485 0 0 0 89 0 0 0 17 0 13 0 166325493 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=918932 CPUtime=0.82
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 750 0 0 0 82 0 0 0 16 0 13 0 166325493 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166325493 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166325493 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23175] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23175/stat : 23175 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 166337658 940986368 172228 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.88
Current children cumulated vsize (KiB) 918932

[startup+402.506 s]
/proc/loadavg: 2.02 2.02 2.00 3/106 23177
/proc/meminfo: memFree=984104/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=918932 CPUtime=402.63
/proc/23162/stat : 23162 (java) R 23160 23162 22053 0 -1 0 192653 0 1 0 40176 87 0 0 25 0 13 0 166325482 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054080218 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23162/statm: 229733 178968 2360 14 0 216170 0
[pid=23162/tid=23164] ppid=23160 vsize=918932 CPUtime=3.95
/proc/23162/task/23164/stat : 23164 (java) S 23160 23162 22053 0 -1 64 86970 0 0 0 359 36 0 0 16 0 13 0 166325486 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23165] ppid=23160 vsize=918932 CPUtime=4.2
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 83702 0 0 0 382 38 0 0 17 0 13 0 166325486 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23166] ppid=23160 vsize=918932 CPUtime=3.12
/proc/23162/task/23166/stat : 23166 (java) S 23160 23162 22053 0 -1 64 13 0 0 0 312 0 0 0 16 0 13 0 166325489 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23167] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166325489 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23168] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166325489 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23169] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166325493 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 166325493 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=918932 CPUtime=0.89
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1485 0 0 0 89 0 0 0 17 0 13 0 166325493 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=918932 CPUtime=0.82
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 750 0 0 0 82 0 0 0 16 0 13 0 166325493 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166325493 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166325493 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23175] ppid=23160 vsize=918932 CPUtime=0
/proc/23162/task/23175/stat : 23175 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 166337658 940986368 178968 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.63
Current children cumulated vsize (KiB) 918932



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+446.22 s]
/proc/loadavg: 2.01 2.02 2.00 4/106 23177
/proc/meminfo: memFree=981352/2055920 swapFree=4165612/4192956
[pid=23162] ppid=23160 vsize=922936 CPUtime=446.15
/proc/23162/stat : 23162 (java) S 23160 23162 22053 0 -1 0 193882 0 1 0 44527 88 0 0 25 0 13 0 166325482 945086464 179695 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23162/statm: 230734 179696 2360 14 0 217171 0
[pid=23162/tid=23164] ppid=23160 vsize=922936 CPUtime=4.01
/proc/23162/task/23164/stat : 23164 (java) R 23160 23162 22053 0 -1 64 86970 0 0 0 365 36 0 0 17 0 13 0 166325486 945086464 179697 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23165] ppid=23160 vsize=922936 CPUtime=4.28
/proc/23162/task/23165/stat : 23165 (java) S 23160 23162 22053 0 -1 64 83702 0 0 0 390 38 0 0 17 0 13 0 166325486 945086464 179698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23166] ppid=23160 vsize=922936 CPUtime=3.28
/proc/23162/task/23166/stat : 23166 (java) R 23160 23162 22053 0 -1 64 1244 0 0 0 328 0 0 0 16 0 13 0 166325489 945086464 179698 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154454247 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23167] ppid=23160 vsize=922936 CPUtime=0
/proc/23162/task/23167/stat : 23167 (java) S 23160 23162 22053 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 166325489 945086464 179699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23168] ppid=23160 vsize=922936 CPUtime=0
/proc/23162/task/23168/stat : 23168 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 166325489 945086464 179699 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23169] ppid=23160 vsize=922936 CPUtime=0
/proc/23162/task/23169/stat : 23169 (java) S 23160 23162 22053 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 166325493 945086464 179700 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23170] ppid=23160 vsize=922936 CPUtime=0
/proc/23162/task/23170/stat : 23170 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 166325493 945086464 179701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23171] ppid=23160 vsize=922936 CPUtime=0.89
/proc/23162/task/23171/stat : 23171 (java) S 23160 23162 22053 0 -1 64 1485 0 0 0 89 0 0 0 17 0 13 0 166325493 945086464 179701 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23172] ppid=23160 vsize=922936 CPUtime=0.82
/proc/23162/task/23172/stat : 23172 (java) S 23160 23162 22053 0 -1 64 750 0 0 0 82 0 0 0 16 0 13 0 166325493 945086464 179702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23162/tid=23173] ppid=23160 vsize=922936 CPUtime=0
/proc/23162/task/23173/stat : 23173 (java) S 23160 23162 22053 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 166325493 945086464 179702 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23174] ppid=23160 vsize=922936 CPUtime=0
/proc/23162/task/23174/stat : 23174 (java) S 23160 23162 22053 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 166325493 945086464 179703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23162/tid=23175] ppid=23160 vsize=922936 CPUtime=0
/proc/23162/task/23175/stat : 23175 (java) S 23160 23162 22053 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 166337658 945086464 179703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 446.15
Current children cumulated vsize (KiB) 922936

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

Sending SIGKILL to process tree (bottom up)

Child status: 143
Real time (s): 448.421
CPU time (s): 448.284
CPU user time (s): 447.219
CPU system time (s): 1.06484
CPU usage (%): 99.9695
Max. virtual memory (cumulated for all children) (KiB): 950936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 447.219
system time used= 1.06484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 208590
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= 10105
involuntary context switches= 13435

runsolver used 0.515921 s user time and 1.47877 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Jan  7 14:14:57 UTC 2007


IDJOB= 206870
IDBENCH= 4241
FILE ID= node1/206870-1168179297

PBS_JOBID= 3478853

Free space on /tmp= 66303 MiB

BENCH NAME= HOME/pub/bench/CPAI06/travellingSalesman/travellingSalesman-20/tsp-20-68_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206870-1168179297/sat4jCSP-bf3-cached.jar /tmp/evaluation/206870-1168179297/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-206870-1168179297 -o ROOT/results/node1/solver-206870-1168179297 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/206870-1168179297/sat4jCSP-bf3-cached.jar /tmp/evaluation/206870-1168179297/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  fc0652b76d1c37a99baababb747c85cb

RANDOM SEED= 582501239

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.234
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.234
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:       1692840 kB
Buffers:         22808 kB
Cached:         184100 kB
SwapCached:       3620 kB
Active:         177100 kB
Inactive:       130356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692840 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:         118052 kB
Slab:            40164 kB
Committed_AS:  4806844 kB
PageTables:       2532 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= 66303 MiB



End job on node1 on Sun Jan  7 14:22:26 UTC 2007