Trace number 419876

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
SAT4JPseudoResolution 2007-03-23UNSAT 385.208 358.988

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/
industrial/narain/clauses-10.opb
MD5SUM5b602d40654d81f58c0688c5dca09163
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark385.208
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2270929
Total number of constraints8901946
Number of constraints which are clauses8901946
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint865
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 863
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 1728
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/419876-1177414966/instance-419876-1177414966.opb
0.20/0.20	c reading problem ... 
165.04/140.29	c ... done. Wall clock time 140.091s.
165.04/140.29	c CPU time (experimental) 115.02s.
165.04/140.29	c #vars     2270929
165.04/140.29	c #constraints  8901945
384.95/358.76	c starts		: 6
384.95/358.76	c conflicts		: 2002
384.95/358.76	c decisions		: 10880
384.95/358.76	c propagations		: 178630856
384.95/358.76	c inspects		: 492183084
384.95/358.76	c learnt literals	: 159
384.95/358.76	c learnt binary clauses	: 400
384.95/358.76	c learnt ternary clauses	: 242
384.95/358.76	c learnt clauses	: 1842
384.95/358.76	c root simplifications	: 0
384.95/358.76	c removed literals (reason simplification)	: 0
384.95/358.76	c reason swapping (by a shorter reason)	: 0
384.95/358.76	c Calls to reduceDB	: 0
384.95/358.76	c speed (decisions/second)	: 49.84309503630575
384.95/358.76	c non guided choices	181
384.95/358.76	s UNSATISFIABLE
384.95/358.76	c Total wall clock time (ms): 358.559

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node9/watcher-419876-1177414966 -o ROOT/results/node9/solver-419876-1177414966 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419876-1177414966/sat4jPseudoResolution.jar /tmp/evaluation/419876-1177414966/instance-419876-1177414966.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.11 1.10 1.09 2/77 5681
/proc/meminfo: memFree=1559856/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=308 CPUtime=0
/proc/5681/stat : 5681 (java) R 5679 5681 5303 0 -1 0 54 0 0 0 0 0 0 0 18 0 1 0 217535770 315392 39 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8663844 0 0 4096 0 0 0 0 17 1 0 0
/proc/5681/statm: 81 41 31 9 0 6 0

[startup+0.0649451 s]
/proc/loadavg: 1.11 1.10 1.09 2/77 5681
/proc/meminfo: memFree=1559856/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1777708 CPUtime=0.05
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 3664 0 1 0 3 2 0 0 18 0 7 0 217535770 1820372992 3408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 444427 3408 1079 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.101949 s]
/proc/loadavg: 1.11 1.10 1.09 2/77 5681
/proc/meminfo: memFree=1559856/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1780108 CPUtime=0.08
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 3976 0 1 0 5 3 0 0 18 0 12 0 217535770 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 445027 3719 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301977 s]
/proc/loadavg: 1.11 1.10 1.09 2/77 5681
/proc/meminfo: memFree=1559856/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1782044 CPUtime=0.31
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 19755 0 1 0 21 10 0 0 18 0 12 0 217535770 1824813056 19495 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 445511 19495 1246 9 0 443123 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782044

[startup+0.702017 s]
/proc/loadavg: 1.11 1.10 1.09 2/77 5681
/proc/meminfo: memFree=1559856/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1783256 CPUtime=0.84
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 26265 0 1 0 72 12 0 0 18 0 12 0 217535770 1826054144 25898 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 445814 25898 1292 9 0 443426 0
Current children cumulated CPU time (s) 0.84
Current children cumulated vsize (KiB) 1783256

[startup+1.50211 s]
/proc/loadavg: 1.11 1.10 1.09 2/89 5693
/proc/meminfo: memFree=1455056/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1785708 CPUtime=2.07
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 38230 0 1 0 187 20 0 0 18 0 12 0 217535770 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 446427 36018 1305 9 0 444039 0
[pid=5681/tid=5683] ppid=5679 vsize=1785708 CPUtime=1.15
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 34046 0 1 0 98 17 0 0 20 0 12 0 217535772 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514884 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 217535773 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 217535773 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 217535775 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 217535776 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 217535776 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217535780 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1785708 CPUtime=0.56
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2206 0 0 0 56 0 0 0 16 0 12 0 217535780 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1785708 CPUtime=0.32
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1261 0 0 0 32 0 0 0 16 0 12 0 217535780 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217535780 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1785708 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217535780 1828564992 36018 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 1785708

