Trace number 362291

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.3 1794.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran10x10b.opb
MD5SUMc577d7edde274bfe6a240a0f24a19644
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 benchmark0.05899
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables3100
Total number of constraints120
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 constraints120
Minimum length of a constraint31
Maximum length of a constraint300
Number of terms in the objective function 3100
Biggest coefficient in the objective function 4957
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 526705
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 526705
Number of bits of the biggest sum of numbers20
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-22.EL.rootsmp
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.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/362291-1177009810/instance-362291-1177009810.opb
0.08/0.19	c reading problem ... 
1.43/0.98	c ... done. Wall clock time 0.79s.
1.43/0.98	c CPU time (experimental) 0.58s.
1.43/0.98	c #vars     3100
1.43/0.98	c #constraints  140
1800.03/1794.71	c starts		: 19
1800.03/1794.71	c conflicts		: 434458
1800.03/1794.71	c decisions		: 1152645
1800.03/1794.71	c propagations		: 12774286
1800.03/1794.71	c inspects		: 1974776001
1800.03/1794.71	c learnt literals	: 0
1800.03/1794.71	c learnt binary clauses	: 0
1800.03/1794.71	c learnt ternary clauses	: 0
1800.03/1794.71	c learnt clauses	: 434458
1800.03/1794.71	c root simplifications	: 0
1800.03/1794.71	c removed literals (reason simplification)	: 0
1800.03/1794.71	c reason swapping (by a shorter reason)	: 0
1800.03/1794.71	c Calls to reduceDB	: 0
1800.03/1794.71	c speed (decisions/second)	: 642.6357630736928
1800.03/1794.71	c non guided choices	32
1800.03/1794.71	s UNKNOWN
1800.03/1794.71	c Total wall clock time (ms): 1794.52

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/node62/watcher-362291-1177009810 -o ROOT/results/node62/solver-362291-1177009810 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362291-1177009810/sat4jPseudoResolution.jar /tmp/evaluation/362291-1177009810/instance-362291-1177009810.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.91 0.95 0.90 2/64 22868
/proc/meminfo: memFree=1715576/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=272 CPUtime=0
/proc/22868/stat : 22868 (java) R 22866 22868 21787 0 -1 0 53 0 0 0 0 0 0 0 18 0 1 0 19557031 278528 37 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8106788 0 0 4096 0 0 0 0 17 1 0 0
/proc/22868/statm: 68 37 28 9 0 6 0

