Trace number 199456

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.2 1806.3

General information on the benchmark

NameallIntervalSeries/
series-30.xml
MD5SUMe835f7c03787e03ef13a4640b6261dff
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.050991
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables59
Number of constraints870
Maximum constraint arity3
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension870
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.26	c --- Begin Solver configuration ---
0.26	c Stops conflict analysis at the first Unique Implication Point
0.26	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.26	c Learn all clauses as in MiniSAT
0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26	c VSIDS like heuristics from MiniSAT using a heap
0.26	c No reason simplification
0.26	c --- End Solver configuration ---
0.26	c solving /tmp/evaluation/199456-1168134393/unknown.xml
0.26	c reading problem ... 
0.53	c reading problem named ?
0.54	c reading domains done.
0.54	c reading variables
c reading variables (59) done.
0.62	c reading predicates 
c reading relations (3) done.
0.85	c reading constraints
c reading constraints done.
7.38	c ... done. Wall clock time 7.125s.
7.38	c CPU time (experimental) 4.08s.
7.38	c #vars     1741
7.38	c #constraints  781436
1166.55	c cleaning 315066 clauses out of 630201 for limit 1.0721990294606793E8
1806.15	c starts		: 21
1806.15	c conflicts		: 876333
1806.15	c decisions		: 1313427
1806.15	c propagations		: 40532136
1806.15	c inspects		: 4775008112
1806.15	c learnt literals	: 0
1806.15	c learnt binary clauses	: 0
1806.15	c learnt ternary clauses	: 1
1806.15	c learnt clauses	: 876333
1806.15	c root simplifications	: 0
1806.15	c removed literals (reason simplification)	: 0
1806.15	c reason swapping (by a shorter reason)	: 0
1806.15	c Calls to reduceDB	: 1
1806.15	c speed (decisions/second)	: 730.1846827814717
1806.15	c non guided choices	1408
1806.15	s UNKNOWN
1806.15	c Total wall clock time (in seconds) : 1805.89
1806.15	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/node59/watcher-199456-1168134393 -o ROOT/results/node59/solver-199456-1168134393 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199456-1168134393/sat4jCSP-bf3-cached.jar /tmp/evaluation/199456-1168134393/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 1.99 1.84 4/75 7869
/proc/meminfo: memFree=1260200/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=12200 CPUtime=0
/proc/7868/stat : 7868 (java) S 7866 7868 7472 0 -1 0 870 0 0 0 0 0 0 0 16 0 1 0 161837207 12492800 636 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 7368 0 0 0 17 1 0 0
/proc/7868/statm: 3050 636 481 14 0 1142 0

[startup+0.103057 s]
/proc/loadavg: 2.00 1.99 1.84 4/75 7869
/proc/meminfo: memFree=1260200/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=901540 CPUtime=0.08
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 3291 0 1 0 7 1 0 0 20 0 12 0 161837207 923176960 3051 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151518995 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7868/statm: 225385 3051 1549 14 0 212109 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 901540

[startup+0.511104 s]
/proc/loadavg: 2.00 1.99 1.84 4/75 7869
/proc/meminfo: memFree=1260200/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=905236 CPUtime=0.49
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 5826 0 1 0 46 3 0 0 19 0 12 0 161837207 926961664 5421 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7868/statm: 226309 5421 2246 14 0 212746 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 905236

[startup+1.33419 s]
/proc/loadavg: 2.00 1.99 1.84 3/86 7880
/proc/meminfo: memFree=1242320/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=905236 CPUtime=1.3
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 8136 0 1 0 125 5 0 0 19 0 12 0 161837207 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053842552 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7868/statm: 226309 7435 2460 14 0 212746 0
[pid=7868/tid=7870] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161837210 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7871] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 161837210 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 161837213 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7873] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 161837214 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7874] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 161837214 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7875] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161837217 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 161837217 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7877] ppid=7866 vsize=905236 CPUtime=0.24
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 341 0 0 0 24 0 0 0 16 0 12 0 161837217 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7878] ppid=7866 vsize=905236 CPUtime=0.27
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 726 0 0 0 27 0 0 0 16 0 12 0 161837217 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7879] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 161837217 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=905236 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161837217 926961664 7435 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 905236

