Trace number 354206

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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.14 1766.99

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-recipe.opb
MD5SUM19c812fe81842f9b63508fc356bab039
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-127156975
Best CPU time to get the best result obtained on this benchmark1800.7
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -130330680
Optimality of the best value was proved NO
Number of variables3671
Total number of constraints159
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints159
Minimum length of a constraint10
Maximum length of a constraint420
Number of terms in the objective function 1055
Biggest coefficient in the objective function 65536000
Number of bits for the biggest coefficient in the objective function 26
Sum of the numbers in the objective function 584330055
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 5681631310381056
Number of bits of the biggest number in a constraint 53
Biggest sum of numbers in a constraint 98271137637301167
Number of bits of the biggest sum of numbers57
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.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-34.ELsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
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=10000.0 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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/354206-1176699207/instance-354206-1176699207.opb
0.20/0.20	c reading problem ... 
1.82/1.10	c ... done. Wall clock time 0.901s.
1.82/1.10	c CPU time (experimental) 0.62s.
1.82/1.10	c #vars     3671
1.82/1.10	c #constraints  219
1800.05/1766.91	c starts		: 2
1800.05/1766.91	c conflicts		: 55106
1800.05/1766.91	c decisions		: 65651
1800.05/1766.91	c propagations		: 336401
1800.05/1766.91	c inspects		: 698572215
1800.05/1766.91	c learnt literals	: 0
1800.05/1766.91	c learnt binary clauses	: 0
1800.05/1766.91	c learnt ternary clauses	: 0
1800.05/1766.91	c learnt clauses	: 55106
1800.05/1766.91	c root simplifications	: 0
1800.05/1766.91	c removed literals (reason simplification)	: 0
1800.05/1766.91	c reason swapping (by a shorter reason)	: 0
1800.05/1766.91	c Calls to reduceDB	: 0
1800.05/1766.91	c speed (decisions/second)	: 37.17998235322767
1800.05/1766.91	c non guided choices	0
1800.05/1766.91	s UNKNOWN
1800.05/1766.91	c Total wall clock time (ms): 1766.709

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-354206-1176699207 -o ROOT/results/node76/solver-354206-1176699207 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354206-1176699207/sat4jPseudoCPClause.jar /tmp/evaluation/354206-1176699207/instance-354206-1176699207.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: 0.85 0.97 0.98 2/69 884
/proc/meminfo: memFree=1828256/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=18572 CPUtime=0
/proc/884/stat : 884 (runsolver) R 882 884 32585 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 117835207 19017728 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 206843737111 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/884/statm: 4643 292 257 24 0 2626 0

[startup+0.054208 s]
/proc/loadavg: 0.85 0.97 0.98 2/69 884
/proc/meminfo: memFree=1828256/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1777064 CPUtime=0.03
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 3512 0 1 0 2 1 0 0 18 0 5 0 117835207 1819713536 3260 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 444266 3260 1045 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777064

[startup+0.101217 s]
/proc/loadavg: 0.85 0.97 0.98 2/69 884
/proc/meminfo: memFree=1828256/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1780116 CPUtime=0.08
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 3966 0 1 0 6 2 0 0 18 0 12 0 117835207 1822838784 3711 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 445029 3711 1123 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780116

[startup+0.301257 s]
/proc/loadavg: 0.85 0.97 0.98 2/69 884
/proc/meminfo: memFree=1828256/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1782052 CPUtime=0.33
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 5106 0 1 0 30 3 0 0 18 0 12 0 117835207 1824821248 4848 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 445513 4848 1268 9 0 443123 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782052

[startup+0.701336 s]
/proc/loadavg: 0.85 0.97 0.98 2/69 884
/proc/meminfo: memFree=1828256/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1792408 CPUtime=1.02
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 9311 0 1 0 97 5 0 0 18 0 12 0 117835207 1835425792 8336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 448102 8336 1305 9 0 445712 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1792408