[startup+3.10148 s]
/proc/loadavg: 1.11 1.10 1.09 2/89 5693
/proc/meminfo: memFree=1330512/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1786032 CPUtime=3.92
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 68709 0 1 0 355 37 0 0 18 0 12 0 217535770 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 446508 66228 1315 9 0 444120 0
[pid=5681/tid=5683] ppid=5679 vsize=1786032 CPUtime=2.49
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37677 0 1 0 229 20 0 0 17 0 12 0 217535772 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109491643 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1786032 CPUtime=0.23
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 14977 0 0 0 16 7 0 0 16 0 12 0 217535773 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1786032 CPUtime=0.24
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 11864 0 0 0 18 6 0 0 16 0 12 0 217535773 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1786032 CPUtime=0
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 217535775 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1786032 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217535776 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1786032 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217535776 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1786032 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217535780 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1786032 CPUtime=0.57
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2206 0 0 0 57 0 0 0 16 0 12 0 217535780 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1786032 CPUtime=0.33
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1262 0 0 0 33 0 0 0 16 0 12 0 217535780 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1786032 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217535780 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1786032 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217535780 1828896768 66228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 1786032

[startup+6.30284 s]
/proc/loadavg: 1.10 1.10 1.09 2/89 5693
/proc/meminfo: memFree=1284240/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1788276 CPUtime=7.62
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 76411 0 1 0 721 41 0 0 18 0 12 0 217535770 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447069 72809 1315 9 0 444681 0
[pid=5681/tid=5683] ppid=5679 vsize=1788276 CPUtime=5.19
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37681 0 1 0 498 21 0 0 17 0 12 0 217535772 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109540284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1788276 CPUtime=0.73
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 18764 0 0 0 65 8 0 0 18 0 12 0 217535773 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1788276 CPUtime=0.73
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 15775 0 0 0 65 8 0 0 16 0 12 0 217535773 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 217535775 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217535776 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217535776 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217535780 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1788276 CPUtime=0.57
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2206 0 0 0 57 0 0 0 16 0 12 0 217535780 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1788276 CPUtime=0.33
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1262 0 0 0 33 0 0 0 16 0 12 0 217535780 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217535780 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217535780 1831194624 72809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1788276

[startup+12.7016 s]
/proc/loadavg: 1.09 1.10 1.09 2/89 5693
/proc/meminfo: memFree=1212368/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1788276 CPUtime=15.24
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 93824 0 1 0 1473 51 0 0 18 0 12 0 217535770 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447069 88803 1315 9 0 444681 0
[pid=5681/tid=5683] ppid=5679 vsize=1788276 CPUtime=10.34
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37694 0 1 0 1012 22 0 0 19 0 12 0 217535772 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109552637 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1788276 CPUtime=1.97
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 31853 0 0 0 182 15 0 0 16 0 12 0 217535773 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1788276 CPUtime=1.96
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 20086 0 0 0 186 10 0 0 17 0 12 0 217535773 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 217535775 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217535776 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217535776 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217535780 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1788276 CPUtime=0.57
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2206 0 0 0 57 0 0 0 16 0 12 0 217535780 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1788276 CPUtime=0.33
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1262 0 0 0 33 0 0 0 16 0 12 0 217535780 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 217535780 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 217535780 1831194624 88803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 1788276

[startup+25.503 s]
/proc/loadavg: 1.14 1.11 1.09 2/89 5693
/proc/meminfo: memFree=1123536/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1788276 CPUtime=30.16
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 118661 0 1 0 2948 68 0 0 18 0 12 0 217535770 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447069 110687 1315 9 0 444681 0
[pid=5681/tid=5683] ppid=5679 vsize=1788276 CPUtime=21.02
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37712 0 1 0 2075 27 0 0 19 0 12 0 217535772 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105062617 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1788276 CPUtime=4.06
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 44938 0 0 0 385 21 0 0 16 0 12 0 217535773 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1788276 CPUtime=4.05
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 31808 0 0 0 390 15 0 0 16 0 12 0 217535773 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1788276 CPUtime=0.01
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 217535775 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 217535776 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 217535776 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1788276 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 217535780 1831194624 110687 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5681] ppid=5679 vsize=1790492 CPUtime=378.15
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 362646 0 1 0 37616 199 0 0 18 0 13 0 217535770 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447623 338791 1331 9 0 445235 0
[pid=5681/tid=5683] ppid=5679 vsize=1790492 CPUtime=325.43
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37841 0 1 0 32494 49 0 0 25 0 13 0 217535772 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109849920 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1790492 CPUtime=25.58
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 171681 0 0 0 2483 75 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1790492 CPUtime=25.47
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 148499 0 0 0 2477 70 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1790492 CPUtime=0.03
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 18 0 0 0 2 1 0 0 16 0 13 0 217535775 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1790492 CPUtime=0.94
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2235 0 0 0 94 0 0 0 17 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1790492 CPUtime=0.65
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1651 0 0 0 64 1 0 0 16 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5694] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5694/stat : 5694 (java) S 5679 5681 5303 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 217549856 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 378.15
Current children cumulated vsize (KiB) 1790492