[startup+2.98738 s]
/proc/loadavg: 2.00 1.99 1.84 3/86 7880
/proc/meminfo: memFree=1206864/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=907800 CPUtime=2.93
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 20677 0 1 0 282 11 0 0 25 0 12 0 161837207 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053845624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7868/statm: 226950 18844 2465 14 0 213387 0
[pid=7868/tid=7870] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 161837210 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7871] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 161837210 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 161837213 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7873] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 161837214 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7874] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 161837214 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7875] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161837217 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 161837217 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7877] ppid=7866 vsize=907800 CPUtime=0.8
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2104 0 0 0 79 1 0 0 17 0 12 0 161837217 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7878] ppid=7866 vsize=907800 CPUtime=0.49
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 795 0 0 0 49 0 0 0 16 0 12 0 161837217 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7879] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 161837217 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=907800 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161837217 929587200 18844 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 907800

[startup+6.19172 s]
/proc/loadavg: 2.00 1.99 1.84 3/86 7880
/proc/meminfo: memFree=1136912/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=917988 CPUtime=6.25
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 45226 0 1 0 602 23 0 0 21 0 12 0 161837207 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054459415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7868/statm: 229497 39275 2479 14 0 215934 0
[pid=7868/tid=7870] ppid=7866 vsize=917988 CPUtime=0.23
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 7492 0 0 0 20 3 0 0 16 0 12 0 161837210 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7871] ppid=7866 vsize=917988 CPUtime=0.22
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 8124 0 0 0 19 3 0 0 17 0 12 0 161837210 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=917988 CPUtime=0
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 17 0 0 0 0 0 0 0 16 0 12 0 161837213 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7873] ppid=7866 vsize=917988 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161837214 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7874] ppid=7866 vsize=917988 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161837214 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7875] ppid=7866 vsize=917988 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 12 0 161837217 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=917988 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 16 0 12 0 161837217 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7877] ppid=7866 vsize=917988 CPUtime=1.2
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2682 0 0 0 118 2 0 0 16 0 12 0 161837217 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7878] ppid=7866 vsize=917988 CPUtime=1.4
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6711 0 0 0 138 2 0 0 16 0 12 0 161837217 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7879] ppid=7866 vsize=917988 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 161837217 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=917988 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161837217 940019712 39275 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 917988

[startup+12.6174 s]
/proc/loadavg: 2.00 1.99 1.84 3/87 7881
/proc/meminfo: memFree=1064264/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=12.76
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 57555 0 1 0 1248 28 0 0 25 0 13 0 161837207 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054685974 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 50943 2484 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=0.52
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 13116 0 0 0 46 6 0 0 16 0 13 0 161837210 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7871] ppid=7866 vsize=921068 CPUtime=0.51
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 14762 0 0 0 46 5 0 0 18 0 13 0 161837210 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7872] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 18 0 0 0 0 0 0 0 17 0 13 0 161837213 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7873] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7874] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7875] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161837217 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=921068 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 161837217 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7877] ppid=7866 vsize=921068 CPUtime=1.52
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2702 0 0 0 150 2 0 0 15 0 13 0 161837217 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7878] ppid=7866 vsize=921068 CPUtime=1.71
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6730 0 0 0 168 3 0 0 15 0 13 0 161837217 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7879] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 161837217 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161837217 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7881] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7881/stat : 7881 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 161837947 943173632 50943 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 921068

[startup+25.5029 s]
/proc/loadavg: 2.00 1.99 1.84 3/87 7881
/proc/meminfo: memFree=1063176/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=25.63
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 57560 0 1 0 2535 28 0 0 25 0 13 0 161837207 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054685974 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 50946 2484 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=0.52
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 13116 0 0 0 46 6 0 0 16 0 13 0 161837210 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7871] ppid=7866 vsize=921068 CPUtime=0.51
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 14762 0 0 0 46 5 0 0 18 0 13 0 161837210 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7872] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 161837213 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7873] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7874] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7875] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161837217 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=921068 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 17 0 13 0 161837217 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7877] ppid=7866 vsize=921068 CPUtime=1.55
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2705 0 0 0 153 2 0 0 16 0 13 0 161837217 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7878] ppid=7866 vsize=921068 CPUtime=1.71
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6730 0 0 0 168 3 0 0 15 0 13 0 161837217 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7879] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 161837217 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161837217 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7881] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7881/stat : 7881 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 161837947 943173632 50946 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.63
Current children cumulated vsize (KiB) 921068