[startup+1.50249 s]
/proc/loadavg: 0.85 0.97 0.98 4/81 896
/proc/meminfo: memFree=1792768/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1793972 CPUtime=2.6
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 18698 0 1 0 250 10 0 0 18 0 13 0 117835207 1837027328 13270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 448493 13270 1320 9 0 446103 0
[pid=884/tid=886] ppid=882 vsize=1793972 CPUtime=0.81
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 9304 0 1 0 75 6 0 0 18 0 13 0 117835208 1837027328 13270 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109531223 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=887] ppid=882 vsize=1793972 CPUtime=0
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 117835210 1837027328 13276 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1794996 CPUtime=0
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 117835210 1838075904 13284 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=889] ppid=882 vsize=1794996 CPUtime=0
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 117835212 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=890] ppid=882 vsize=1794996 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 117835212 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1794996 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 117835212 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1794996 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1794996 CPUtime=0.75
/proc/884/task/893/stat : 893 (java) R 882 884 32585 0 -1 64 2909 0 0 0 74 1 0 0 17 0 13 0 117835216 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 5284279 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=894] ppid=882 vsize=1794996 CPUtime=1.02
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 5779 0 0 0 100 2 0 0 18 0 13 0 117835216 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=895] ppid=882 vsize=1794996 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1794996 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1838075904 13287 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 1793972

[startup+3.1028 s]
/proc/loadavg: 0.85 0.97 0.98 4/82 897
/proc/meminfo: memFree=1752376/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1797044 CPUtime=5.29
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 55762 0 1 0 504 25 0 0 18 0 13 0 117835207 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449261 43574 1332 9 0 446871 0
[pid=884/tid=886] ppid=882 vsize=1797044 CPUtime=1.99
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 37713 0 1 0 183 16 0 0 21 0 13 0 117835208 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109781937 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=887] ppid=882 vsize=1797044 CPUtime=0.01
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 660 0 0 0 1 0 0 0 16 0 13 0 117835210 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1797044 CPUtime=0.01
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 619 0 0 0 1 0 0 0 16 0 13 0 117835210 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1797044 CPUtime=0
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 117835212 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=890] ppid=882 vsize=1797044 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1797044 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1797044 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1797044 CPUtime=1.59
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6451 0 0 0 156 3 0 0 16 0 13 0 117835216 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1797044 CPUtime=1.64
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9591 0 0 0 160 4 0 0 16 0 13 0 117835216 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=895] ppid=882 vsize=1797044 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1797044 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1797044 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1840173056 43574 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 1797044

[startup+6.30241 s]
/proc/loadavg: 0.86 0.97 0.98 2/82 897
/proc/meminfo: memFree=1647096/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1796756 CPUtime=8.62
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 59508 0 1 0 835 27 0 0 18 0 13 0 117835207 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 47202 1333 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=5.06
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 37717 0 1 0 490 16 0 0 24 0 13 0 117835208 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109637874 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=0.12
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 2475 0 0 0 11 1 0 0 16 0 13 0 117835210 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=0.12
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 2536 0 0 0 11 1 0 0 16 0 13 0 117835210 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=890] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1796756 CPUtime=1.62
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6453 0 0 0 159 3 0 0 17 0 13 0 117835216 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1796756 CPUtime=1.65
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9592 0 0 0 161 4 0 0 16 0 13 0 117835216 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=895] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1839878144 47202 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 1796756

