Trace number 196330

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? (TO) 1800.14 1812.37

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-42_ext.xml
MD5SUM9b534ebbbf8ce10b1dee18db24a78748
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark539.028
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables24
Number of constraints72
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension72
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.16	c version CSP COMPETITION BUGFIX 3 CACHED
0.16	c sun.arch.data.model	32
0.16	c java.version	1.5.0_10
0.16	c os.name	Linux
0.16	c os.version	2.6.9-22.EL.rootsmp
0.16	c os.arch	i386
0.16	c Free memory 722620888
0.16	c Max memory 723845120
0.16	c Total memory 723845120
0.16	c Number of processors 2
0.25	c --- Begin Solver configuration ---
0.25	c Stops conflict analysis at the first Unique Implication Point
0.25	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.25	c Learn all clauses as in MiniSAT
0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25	c VSIDS like heuristics from MiniSAT using a heap
0.25	c No reason simplification
0.25	c --- End Solver configuration ---
0.25	c solving /tmp/evaluation/196330-1168122188/unknown.xml
0.25	c reading problem ... 
0.53	c reading problem named ?
0.53	c reading domains done.
0.53	c reading variables
c reading variables (24) done.
0.58	c reading relations
c reading relations (72) done.
3.17	c reading constraints
c reading constraints done.
4.59	c ... done. Wall clock time 4.331s.
4.59	c CPU time (experimental) 2.75s.
4.59	c #vars     576
4.59	c #constraints  641914
1812.27	c starts		: 20
1812.27	c conflicts		: 612848
1812.27	c decisions		: 1074346
1812.27	c propagations		: 32029439
1812.27	c inspects		: 4093306009
1812.27	c learnt literals	: 0
1812.27	c learnt binary clauses	: 0
1812.27	c learnt ternary clauses	: 631
1812.27	c learnt clauses	: 612806
1812.27	c root simplifications	: 0
1812.27	c removed literals (reason simplification)	: 0
1812.27	c reason swapping (by a shorter reason)	: 0
1812.27	c Calls to reduceDB	: 0
1812.27	c speed (decisions/second)	: 594.3237678391837
1812.27	c non guided choices	139
1812.27	s UNKNOWN
1812.27	c Total wall clock time (in seconds) : 1812.011
1812.27	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/node11/watcher-196330-1168122188 -o ROOT/results/node11/solver-196330-1168122188 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196330-1168122188/sat4jCSP-bf3-cached.jar /tmp/evaluation/196330-1168122188/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.00 2.00 2.00 4/98 11396
/proc/meminfo: memFree=1447216/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=12200 CPUtime=0
/proc/11395/stat : 11395 (java) S 11393 11395 10415 0 -1 0 870 0 0 0 0 0 0 0 18 0 1 0 160613888 12492800 636 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/11395/statm: 3050 636 481 14 0 1142 0

[startup+0.104228 s]
/proc/loadavg: 2.00 2.00 2.00 4/98 11396
/proc/meminfo: memFree=1447216/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=901540 CPUtime=0.09
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 3310 0 1 0 7 2 0 0 21 0 12 0 160613888 923176960 3070 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4151462448 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 225385 3070 1557 14 0 212109 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 901540

[startup+0.516311 s]
/proc/loadavg: 2.00 2.00 2.00 4/98 11396
/proc/meminfo: memFree=1447216/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=905280 CPUtime=0.49
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 5837 0 1 0 46 3 0 0 19 0 12 0 160613888 927006720 5432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 226320 5432 2246 14 0 212757 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905280

[startup+1.34047 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 11407
/proc/meminfo: memFree=1429464/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=907208 CPUtime=1.32
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 8378 0 1 0 127 5 0 0 21 0 12 0 160613888 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 226802 7268 2325 14 0 213239 0
[pid=11395/tid=11397] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 160613891 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11398] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 160613891 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11399] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 160613893 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11400] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 21 0 12 0 160613894 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 160613894 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160613898 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160613898 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11404] ppid=11393 vsize=907208 CPUtime=0.47
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1456 0 0 0 47 0 0 0 16 0 12 0 160613898 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11405] ppid=11393 vsize=907208 CPUtime=0.27
/proc/11395/task/11405/stat : 11405 (java) R 11393 11395 10415 0 -1 64 688 0 0 0 27 0 0 0 16 0 12 0 160613898 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154310312 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11406] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160613898 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160613898 928980992 7268 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 907208