[startup+0.0922499 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 22868
/proc/meminfo: memFree=1715576/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1778868 CPUtime=0.08
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 3874 0 1 0 6 2 0 0 18 0 7 0 19557031 1821560832 3617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 444717 3617 1096 9 0 442353 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1778868

[startup+0.10225 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 22868
/proc/meminfo: memFree=1715576/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1781132 CPUtime=0.08
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 3977 0 1 0 6 2 0 0 18 0 12 0 19557031 1823879168 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 445283 3719 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.302272 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 22868
/proc/meminfo: memFree=1715576/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1782084 CPUtime=0.36
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 5087 0 1 0 33 3 0 0 18 0 12 0 19557031 1824854016 4824 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 445521 4824 1267 9 0 443133 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782084

[startup+0.702323 s]
/proc/loadavg: 0.91 0.95 0.90 2/64 22868
/proc/meminfo: memFree=1715576/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1787284 CPUtime=1.02
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 8067 0 1 0 98 4 0 0 18 0 12 0 19557031 1830178816 7334 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 446821 7334 1303 9 0 444433 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 1787284

[startup+1.50142 s]
/proc/loadavg: 0.91 0.95 0.90 4/76 22880
/proc/meminfo: memFree=1679832/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1795260 CPUtime=2.62
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 15002 0 1 0 254 8 0 0 18 0 13 0 19557031 1838346240 11075 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448815 11075 1315 9 0 446427 0
[pid=22868/tid=22870] ppid=22866 vsize=1795260 CPUtime=1.03
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 6983 0 1 0 100 3 0 0 20 0 13 0 19557032 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109730618 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 19557034 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 19557034 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 19557036 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 19557037 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19557037 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1795260 CPUtime=0.77
/proc/22868/task/22877/stat : 22877 (java) R 22866 22868 21787 0 -1 64 4430 0 0 0 75 2 0 0 20 0 13 0 19557040 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102398115 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1795260 CPUtime=0.8
/proc/22868/task/22878/stat : 22878 (java) R 22866 22868 21787 0 -1 64 2864 0 0 0 79 1 0 0 19 0 13 0 19557040 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103323636 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1795260 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1838346240 11076 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1795260

[startup+3.10161 s]
/proc/loadavg: 0.91 0.95 0.90 3/77 22881
/proc/meminfo: memFree=1671888/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1793456 CPUtime=4.46
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 19388 0 1 0 435 11 0 0 18 0 13 0 19557031 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448364 14328 1317 9 0 445976 0
[pid=22868/tid=22870] ppid=22866 vsize=1793456 CPUtime=2.5
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 10488 0 1 0 245 5 0 0 25 0 13 0 19557032 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109741865 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 19557034 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 19557034 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 19557036 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 19557037 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19557037 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1793456 CPUtime=0.97
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5160 0 0 0 95 2 0 0 16 0 13 0 19557040 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1793456 CPUtime=0.95
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3014 0 0 0 94 1 0 0 16 0 13 0 19557040 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1793456 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1836498944 14328 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 1793456

[startup+6.30297 s]
/proc/loadavg: 0.92 0.95 0.90 2/77 22881
/proc/meminfo: memFree=1650448/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1792784 CPUtime=7.69
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 23826 0 1 0 755 14 0 0 18 0 13 0 19557031 1835810816 18529 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448196 18529 1317 9 0 445808 0
[pid=22868/tid=22870] ppid=22866 vsize=1792784 CPUtime=5.69
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 14923 0 1 0 561 8 0 0 25 0 13 0 19557032 1835810816 18530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805328 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 19557034 1835810816 18530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 19557034 1835810816 18530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19557036 1835810816 18530 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 19557037 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19557037 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1792784 CPUtime=0.99
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5163 0 0 0 97 2 0 0 16 0 13 0 19557040 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1792784 CPUtime=0.96
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3015 0 0 0 95 1 0 0 16 0 13 0 19557040 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1835810816 18531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 1792784

[startup+12.7017 s]
/proc/loadavg: 0.93 0.95 0.90 2/77 22881
/proc/meminfo: memFree=1621264/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1792784 CPUtime=14.09
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 30819 0 1 0 1391 18 0 0 18 0 13 0 19557031 1835810816 25522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448196 25522 1317 9 0 445808 0
[pid=22868/tid=22870] ppid=22866 vsize=1792784 CPUtime=12.09
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 21915 0 1 0 1197 12 0 0 25 0 13 0 19557032 1835810816 25522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109779552 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 19557034 1835810816 25522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 19557034 1835810816 25522 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19557036 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 19557037 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 23 0 13 0 19557037 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1792784 CPUtime=0.99
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5163 0 0 0 97 2 0 0 16 0 13 0 19557040 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1792784 CPUtime=0.96
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3015 0 0 0 95 1 0 0 16 0 13 0 19557040 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1835810816 25523 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.09
Current children cumulated vsize (KiB) 1792784

[startup+25.5022 s]
/proc/loadavg: 0.94 0.96 0.91 2/77 22881
/proc/meminfo: memFree=1579088/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1792784 CPUtime=26.88
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 40765 0 1 0 2664 24 0 0 18 0 13 0 19557031 1835810816 35468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448196 35468 1317 9 0 445808 0
[pid=22868/tid=22870] ppid=22866 vsize=1792784 CPUtime=24.88
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 31861 0 1 0 2469 19 0 0 25 0 13 0 19557032 1835810816 35468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707924 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 19557034 1835810816 35468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 19557034 1835810816 35468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1792784 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 19557036 1835810816 35468 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5164 0 0 0 99 2 0 0 17 0 13 0 19557040 1837600768 327943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1794532 CPUtime=0.98
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3015 0 0 0 97 1 0 0 16 0 13 0 19557040 1837600768 327943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1837600768 327943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1837600768 327943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1837600768 327943 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1607.29
Current children cumulated vsize (KiB) 1794532

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 22881
/proc/meminfo: memFree=358992/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1794532 CPUtime=1667.47
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 493832 0 1 0 166513 234 0 0 18 0 13 0 19557031 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448633 339416 1326 9 0 446245 0
[pid=22868/tid=22870] ppid=22866 vsize=1794532 CPUtime=1656.87
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 37752 0 1 0 165662 25 0 0 25 0 13 0 19557032 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109708202 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1794532 CPUtime=4.26
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 232641 0 0 0 316 110 0 0 16 0 13 0 19557034 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1794532 CPUtime=4.29
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 214530 0 0 0 336 93 0 0 18 0 13 0 19557034 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19557036 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1794532 CPUtime=1.01
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5164 0 0 0 99 2 0 0 17 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1794532 CPUtime=0.98
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3015 0 0 0 97 1 0 0 16 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1667.47
Current children cumulated vsize (KiB) 1794532

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 22881
/proc/meminfo: memFree=358992/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1794532 CPUtime=1727.45
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 493832 0 1 0 172511 234 0 0 18 0 13 0 19557031 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448633 339416 1326 9 0 446245 0
[pid=22868/tid=22870] ppid=22866 vsize=1794532 CPUtime=1716.85
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 37752 0 1 0 171660 25 0 0 25 0 13 0 19557032 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707989 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1794532 CPUtime=4.26
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 232641 0 0 0 316 110 0 0 16 0 13 0 19557034 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1794532 CPUtime=4.29
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 214530 0 0 0 336 93 0 0 18 0 13 0 19557034 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19557036 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1794532 CPUtime=1.01
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5164 0 0 0 99 2 0 0 17 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1794532 CPUtime=0.98
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3015 0 0 0 97 1 0 0 16 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1837600768 339416 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1727.45
Current children cumulated vsize (KiB) 1794532

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 22881
/proc/meminfo: memFree=314192/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1794532 CPUtime=1787.63
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 510478 0 1 0 178520 243 0 0 18 0 13 0 19557031 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448633 350583 1326 9 0 446245 0
[pid=22868/tid=22870] ppid=22866 vsize=1794532 CPUtime=1776.64
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 37753 0 1 0 177639 25 0 0 25 0 13 0 19557032 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109739202 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1794532 CPUtime=4.45
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 241837 0 0 0 331 114 0 0 16 0 13 0 19557034 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1794532 CPUtime=4.47
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 221979 0 0 0 351 96 0 0 18 0 13 0 19557034 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19557036 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1794532 CPUtime=1.01
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5164 0 0 0 99 2 0 0 17 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1794532 CPUtime=0.98
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3015 0 0 0 97 1 0 0 16 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1787.63
Current children cumulated vsize (KiB) 1794532



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 22881
/proc/meminfo: memFree=314192/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=1794532 CPUtime=1800.03
/proc/22868/stat : 22868 (java) S 22866 22868 21787 0 -1 0 510478 0 1 0 179760 243 0 0 18 0 13 0 19557031 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/22868/statm: 448633 350583 1326 9 0 446245 0
[pid=22868/tid=22870] ppid=22866 vsize=1794532 CPUtime=1789.05
/proc/22868/task/22870/stat : 22870 (java) R 22866 22868 21787 0 -1 64 37753 0 1 0 178879 26 0 0 25 0 13 0 19557032 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109707838 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22871] ppid=22866 vsize=1794532 CPUtime=4.45
/proc/22868/task/22871/stat : 22871 (java) S 22866 22868 21787 0 -1 64 241837 0 0 0 331 114 0 0 16 0 13 0 19557034 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22872] ppid=22866 vsize=1794532 CPUtime=4.47
/proc/22868/task/22872/stat : 22872 (java) S 22866 22868 21787 0 -1 64 221979 0 0 0 351 96 0 0 18 0 13 0 19557034 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22873] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22873/stat : 22873 (java) S 22866 22868 21787 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 19557036 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22874] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22874/stat : 22874 (java) S 22866 22868 21787 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22875] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22875/stat : 22875 (java) S 22866 22868 21787 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 19557037 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22876] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22876/stat : 22876 (java) S 22866 22868 21787 0 -1 64 0 0 0 0 0 0 0 0 24 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22877] ppid=22866 vsize=1794532 CPUtime=1.01
/proc/22868/task/22877/stat : 22877 (java) S 22866 22868 21787 0 -1 64 5164 0 0 0 99 2 0 0 17 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22878] ppid=22866 vsize=1794532 CPUtime=0.98
/proc/22868/task/22878/stat : 22878 (java) S 22866 22868 21787 0 -1 64 3015 0 0 0 97 1 0 0 16 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22879] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22879/stat : 22879 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22868/tid=22880] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22880/stat : 22880 (java) S 22866 22868 21787 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 19557040 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=22868/tid=22881] ppid=22866 vsize=1794532 CPUtime=0
/proc/22868/task/22881/stat : 22881 (java) S 22866 22868 21787 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 19557141 1837600768 350583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1794532

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

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