[startup+12.7027 s]
/proc/loadavg: 0.87 0.97 0.98 2/82 897
/proc/meminfo: memFree=1613440/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1796756 CPUtime=15.3
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 69775 0 1 0 1499 31 0 0 18 0 13 0 117835207 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 55396 1333 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=11.19
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 37973 0 1 0 1102 17 0 0 16 0 13 0 117835208 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109637661 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=0.37
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 7825 0 0 0 34 3 0 0 16 0 13 0 117835210 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=0.38
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 7187 0 0 0 35 3 0 0 16 0 13 0 117835210 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 25 0 0 0 0 0 0 0 15 0 13 0 117835212 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=890] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1796756 CPUtime=1.66
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6453 0 0 0 163 3 0 0 15 0 13 0 117835216 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1796756 CPUtime=1.67
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9592 0 0 0 163 4 0 0 16 0 13 0 117835216 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=895] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1839878144 55396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.3
Current children cumulated vsize (KiB) 1796756

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.98 2/82 897
/proc/meminfo: memFree=1601344/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1796756 CPUtime=28.3
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 72567 0 1 0 2797 33 0 0 18 0 13 0 117835207 1839878144 57761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 57761 1335 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=23.86
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 37981 0 1 0 2369 17 0 0 25 0 13 0 117835208 1839878144 57761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801546 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=0.49
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 9296 0 0 0 45 4 0 0 17 0 13 0 117835210 1839878144 57761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=0.49
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 8497 0 0 0 46 3 0 0 16 0 13 0 117835210 1839878144 57761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 25 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 57761 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=884] ppid=882 vsize=1796756 CPUtime=1631.46
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 160388 0 1 0 163067 79 0 0 18 0 13 0 117835207 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 114308 1335 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=1572.89
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 57914 0 1 0 157264 25 0 0 25 0 13 0 117835208 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109667547 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=27.19
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 42408 0 0 0 2702 17 0 0 17 0 13 0 117835210 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=27.28
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 43188 0 0 0 2708 20 0 0 16 0 13 0 117835210 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0.19
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 86 0 0 0 11 8 0 0 15 0 13 0 117835212 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=890] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1796756 CPUtime=1.95
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6472 0 0 0 192 3 0 0 16 0 13 0 117835216 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1796756 CPUtime=1.9
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9600 0 0 0 186 4 0 0 16 0 13 0 117835216 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=895] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1839878144 114308 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1631.46
Current children cumulated vsize (KiB) 1796756

[startup+1662.3 s]
/proc/loadavg: 1.14 1.04 1.01 2/82 1096
/proc/meminfo: memFree=1367360/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1796756 CPUtime=1692.85
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 162188 0 1 0 169205 80 0 0 18 0 13 0 117835207 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 115967 1335 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=1631.45
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 57936 0 1 0 163120 25 0 0 25 0 13 0 117835208 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109637915 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=28.6
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 43164 0 0 0 2843 17 0 0 16 0 13 0 117835210 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=28.69
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 44209 0 0 0 2849 20 0 0 16 0 13 0 117835210 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0.19
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 87 0 0 0 11 8 0 0 16 0 13 0 117835212 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=890] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1796756 CPUtime=1.95
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6472 0 0 0 192 3 0 0 16 0 13 0 117835216 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1796756 CPUtime=1.9
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9600 0 0 0 186 4 0 0 16 0 13 0 117835216 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=895] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1839878144 115967 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1692.85
Current children cumulated vsize (KiB) 1796756

[startup+1722.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/82 1096
/proc/meminfo: memFree=1361344/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1796756 CPUtime=1754.34
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 163992 0 1 0 175352 82 0 0 18 0 13 0 117835207 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 117503 1335 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=1689.9
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 57959 0 1 0 168965 25 0 0 21 0 13 0 117835208 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109636090 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=30.11
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 44052 0 0 0 2993 18 0 0 17 0 13 0 117835210 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=30.22
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 45102 0 0 0 3001 21 0 0 17 0 13 0 117835210 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0.2
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 87 0 0 0 12 8 0 0 15 0 13 0 117835212 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=890] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1796756 CPUtime=1.95
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6472 0 0 0 192 3 0 0 16 0 13 0 117835216 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1796756 CPUtime=1.9
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9600 0 0 0 186 4 0 0 16 0 13 0 117835216 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=895] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1839878144 117503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1754.34
Current children cumulated vsize (KiB) 1796756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.9 s]
/proc/loadavg: 1.02 1.02 1.00 2/82 1096
/proc/meminfo: memFree=1356352/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1796756 CPUtime=1800.05
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 165290 0 1 0 179922 83 0 0 18 0 13 0 117835207 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 118698 1335 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=1733.35
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 57976 0 1 0 173310 25 0 0 17 0 13 0 117835208 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109637956 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=31.25
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 44654 0 0 0 3106 19 0 0 16 0 13 0 117835210 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=31.33
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 45781 0 0 0 3112 21 0 0 16 0 13 0 117835210 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0.2
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 87 0 0 0 12 8 0 0 15 0 13 0 117835212 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=890] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1796756 CPUtime=1.95
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6472 0 0 0 192 3 0 0 16 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1796756 CPUtime=1.9
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9600 0 0 0 186 4 0 0 16 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=895] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1796756

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