[startup+355.101 s]
/proc/loadavg: 1.07 1.07 1.08 2/90 5694
/proc/meminfo: memFree=208968/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1790492 CPUtime=381.35
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 362646 0 1 0 37936 199 0 0 18 0 13 0 217535770 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447623 338791 1331 9 0 445235 0
[pid=5681/tid=5683] ppid=5679 vsize=1790492 CPUtime=328.63
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37841 0 1 0 32814 49 0 0 25 0 13 0 217535772 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845611 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1790492 CPUtime=25.58
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 171681 0 0 0 2483 75 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1790492 CPUtime=25.47
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 148499 0 0 0 2477 70 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1790492 CPUtime=0.03
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 18 0 0 0 2 1 0 0 16 0 13 0 217535775 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1790492 CPUtime=0.94
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2235 0 0 0 94 0 0 0 17 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1790492 CPUtime=0.65
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1651 0 0 0 64 1 0 0 16 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5694] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5694/stat : 5694 (java) S 5679 5681 5303 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 217549856 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 381.35
Current children cumulated vsize (KiB) 1790492

[startup+356.703 s]
/proc/loadavg: 1.07 1.07 1.08 2/90 5694
/proc/meminfo: memFree=208968/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1790492 CPUtime=382.95
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 362646 0 1 0 38096 199 0 0 18 0 13 0 217535770 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447623 338791 1331 9 0 445235 0
[pid=5681/tid=5683] ppid=5679 vsize=1790492 CPUtime=330.23
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37841 0 1 0 32974 49 0 0 25 0 13 0 217535772 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109859943 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1790492 CPUtime=25.58
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 171681 0 0 0 2483 75 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1790492 CPUtime=25.47
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 148499 0 0 0 2477 70 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1790492 CPUtime=0.03
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 18 0 0 0 2 1 0 0 16 0 13 0 217535775 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1790492 CPUtime=0.94
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2235 0 0 0 94 0 0 0 17 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1790492 CPUtime=0.65
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1651 0 0 0 64 1 0 0 16 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5694] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5694/stat : 5694 (java) S 5679 5681 5303 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 217549856 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 382.95
Current children cumulated vsize (KiB) 1790492

[startup+358.303 s]
/proc/loadavg: 1.07 1.07 1.08 2/90 5694
/proc/meminfo: memFree=208968/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1790492 CPUtime=384.55
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 362646 0 1 0 38256 199 0 0 18 0 13 0 217535770 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447623 338791 1331 9 0 445235 0
[pid=5681/tid=5683] ppid=5679 vsize=1790492 CPUtime=331.83
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37841 0 1 0 33134 49 0 0 25 0 13 0 217535772 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109860040 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1790492 CPUtime=25.58
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 171681 0 0 0 2483 75 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1790492 CPUtime=25.47
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 148499 0 0 0 2477 70 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1790492 CPUtime=0.03
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 18 0 0 0 2 1 0 0 16 0 13 0 217535775 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1790492 CPUtime=0.94
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2235 0 0 0 94 0 0 0 17 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1790492 CPUtime=0.65
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1651 0 0 0 64 1 0 0 16 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5694] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5694/stat : 5694 (java) S 5679 5681 5303 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 217549856 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 384.55
Current children cumulated vsize (KiB) 1790492