[startup+2.99581 s]
/proc/loadavg: 2.00 2.00 2.00 3/109 11407
/proc/meminfo: memFree=1366232/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=907208 CPUtime=2.96
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 25698 0 1 0 281 15 0 0 25 0 12 0 160613888 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 226802 24583 2333 14 0 213239 0
[pid=11395/tid=11397] ppid=11393 vsize=907208 CPUtime=0.12
/proc/11395/task/11397/stat : 11397 (java) R 11393 11395 10415 0 -1 64 1788 0 0 0 12 0 0 0 16 0 12 0 160613891 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11398] ppid=11393 vsize=907208 CPUtime=0.1
/proc/11395/task/11398/stat : 11398 (java) R 11393 11395 10415 0 -1 64 2098 0 0 0 10 0 0 0 16 0 12 0 160613891 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154958745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11399] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 24 0 0 0 0 0 0 0 16 0 12 0 160613893 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11400] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 160613894 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 160613894 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 160613898 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160613898 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11404] ppid=11393 vsize=907208 CPUtime=0.52
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1460 0 0 0 52 0 0 0 16 0 12 0 160613898 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11405] ppid=11393 vsize=907208 CPUtime=0.3
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 696 0 0 0 30 0 0 0 17 0 12 0 160613898 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11406] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 160613898 928980992 24583 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=907208 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 160613898 928980992 24583 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) 907208

[startup+6.20744 s]
/proc/loadavg: 2.00 2.00 2.00 3/110 11408
/proc/meminfo: memFree=1317328/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=907600 CPUtime=6.22
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 36558 0 1 0 601 21 0 0 25 0 13 0 160613888 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054424477 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11395/statm: 226900 34619 2356 14 0 213337 0
[pid=11395/tid=11397] ppid=11393 vsize=907600 CPUtime=0.31
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 7346 0 0 0 29 2 0 0 16 0 13 0 160613891 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11398] ppid=11393 vsize=907600 CPUtime=0.39
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 7216 0 0 0 36 3 0 0 16 0 13 0 160613891 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11399] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 17 0 13 0 160613893 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11400] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=907600 CPUtime=0.99
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1585 0 0 0 99 0 0 0 16 0 13 0 160613898 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=907600 CPUtime=0.56
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 714 0 0 0 56 0 0 0 16 0 13 0 160613898 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11408] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 929382400 34619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 907600

[startup+12.7047 s]
/proc/loadavg: 2.00 2.00 2.00 3/110 11408
/proc/meminfo: memFree=1317328/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=907600 CPUtime=12.68
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 36569 0 1 0 1247 21 0 0 25 0 13 0 160613888 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054154393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11395/statm: 226900 34626 2356 14 0 213337 0
[pid=11395/tid=11397] ppid=11393 vsize=907600 CPUtime=0.31
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 7346 0 0 0 29 2 0 0 16 0 13 0 160613891 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11398] ppid=11393 vsize=907600 CPUtime=0.39
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 7216 0 0 0 36 3 0 0 16 0 13 0 160613891 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11399] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160613893 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11400] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=907600 CPUtime=1.01
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1587 0 0 0 101 0 0 0 16 0 13 0 160613898 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=907600 CPUtime=0.6
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 718 0 0 0 60 0 0 0 16 0 13 0 160613898 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11408] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 929382400 34626 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 907600