[startup+1794.81 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 22881
/proc/meminfo: memFree=314192/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=0 CPUtime=1800.14
/proc/22868/stat : 22868 (java) Z 22866 22868 21787 0 -1 1036 510499 0 1 0 179766 248 0 0 16 0 2 0 19557031 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

[startup+1794.9 s]
/proc/loadavg: 1.00 1.00 0.92 2/77 22881
/proc/meminfo: memFree=314192/2055920 swapFree=4184556/4192956
[pid=22868] ppid=22866 vsize=0 CPUtime=1800.23
/proc/22868/stat : 22868 (java) Z 22866 22868 21787 0 -1 1036 510499 0 1 0 179766 257 0 0 16 0 2 0 19557031 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22868/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.96
CPU time (s): 1800.3
CPU user time (s): 1797.66
CPU system time (s): 2.6326
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 1795816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.66
system time used= 2.6326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510499
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= 36900
involuntary context switches= 40250

runsolver used 2.05269 second user time and 4.50232 second system time

The end

Launcher Data (download as text)

Begin job on node62 on Thu Apr 19 19:10:10 UTC 2007

IDJOB= 362291
IDBENCH= 1547
IDSOLVER= 159
FILE ID= node62/362291-1177009810

PBS_JOBID= 4630517

Free space on /tmp= 66495 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran10x10b.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362291-1177009810/sat4jPseudoResolution.jar /tmp/evaluation/362291-1177009810/instance-362291-1177009810.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-362291-1177009810 -o ROOT/results/node62/solver-362291-1177009810 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362291-1177009810/sat4jPseudoResolution.jar /tmp/evaluation/362291-1177009810/instance-362291-1177009810.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  c577d7edde274bfe6a240a0f24a19644

RANDOM SEED= 681420024

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node62.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.216
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.216
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:       1715984 kB
Buffers:         10840 kB
Cached:         259488 kB
SwapCached:       2148 kB
Active:          35992 kB
Inactive:       243712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715984 kB
SwapTotal:     4192956 kB
SwapFree:      4184556 kB
Dirty:            3700 kB
Writeback:           0 kB
Mapped:          15896 kB
Slab:            46180 kB
Committed_AS:   178780 kB
PageTables:       1460 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= 66495 MiB

End job on node62 on Thu Apr 19 19:40:07 UTC 2007