Trace number 199249

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4jCSP 1.7 RC BF3? (MO) 1104.97 1099.34

General information on the benchmark

NameallIntervalSeries/
series-35.xml
MD5SUM6aeecd6872742eb9c633f873c5a163bd
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.069988
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables69
Number of constraints1190
Maximum constraint arity3
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1190
Global constraints used (with number of constraints)

Solver Data (download as text)

0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.17	c version CSP COMPETITION BUGFIX 3
0.17	c sun.arch.data.model	32
0.17	c java.version	1.5.0_10
0.17	c os.name	Linux
0.17	c os.version	2.6.9-22.EL.rootsmp
0.17	c os.arch	i386
0.17	c Free memory 722620888
0.17	c Max memory 723845120
0.17	c Total memory 723845120
0.17	c Number of processors 2
0.23	c --- Begin Solver configuration ---
0.23	c Stops conflict analysis at the first Unique Implication Point
0.23	c org.sat4j.minisat.constraints.MixedDataStructureWithBinary@19dfbff
0.23	c Learn all clauses as in MiniSAT
0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23	c VSIDS like heuristics from MiniSAT using a heap
0.23	c No reason simplification
0.23	c --- End Solver configuration ---
0.23	c solving /tmp/evaluation/199249-1168133110/unknown.xml
0.23	c reading problem ... 
0.40	c reading problem named ?
0.40	c reading domains done.
0.41	c reading variables
c reading variables (69) done.
0.47	c reading predicates 
c reading relations (3) done.
0.68	c reading constraints
c reading constraints done.
10.13	c ... done. Wall clock time 9.904s.
10.13	c CPU time (experimental) 7.89s.
10.13	c #vars     2381
10.13	c #constraints  1455576
1099.17	c starts		: 20
1099.17	c conflicts		: 567423
1099.17	c decisions		: 955357
1099.17	c propagations		: 21199377
1099.17	c inspects		: 2975767207
1099.17	c learnt literals	: 0
1099.17	c learnt binary clauses	: 0
1099.17	c learnt ternary clauses	: 3
1099.17	c learnt clauses	: 567423
1099.17	c root simplifications	: 0
1099.17	c removed literals (reason simplification)	: 0
1099.17	c reason swapping (by a shorter reason)	: 0
1099.17	c Calls to reduceDB	: 0
1099.17	c speed (decisions/second)	: 877.2582105477738
1099.17	c non guided choices	1747
1099.17	s UNKNOWN
1099.17	c Total wall clock time (in seconds) : 1098.936
1099.17	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/node60/watcher-199249-1168133110 -o ROOT/results/node60/solver-199249-1168133110 -C 1800 -M 900 java -server -Xmx700M -Xms700M -jar /tmp/evaluation/199249-1168133110/sat4jCSP-bf3.jar /tmp/evaluation/199249-1168133110/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: 0.85 0.98 1.06 3/65 30162
/proc/meminfo: memFree=1745912/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=18540 CPUtime=0
/proc/30161/stat : 30161 (runsolver) R 30159 30161 29609 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 161709043 18984960 279 18446744073709551615 4194304 4267372 548682068992 18446744073709551615 271894244647 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/30161/statm: 4635 279 244 17 0 2626 0

[startup+0.104396 s]
/proc/loadavg: 0.85 0.98 1.06 3/65 30162
/proc/meminfo: memFree=1745912/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=897120 CPUtime=0.06
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 3167 0 1 0 5 1 0 0 24 0 6 0 161709043 918650880 2927 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/30161/statm: 224280 2927 1495 14 0 211300 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 897120

[startup+0.512437 s]
/proc/loadavg: 0.85 0.98 1.06 3/65 30162
/proc/meminfo: memFree=1745912/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=905828 CPUtime=0.65
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 6470 0 1 0 62 3 0 0 18 0 12 0 161709043 927567872 6026 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4155213623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 226457 6026 2348 14 0 212894 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 905828

[startup+1.33452 s]
/proc/loadavg: 0.85 0.98 1.06 2/76 30173
/proc/meminfo: memFree=1721248/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=907892 CPUtime=1.78
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 10986 0 1 0 172 6 0 0 17 0 12 0 161709043 929681408 10165 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054193867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 226973 10166 2473 14 0 213410 0
[pid=30161/tid=30163] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 161709047 929681408 10166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 161709047 929681408 10166 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30165] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 161709050 929681408 10167 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 23 0 12 0 161709050 929681408 10167 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 161709050 929681408 10167 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 161709054 929681408 10168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 161709054 929681408 10168 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=907892 CPUtime=0.31
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 704 0 0 0 31 0 0 0 16 0 12 0 161709054 929681408 10169 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=907892 CPUtime=0.34
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 863 0 0 0 34 0 0 0 16 0 12 0 161709054 929681408 10169 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30172] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 161709054 929681408 10169 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=907892 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161709054 929681408 10169 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 907892