Solver just ended. Dumping a history of the last processes samples

[startup+1766.9 s]
/proc/loadavg: 1.02 1.02 1.00 2/82 1096
/proc/meminfo: memFree=1356352/2055888 swapFree=4087308/4096564
[pid=884] ppid=882 vsize=1796756 CPUtime=1800.05
/proc/884/stat : 884 (java) S 882 884 32585 0 -1 0 165290 0 1 0 179922 83 0 0 18 0 13 0 117835207 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/884/statm: 449189 118698 1335 9 0 446799 0
[pid=884/tid=886] ppid=882 vsize=1796756 CPUtime=1733.35
/proc/884/task/886/stat : 886 (java) R 882 884 32585 0 -1 64 57976 0 1 0 173310 25 0 0 17 0 13 0 117835208 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109637956 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=887] ppid=882 vsize=1796756 CPUtime=31.25
/proc/884/task/887/stat : 887 (java) S 882 884 32585 0 -1 64 44654 0 0 0 3106 19 0 0 16 0 13 0 117835210 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=888] ppid=882 vsize=1796756 CPUtime=31.33
/proc/884/task/888/stat : 888 (java) S 882 884 32585 0 -1 64 45781 0 0 0 3112 21 0 0 16 0 13 0 117835210 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=889] ppid=882 vsize=1796756 CPUtime=0.2
/proc/884/task/889/stat : 889 (java) S 882 884 32585 0 -1 64 87 0 0 0 12 8 0 0 15 0 13 0 117835212 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=890] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/890/stat : 890 (java) S 882 884 32585 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=891] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/891/stat : 891 (java) S 882 884 32585 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117835212 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=892] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/892/stat : 892 (java) S 882 884 32585 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=893] ppid=882 vsize=1796756 CPUtime=1.95
/proc/884/task/893/stat : 893 (java) S 882 884 32585 0 -1 64 6472 0 0 0 192 3 0 0 16 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=894] ppid=882 vsize=1796756 CPUtime=1.9
/proc/884/task/894/stat : 894 (java) S 882 884 32585 0 -1 64 9600 0 0 0 186 4 0 0 16 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=895] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/895/stat : 895 (java) S 882 884 32585 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=884/tid=896] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/896/stat : 896 (java) S 882 884 32585 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117835216 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=884/tid=897] ppid=882 vsize=1796756 CPUtime=0
/proc/884/task/897/stat : 897 (java) S 882 884 32585 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 117835329 1839878144 118698 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1796756

Child status: 143
Real time (s): 1766.99
CPU time (s): 1800.14
CPU user time (s): 1799.23
CPU system time (s): 0.910861
CPU usage (%): 101.876
Max. virtual memory (cumulated for all children) (KiB): 1799092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.23
system time used= 0.910861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165311
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= 44265
involuntary context switches= 42147

runsolver used 1.9827 second user time and 4.49932 second system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Apr 16 04:53:27 UTC 2007

IDJOB= 354206
IDBENCH= 2395
IDSOLVER= 164
FILE ID= node76/354206-1176699207

PBS_JOBID= 4560024

Free space on /tmp= 66637 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-recipe.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354206-1176699207/sat4jPseudoCPClause.jar /tmp/evaluation/354206-1176699207/instance-354206-1176699207.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-354206-1176699207 -o ROOT/results/node76/solver-354206-1176699207 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354206-1176699207/sat4jPseudoCPClause.jar /tmp/evaluation/354206-1176699207/instance-354206-1176699207.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  19c812fe81842f9b63508fc356bab039

RANDOM SEED= 202782054

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node76.alineos.net 2.6.9-34.ELsmp #1 SMP Thu Mar 9 06:23:23 GMT 2006 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.277
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	: 6006.17
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.277
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1828728 kB
Buffers:         72896 kB
Cached:          96108 kB
SwapCached:       2696 kB
Active:          57156 kB
Inactive:       124216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1828728 kB
SwapTotal:     4096564 kB
SwapFree:      4087308 kB
Dirty:            3956 kB
Writeback:           0 kB
Mapped:          17048 kB
Slab:            32308 kB
Committed_AS:  5154264 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66637 MiB

End job on node76 on Mon Apr 16 05:22:56 UTC 2007