[startup+51.1977 s]
/proc/loadavg: 2.00 1.99 1.84 3/87 7881
/proc/meminfo: memFree=1060680/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=51.3
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 57561 0 1 0 5102 28 0 0 25 0 13 0 161837207 943173632 50947 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054630100 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 50947 2484 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=0.52

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

/proc/loadavg: 1.04 1.27 1.60 3/77 8305
/proc/meminfo: memFree=803448/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=1597.61
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 203934 0 1 0 159639 122 0 0 25 0 13 0 161837207 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054707998 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 182638 2487 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=2.78
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 82048 0 0 0 242 36 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7871] ppid=7866 vsize=921068 CPUtime=2.87
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 92174 0 0 0 247 40 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=921068 CPUtime=0.91
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 19 0 0 0 91 0 0 0 16 0 13 0 161837213 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7873] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7874] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7875] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=921068 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7877] ppid=7866 vsize=921068 CPUtime=1.63
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2708 0 0 0 161 2 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7878] ppid=7866 vsize=921068 CPUtime=1.82
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6730 0 0 0 179 3 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7879] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7881] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7881/stat : 7881 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 161837947 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1597.61
Current children cumulated vsize (KiB) 921068

[startup+1663.93 s]
/proc/loadavg: 1.01 1.22 1.56 3/77 8305
/proc/meminfo: memFree=803512/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=1657.72
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 203935 0 1 0 165650 122 0 0 25 0 13 0 161837207 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054685891 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 182638 2487 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=2.87
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 82048 0 0 0 251 36 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7871] ppid=7866 vsize=921068 CPUtime=2.96
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 92174 0 0 0 256 40 0 0 17 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=921068 CPUtime=0.91
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 19 0 0 0 91 0 0 0 16 0 13 0 161837213 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7873] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7874] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7875] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=921068 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7877] ppid=7866 vsize=921068 CPUtime=1.63
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2708 0 0 0 161 2 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7878] ppid=7866 vsize=921068 CPUtime=1.82
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6730 0 0 0 179 3 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7879] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7881] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7881/stat : 7881 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 161837947 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1657.72
Current children cumulated vsize (KiB) 921068

[startup+1723.97 s]
/proc/loadavg: 1.00 1.18 1.52 2/77 8305
/proc/meminfo: memFree=803448/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=1717.82
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 203936 0 1 0 171660 122 0 0 25 0 13 0 161837207 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054746381 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 182638 2487 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=2.96
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 82048 0 0 0 260 36 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7871] ppid=7866 vsize=921068 CPUtime=3.05
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 92174 0 0 0 265 40 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=921068 CPUtime=0.91
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 19 0 0 0 91 0 0 0 16 0 13 0 161837213 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7873] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7874] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7875] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=921068 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7877] ppid=7866 vsize=921068 CPUtime=1.63
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2708 0 0 0 161 2 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7878] ppid=7866 vsize=921068 CPUtime=1.82
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6730 0 0 0 179 3 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7879] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7881] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7881/stat : 7881 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 161837947 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1717.82
Current children cumulated vsize (KiB) 921068