[startup+2.98668 s]
/proc/loadavg: 0.85 0.98 1.06 2/76 30173
/proc/meminfo: memFree=1675552/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=909604 CPUtime=3.97
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 25421 0 1 0 384 13 0 0 21 0 12 0 161709043 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053844283 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 227401 23328 2476 14 0 213838 0
[pid=30161/tid=30163] ppid=30159 vsize=909604 CPUtime=0.03
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 1147 0 0 0 3 0 0 0 16 0 12 0 161709047 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=909604 CPUtime=0.03
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 604 0 0 0 3 0 0 0 16 0 12 0 161709047 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30165] ppid=30159 vsize=909604 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 12 0 0 0 0 0 0 0 17 0 12 0 161709050 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=909604 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161709050 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=909604 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161709050 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=909604 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 161709054 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=909604 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 161709054 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30170] ppid=30159 vsize=909604 CPUtime=0.67
/proc/30161/task/30170/stat : 30170 (java) R 30159 30161 29609 0 -1 64 1123 0 0 0 67 0 0 0 16 0 12 0 161709054 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4151585468 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=909604 CPUtime=0.7
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2241 0 0 0 69 1 0 0 16 0 12 0 161709054 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30172] ppid=30159 vsize=909604 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 161709054 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=909604 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161709054 931434496 23328 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 909604

[startup+6.273 s]
/proc/loadavg: 0.86 0.98 1.06 2/76 30173
/proc/meminfo: memFree=1631200/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=910696 CPUtime=8.11
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 39488 0 1 0 790 21 0 0 18 0 12 0 161709043 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4053835904 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 227674 35996 2480 14 0 214111 0
[pid=30161/tid=30163] ppid=30159 vsize=910696 CPUtime=0.42
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 6830 0 0 0 39 3 0 0 16 0 12 0 161709047 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=910696 CPUtime=0.42
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 8422 0 0 0 37 5 0 0 18 0 12 0 161709047 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30165] ppid=30159 vsize=910696 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 161709050 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=910696 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 161709050 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=910696 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 161709050 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=910696 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 161709054 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=910696 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 161709054 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30170] ppid=30159 vsize=910696 CPUtime=0.92
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 1368 0 0 0 91 1 0 0 16 0 12 0 161709054 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30171] ppid=30159 vsize=910696 CPUtime=1.09
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2544 0 0 0 108 1 0 0 16 0 12 0 161709054 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30172] ppid=30159 vsize=910696 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 161709054 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=910696 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 161709054 932552704 35996 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 910696

[startup+12.7716 s]
/proc/loadavg: 0.87 0.98 1.06 2/77 30174
/proc/meminfo: memFree=1541848/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=914540 CPUtime=16.62
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 59514 0 1 0 1630 32 0 0 24 0 13 0 161709043 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054626938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 228635 53341 2485 14 0 215072 0
[pid=30161/tid=30163] ppid=30159 vsize=914540 CPUtime=1.85
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 11773 0 0 0 179 6 0 0 16 0 13 0 161709047 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=914540 CPUtime=1.86
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 21650 0 0 0 175 11 0 0 16 0 13 0 161709047 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30165] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161709054 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=914540 CPUtime=1.43
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 3148 0 0 0 142 1 0 0 16 0 13 0 161709054 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30171] ppid=30159 vsize=914540 CPUtime=1.43
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2589 0 0 0 142 1 0 0 15 0 13 0 161709054 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30172] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161709054 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 161710057 936488960 53341 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.62
Current children cumulated vsize (KiB) 914540

[startup+25.6199 s]
/proc/loadavg: 0.90 0.98 1.06 2/77 30174
/proc/meminfo: memFree=1541784/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=914540 CPUtime=29.48
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 59522 0 1 0 2915 33 0 0 25 0 13 0 161709043 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054687395 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 228635 53335 2485 14 0 215072 0
[pid=30161/tid=30163] ppid=30159 vsize=914540 CPUtime=1.85
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 11773 0 0 0 179 6 0 0 16 0 13 0 161709047 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=914540 CPUtime=1.86
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 21650 0 0 0 175 11 0 0 16 0 13 0 161709047 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30165] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161709054 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=914540 CPUtime=1.46
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 3149 0 0 0 144 2 0 0 16 0 13 0 161709054 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30171] ppid=30159 vsize=914540 CPUtime=1.45
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2590 0 0 0 144 1 0 0 17 0 13 0 161709054 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161709054 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 161710057 936488960 53335 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.48
Current children cumulated vsize (KiB) 914540