[startup+25.5083 s]
/proc/loadavg: 2.08 2.02 2.01 3/110 11408
/proc/meminfo: memFree=1317464/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=907600 CPUtime=25.4
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 36570 0 1 0 2518 22 0 0 25 0 13 0 160613888 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054154393 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11395/statm: 226900 34627 2356 14 0 213337 0
[pid=11395/tid=11397] ppid=11393 vsize=907600 CPUtime=0.31
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 7346 0 0 0 29 2 0 0 16 0 13 0 160613891 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11398] ppid=11393 vsize=907600 CPUtime=0.39
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 7216 0 0 0 36 3 0 0 16 0 13 0 160613891 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11399] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160613893 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11400] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=907600 CPUtime=1.03
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1588 0 0 0 103 0 0 0 17 0 13 0 160613898 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=907600 CPUtime=0.6
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 718 0 0 0 60 0 0 0 17 0 13 0 160613898 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11408] ppid=11393 vsize=907600 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 929382400 34627 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 907600

[startup+51.2084 s]
/proc/loadavg: 2.05 2.01 2.00 3/110 11408
/proc/meminfo: memFree=1317528/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=907600 CPUtime=50.97
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 36571 0 1 0 5075 22 0 0 25 0 13 0 160613888 929382400 34628 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054366545 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

/proc/loadavg: 2.00 2.03 2.00 4/99 11808
/proc/meminfo: memFree=1327912/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=908404 CPUtime=1593.61
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 114349 0 1 0 159289 72 0 0 25 0 13 0 160613888 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054366545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 227101 108657 2356 14 0 213538 0
[pid=11395/tid=11397] ppid=11393 vsize=908404 CPUtime=1.79
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 49935 0 0 0 159 20 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11398] ppid=11393 vsize=908404 CPUtime=1.57
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 42394 0 0 0 139 18 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11399] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160613893 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11400] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=908404 CPUtime=1.04
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1589 0 0 0 104 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=908404 CPUtime=0.62
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 718 0 0 0 62 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11408] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1593.61
Current children cumulated vsize (KiB) 908404

[startup+1664.09 s]
/proc/loadavg: 2.00 2.02 2.00 3/99 11808
/proc/meminfo: memFree=1327848/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=908404 CPUtime=1653.1
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 114349 0 1 0 165238 72 0 0 25 0 13 0 160613888 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054366889 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 227101 108657 2356 14 0 213538 0
[pid=11395/tid=11397] ppid=11393 vsize=908404 CPUtime=1.79
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 49935 0 0 0 159 20 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11398] ppid=11393 vsize=908404 CPUtime=1.57
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 42394 0 0 0 139 18 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11399] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160613893 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11400] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=908404 CPUtime=1.04
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1589 0 0 0 104 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=908404 CPUtime=0.62
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 718 0 0 0 62 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11408] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1653.1
Current children cumulated vsize (KiB) 908404

[startup+1724.13 s]
/proc/loadavg: 2.04 2.03 2.00 3/99 11808
/proc/meminfo: memFree=1327720/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=908404 CPUtime=1712.6
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 114349 0 1 0 171187 73 0 0 25 0 13 0 160613888 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054366545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 227101 108657 2356 14 0 213538 0
[pid=11395/tid=11397] ppid=11393 vsize=908404 CPUtime=1.79
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 49935 0 0 0 159 20 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11398] ppid=11393 vsize=908404 CPUtime=1.57
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 42394 0 0 0 139 18 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11399] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160613893 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11400] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=908404 CPUtime=1.04
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1589 0 0 0 104 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=908404 CPUtime=0.62
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 718 0 0 0 62 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11408] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1712.6
Current children cumulated vsize (KiB) 908404