[startup+358.703 s]
/proc/loadavg: 1.06 1.07 1.08 2/90 5694
/proc/meminfo: memFree=208968/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=1790492 CPUtime=384.95
/proc/5681/stat : 5681 (java) S 5679 5681 5303 0 -1 0 362646 0 1 0 38296 199 0 0 18 0 13 0 217535770 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 447623 338791 1331 9 0 445235 0
[pid=5681/tid=5683] ppid=5679 vsize=1790492 CPUtime=332.23
/proc/5681/task/5683/stat : 5683 (java) R 5679 5681 5303 0 -1 64 37841 0 1 0 33174 49 0 0 25 0 13 0 217535772 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109845481 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5684] ppid=5679 vsize=1790492 CPUtime=25.58
/proc/5681/task/5684/stat : 5684 (java) S 5679 5681 5303 0 -1 64 171681 0 0 0 2483 75 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5685] ppid=5679 vsize=1790492 CPUtime=25.47
/proc/5681/task/5685/stat : 5685 (java) S 5679 5681 5303 0 -1 64 148499 0 0 0 2477 70 0 0 16 0 13 0 217535773 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5686] ppid=5679 vsize=1790492 CPUtime=0.03
/proc/5681/task/5686/stat : 5686 (java) S 5679 5681 5303 0 -1 64 18 0 0 0 2 1 0 0 16 0 13 0 217535775 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5687] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5687/stat : 5687 (java) S 5679 5681 5303 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5688] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5688/stat : 5688 (java) S 5679 5681 5303 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 217535776 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5689] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5689/stat : 5689 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5690] ppid=5679 vsize=1790492 CPUtime=0.94
/proc/5681/task/5690/stat : 5690 (java) S 5679 5681 5303 0 -1 64 2235 0 0 0 94 0 0 0 17 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5691] ppid=5679 vsize=1790492 CPUtime=0.65
/proc/5681/task/5691/stat : 5691 (java) S 5679 5681 5303 0 -1 64 1651 0 0 0 64 1 0 0 16 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5681/tid=5692] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5692/stat : 5692 (java) S 5679 5681 5303 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5693] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5693/stat : 5693 (java) S 5679 5681 5303 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 217535780 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5681/tid=5694] ppid=5679 vsize=1790492 CPUtime=0
/proc/5681/task/5694/stat : 5694 (java) S 5679 5681 5303 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 217549856 1833463808 338791 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 384.95
Current children cumulated vsize (KiB) 1790492

[startup+358.902 s]
/proc/loadavg: 1.06 1.07 1.08 2/90 5694
/proc/meminfo: memFree=208968/2055920 swapFree=4144336/4192956
[pid=5681] ppid=5679 vsize=0 CPUtime=385.11
/proc/5681/stat : 5681 (java) Z 5679 5681 5303 0 -1 1036 362656 0 1 0 38302 209 0 0 16 0 2 0 217535770 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5681/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 385.11
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 358.988
CPU time (s): 385.208
CPU user time (s): 383.026
CPU system time (s): 2.18267
CPU usage (%): 107.304
Max. virtual memory (cumulated for all children) (KiB): 1790904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 383.026
system time used= 2.18267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 362656
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= 9202
involuntary context switches= 8211

runsolver used 0.360945 second user time and 1.01085 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Tue Apr 24 11:43:02 UTC 2007

IDJOB= 419876
IDBENCH= 47805
IDSOLVER= 159
FILE ID= node9/419876-1177414966

PBS_JOBID= 4675653

Free space on /tmp= 66135 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/narain/clauses-10.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419876-1177414966/sat4jPseudoResolution.jar /tmp/evaluation/419876-1177414966/instance-419876-1177414966.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-419876-1177414966 -o ROOT/results/node9/solver-419876-1177414966 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419876-1177414966/sat4jPseudoResolution.jar /tmp/evaluation/419876-1177414966/instance-419876-1177414966.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5b602d40654d81f58c0688c5dca09163

RANDOM SEED= 954215539

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.221
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.221
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:       1560200 kB
Buffers:         13808 kB
Cached:         410788 kB
SwapCached:      16996 kB
Active:         354196 kB
Inactive:        95352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560200 kB
SwapTotal:     4192956 kB
SwapFree:      4144336 kB
Dirty:          237256 kB
Writeback:           0 kB
Mapped:          30016 kB
Slab:            31652 kB
Committed_AS:  6583828 kB
PageTables:       1784 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= 66135 MiB

End job on node9 on Tue Apr 24 11:49:01 UTC 2007