[startup+51.2454 s]
/proc/loadavg: 0.93 0.98 1.06 2/77 30174
/proc/meminfo: memFree=1523736/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=914540 CPUtime=55.24
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 64488 0 1 0 5488 36 0 0 25 0 13 0 161709043 936488960 57861 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054686866 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 228635 57861 2485 14 0 215072 0
[pid=30161/tid=30163] ppid=30159 vsize=914540 CPUtime=2

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

/proc/loadavg: 0.99 0.98 1.00 2/77 30174
/proc/meminfo: memFree=1105368/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=914540 CPUtime=888.96
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 200613 0 1 0 88791 105 0 0 25 0 13 0 161709043 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054686783 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 228635 162219 2485 14 0 215072 0
[pid=30161/tid=30163] ppid=30159 vsize=914540 CPUtime=3.64
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 82421 0 0 0 322 42 0 0 17 0 13 0 161709047 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=914540 CPUtime=3.67
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 92077 0 0 0 320 47 0 0 16 0 13 0 161709047 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161709054 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=914540 CPUtime=1.47
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 3149 0 0 0 145 2 0 0 17 0 13 0 161709054 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30171] ppid=30159 vsize=914540 CPUtime=1.46
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2590 0 0 0 145 1 0 0 17 0 13 0 161709054 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161709054 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 161710057 936488960 162219 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 888.96
Current children cumulated vsize (KiB) 914540

[startup+943.626 s]
/proc/loadavg: 0.99 0.98 1.00 2/77 30174
/proc/meminfo: memFree=1076440/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=914540 CPUtime=949.15
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 210740 0 1 0 94804 111 0 0 23 0 13 0 161709043 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054333461 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 228635 169429 2485 14 0 215072 0
[pid=30161/tid=30163] ppid=30159 vsize=914540 CPUtime=3.75
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 87327 0 0 0 330 45 0 0 17 0 13 0 161709047 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=914540 CPUtime=3.77
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 97297 0 0 0 328 49 0 0 16 0 13 0 161709047 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 17 0 0 0 0 0 0 0 15 0 13 0 161709050 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=914540 CPUtime=1.47
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 3149 0 0 0 145 2 0 0 17 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30171] ppid=30159 vsize=914540 CPUtime=1.46
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2590 0 0 0 145 1 0 0 17 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 161710057 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 949.15
Current children cumulated vsize (KiB) 914540

[startup+1003.73 s]
/proc/loadavg: 0.99 0.98 1.00 2/77 30174
/proc/meminfo: memFree=1076376/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=914540 CPUtime=1009.23
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 210740 0 1 0 100812 111 0 0 25 0 13 0 161709043 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054723345 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 228635 169429 2485 14 0 215072 0
[pid=30161/tid=30163] ppid=30159 vsize=914540 CPUtime=3.75
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 87327 0 0 0 330 45 0 0 17 0 13 0 161709047 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=914540 CPUtime=3.77
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 97297 0 0 0 328 49 0 0 16 0 13 0 161709047 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30166] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=914540 CPUtime=1.47
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 3149 0 0 0 145 2 0 0 17 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30171] ppid=30159 vsize=914540 CPUtime=1.46
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2590 0 0 0 145 1 0 0 17 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161709054 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 161710057 936488960 169429 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1009.23
Current children cumulated vsize (KiB) 914540