[startup+1784.01 s]
/proc/loadavg: 1.00 1.14 1.49 2/77 8305
/proc/meminfo: memFree=803384/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=1777.91
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 203937 0 1 0 177669 122 0 0 25 0 13 0 161837207 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054687741 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 182638 2487 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=3.05
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 82048 0 0 0 269 36 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7871] ppid=7866 vsize=921068 CPUtime=3.14
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 92174 0 0 0 274 40 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=921068 CPUtime=0.91
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 19 0 0 0 91 0 0 0 16 0 13 0 161837213 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7873] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7874] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7875] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=921068 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7877] ppid=7866 vsize=921068 CPUtime=1.63
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2708 0 0 0 161 2 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7878] ppid=7866 vsize=921068 CPUtime=1.82
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6730 0 0 0 179 3 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7879] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7881] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7881/stat : 7881 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 161837947 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1777.91
Current children cumulated vsize (KiB) 921068



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.14 s]
/proc/loadavg: 1.00 1.13 1.48 2/77 8305
/proc/meminfo: memFree=803384/2055920 swapFree=4192812/4192956
[pid=7868] ppid=7866 vsize=921068 CPUtime=1800.03
/proc/7868/stat : 7868 (java) R 7866 7868 7472 0 -1 0 203937 0 1 0 179881 122 0 0 25 0 13 0 161837207 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054696593 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7868/statm: 230267 182638 2487 14 0 216704 0
[pid=7868/tid=7870] ppid=7866 vsize=921068 CPUtime=3.05
/proc/7868/task/7870/stat : 7870 (java) S 7866 7868 7472 0 -1 64 82048 0 0 0 269 36 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7871] ppid=7866 vsize=921068 CPUtime=3.14
/proc/7868/task/7871/stat : 7871 (java) S 7866 7868 7472 0 -1 64 92174 0 0 0 274 40 0 0 16 0 13 0 161837210 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7872] ppid=7866 vsize=921068 CPUtime=0.91
/proc/7868/task/7872/stat : 7872 (java) S 7866 7868 7472 0 -1 64 19 0 0 0 91 0 0 0 16 0 13 0 161837213 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7873] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7873/stat : 7873 (java) S 7866 7868 7472 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7874] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7874/stat : 7874 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161837214 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7875] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7875/stat : 7875 (java) S 7866 7868 7472 0 -1 64 0 0 0 0 0 0 0 0 18 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7876] ppid=7866 vsize=921068 CPUtime=0.01
/proc/7868/task/7876/stat : 7876 (java) S 7866 7868 7472 0 -1 64 3 0 0 0 1 0 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7877] ppid=7866 vsize=921068 CPUtime=1.63
/proc/7868/task/7877/stat : 7877 (java) S 7866 7868 7472 0 -1 64 2708 0 0 0 161 2 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7878] ppid=7866 vsize=921068 CPUtime=1.82
/proc/7868/task/7878/stat : 7878 (java) S 7866 7868 7472 0 -1 64 6730 0 0 0 179 3 0 0 16 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7868/tid=7879] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7879/stat : 7879 (java) S 7866 7868 7472 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7880] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7880/stat : 7880 (java) S 7866 7868 7472 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161837217 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7868/tid=7881] ppid=7866 vsize=921068 CPUtime=0
/proc/7868/task/7881/stat : 7881 (java) S 7866 7868 7472 0 -1 64 5 0 0 0 0 0 0 0 22 0 13 0 161837947 943173632 182638 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 921068

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

Child status: 143
Real time (s): 1806.3
CPU time (s): 1800.2
CPU user time (s): 1798.86
CPU system time (s): 1.3438
CPU usage (%): 99.6625
Max. virtual memory (cumulated for all children) (KiB): 921068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.3438
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203957
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= 37820
involuntary context switches= 28166

runsolver used 2.15167 s user time and 5.34719 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 01:46:33 UTC 2007


IDJOB= 199456
IDBENCH= 3618
FILE ID= node59/199456-1168134393

PBS_JOBID= 3477989

Free space on /tmp= 66497 MiB

BENCH NAME= HOME/pub/bench/CPAI06/allIntervalSeries/series-30.xml
COMMAND LINE= java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199456-1168134393/sat4jCSP-bf3-cached.jar /tmp/evaluation/199456-1168134393/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-199456-1168134393 -o ROOT/results/node59/solver-199456-1168134393 -C 1800 -M 900  java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199456-1168134393/sat4jCSP-bf3-cached.jar /tmp/evaluation/199456-1168134393/unknown.xml

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  e835f7c03787e03ef13a4640b6261dff

RANDOM SEED= 475061321

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.239
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.239
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:       1260616 kB
Buffers:         10272 kB
Cached:         504420 kB
SwapCached:          0 kB
Active:         448780 kB
Inactive:       294008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1260616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:         239136 kB
Slab:            37412 kB
Committed_AS:  3341388 kB
PageTables:       2312 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= 66549 MiB



End job on node59 on Sun Jan  7 02:16:39 UTC 2007