[startup+1784.19 s]
/proc/loadavg: 2.11 2.05 2.01 3/99 11808
/proc/meminfo: memFree=1327720/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=908404 CPUtime=1772.11
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 114349 0 1 0 177138 73 0 0 25 0 13 0 160613888 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054366545 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 227101 108657 2356 14 0 213538 0
[pid=11395/tid=11397] ppid=11393 vsize=908404 CPUtime=1.79
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 49935 0 0 0 159 20 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11398] ppid=11393 vsize=908404 CPUtime=1.57
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 42394 0 0 0 139 18 0 0 16 0 13 0 160613891 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11399] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160613893 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11400] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=908404 CPUtime=1.04
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1589 0 0 0 104 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=908404 CPUtime=0.62
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 718 0 0 0 62 0 0 0 17 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11408] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 930205696 108657 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.11
Current children cumulated vsize (KiB) 908404



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.26 s]
/proc/loadavg: 2.07 2.05 2.00 3/99 11808
/proc/meminfo: memFree=1300328/2055920 swapFree=4192812/4192956
[pid=11395] ppid=11393 vsize=908404 CPUtime=1800.02
/proc/11395/stat : 11395 (java) R 11393 11395 10415 0 -1 0 122752 0 1 0 179924 78 0 0 25 0 13 0 160613888 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4054373540 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/11395/statm: 227101 115484 2356 14 0 213538 0
[pid=11395/tid=11397] ppid=11393 vsize=908404 CPUtime=1.93
/proc/11395/task/11397/stat : 11397 (java) S 11393 11395 10415 0 -1 64 54021 0 0 0 171 22 0 0 16 0 13 0 160613891 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11398] ppid=11393 vsize=908404 CPUtime=1.69
/proc/11395/task/11398/stat : 11398 (java) S 11393 11395 10415 0 -1 64 46710 0 0 0 148 21 0 0 16 0 13 0 160613891 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11399] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11399/stat : 11399 (java) S 11393 11395 10415 0 -1 64 33 0 0 0 0 0 0 0 16 0 13 0 160613893 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11400] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11400/stat : 11400 (java) S 11393 11395 10415 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 160613894 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11401] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11401/stat : 11401 (java) S 11393 11395 10415 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 160613894 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11402] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11402/stat : 11402 (java) S 11393 11395 10415 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 160613898 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11403] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11403/stat : 11403 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 160613898 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11404] ppid=11393 vsize=908404 CPUtime=1.04
/proc/11395/task/11404/stat : 11404 (java) S 11393 11395 10415 0 -1 64 1589 0 0 0 104 0 0 0 17 0 13 0 160613898 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11405] ppid=11393 vsize=908404 CPUtime=0.62
/proc/11395/task/11405/stat : 11405 (java) S 11393 11395 10415 0 -1 64 718 0 0 0 62 0 0 0 17 0 13 0 160613898 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11406] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11406/stat : 11406 (java) S 11393 11395 10415 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 160613898 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11395/tid=11407] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11407/stat : 11407 (java) S 11393 11395 10415 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 160613898 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11395/tid=11408] ppid=11393 vsize=908404 CPUtime=0
/proc/11395/task/11408/stat : 11408 (java) S 11393 11395 10415 0 -1 64 3 0 0 0 0 0 0 0 17 0 13 0 160614347 930205696 115484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 908404

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

Child status: 143
Real time (s): 1812.37
CPU time (s): 1800.14
CPU user time (s): 1799.28
CPU system time (s): 0.857869
CPU usage (%): 99.325
Max. virtual memory (cumulated for all children) (KiB): 909104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.857869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122771
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= 37515
involuntary context switches= 68203

runsolver used 2.04069 s user time and 5.98809 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 22:23:09 UTC 2007


IDJOB= 196330
IDBENCH= 3343
FILE ID= node11/196330-1168122188

PBS_JOBID= 3477147

Free space on /tmp= 66313 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-42_ext.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196330-1168122188/sat4jCSP-bf3-cached.jar /tmp/evaluation/196330-1168122188/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-196330-1168122188 -o ROOT/results/node11/solver-196330-1168122188 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/196330-1168122188/sat4jCSP-bf3-cached.jar /tmp/evaluation/196330-1168122188/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  9b534ebbbf8ce10b1dee18db24a78748

RANDOM SEED= 206134385

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1447696 kB
Buffers:         36664 kB
Cached:         105660 kB
SwapCached:          0 kB
Active:         479568 kB
Inactive:        71680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447696 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5092 kB
Writeback:           0 kB
Mapped:         437876 kB
Slab:            40952 kB
Committed_AS:  5285304 kB
PageTables:       3100 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= 66315 MiB



End job on node11 on Sat Jan  6 22:53:21 UTC 2007