[startup+1063.83 s]
/proc/loadavg: 0.99 0.98 1.00 2/77 30174
/proc/meminfo: memFree=1042712/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=914540 CPUtime=1069.4
/proc/30161/stat : 30161 (java) R 30159 30161 29609 0 -1 0 222101 0 1 0 106823 117 0 0 25 0 13 0 161709043 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4054686866 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 228635 177828 2486 14 0 215072 0
[pid=30161/tid=30163] ppid=30159 vsize=914540 CPUtime=3.84
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 92317 0 0 0 336 48 0 0 17 0 13 0 161709047 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30164] ppid=30159 vsize=914540 CPUtime=3.88
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 102215 0 0 0 336 52 0 0 16 0 13 0 161709047 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30165] ppid=30159 vsize=914540 CPUtime=1.42
/proc/30161/task/30165/stat : 30165 (java) S 30159 30161 29609 0 -1 64 1469 0 0 0 142 0 0 0 16 0 13 0 161709050 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30166] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161709050 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161709054 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=914540 CPUtime=1.47
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 3149 0 0 0 145 2 0 0 17 0 13 0 161709054 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30171] ppid=30159 vsize=914540 CPUtime=1.46
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2590 0 0 0 145 1 0 0 17 0 13 0 161709054 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161709054 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=914540 CPUtime=0
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 161710057 936488960 177828 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1069.4
Current children cumulated vsize (KiB) 914540



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1098.21 s]
/proc/loadavg: 0.99 0.98 1.00 2/77 30174
/proc/meminfo: memFree=1035224/2055920 swapFree=4192812/4192956
[pid=30161] ppid=30159 vsize=922544 CPUtime=1103.83
/proc/30161/stat : 30161 (java) S 30159 30161 29609 0 -1 0 225719 0 1 0 110264 119 0 0 25 0 13 0 161709043 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30161/statm: 230636 179688 2486 14 0 217073 0
[pid=30161/tid=30163] ppid=30159 vsize=922544 CPUtime=3.9
/proc/30161/task/30163/stat : 30163 (java) S 30159 30161 29609 0 -1 64 92697 0 0 0 341 49 0 0 17 0 13 0 161709047 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30164] ppid=30159 vsize=922544 CPUtime=3.93
/proc/30161/task/30164/stat : 30164 (java) S 30159 30161 29609 0 -1 64 102526 0 0 0 341 52 0 0 16 0 13 0 161709047 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30165] ppid=30159 vsize=922544 CPUtime=1.79
/proc/30161/task/30165/stat : 30165 (java) R 30159 30161 29609 0 -1 64 4395 0 0 0 178 1 0 0 16 0 13 0 161709050 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4154454060 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30166] ppid=30159 vsize=922544 CPUtime=0
/proc/30161/task/30166/stat : 30166 (java) S 30159 30161 29609 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 161709050 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30167] ppid=30159 vsize=922544 CPUtime=0
/proc/30161/task/30167/stat : 30167 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 161709050 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30168] ppid=30159 vsize=922544 CPUtime=0
/proc/30161/task/30168/stat : 30168 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30169] ppid=30159 vsize=922544 CPUtime=0
/proc/30161/task/30169/stat : 30169 (java) S 30159 30161 29609 0 -1 64 16 0 0 0 0 0 0 0 17 0 13 0 161709054 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30170] ppid=30159 vsize=922544 CPUtime=1.47
/proc/30161/task/30170/stat : 30170 (java) S 30159 30161 29609 0 -1 64 3149 0 0 0 145 2 0 0 17 0 13 0 161709054 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30161/tid=30171] ppid=30159 vsize=922544 CPUtime=1.46
/proc/30161/task/30171/stat : 30171 (java) S 30159 30161 29609 0 -1 64 2590 0 0 0 145 1 0 0 17 0 13 0 161709054 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30172] ppid=30159 vsize=922544 CPUtime=0
/proc/30161/task/30172/stat : 30172 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 161709054 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30173] ppid=30159 vsize=922544 CPUtime=0
/proc/30161/task/30173/stat : 30173 (java) S 30159 30161 29609 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 161709054 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30161/tid=30174] ppid=30159 vsize=922544 CPUtime=0
/proc/30161/task/30174/stat : 30174 (java) S 30159 30161 29609 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 161710057 944685056 179688 18446744073709551615 134512640 134570532 4294956496 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1103.83
Current children cumulated vsize (KiB) 922544

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

Child status: 143
Real time (s): 1099.34
CPU time (s): 1104.97
CPU user time (s): 1103.63
CPU system time (s): 1.3328
CPU usage (%): 100.512
Max. virtual memory (cumulated for all children) (KiB): 922544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1103.63
system time used= 1.3328
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231741
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= 23231
involuntary context switches= 3320

runsolver used 0.930858 s user time and 2.97455 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 01:25:12 UTC 2007


IDJOB= 199249
IDBENCH= 3602
FILE ID= node60/199249-1168133110

PBS_JOBID= 3477976

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= c614762dbe7de46d2af9d7b592545c03
MD5SUM BENCH=  6aeecd6872742eb9c633f873c5a163bd

RANDOM SEED= 377341124

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746392 kB
Buffers:         13416 kB
Cached:         233152 kB
SwapCached:          0 kB
Active:         189292 kB
Inactive:        72592 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          25488 kB
Slab:            33640 kB
Committed_AS:  3531912 kB
PageTables:       1464 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= 66551 MiB



End job on node60 on Sun Jan  7 01:43:31 UTC 2007