Trace number 354054

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
sat4jPseudoCP 2007-03-23? (TO) 1800.25 1758.16

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos7.opb
MD5SUMf5e09fc51fdb6e7c65b10c880b18ec53
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2594748416
Best CPU time to get the best result obtained on this benchmark1800.27
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2594748416
Optimality of the best value was proved NO
Number of variables33010
Total number of constraints2154
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)142
Number of constraints which are nor clauses,nor cardinality constraints2012
Minimum length of a constraint2
Maximum length of a constraint441
Number of terms in the objective function 4506
Biggest coefficient in the objective function 8053063680000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 590484474471966
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 536870912000000
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 1073741839777215
Number of bits of the biggest sum of numbers50
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.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/354054-1176692808/instance-354054-1176692808.opb
0.20/0.20	c reading problem ... 
2.71/1.92	c ... done. Wall clock time 1.718s.
2.71/1.92	c CPU time (experimental) 1.37s.
2.71/1.92	c #vars     33010
2.71/1.92	c #constraints  2624
1800.08/1758.01	c starts		: 2
1800.08/1758.01	c conflicts		: 14786
1800.08/1758.01	c decisions		: 76550
1800.08/1758.01	c propagations		: 983691
1800.08/1758.01	c inspects		: 23378148
1800.08/1758.01	c learnt literals	: 0
1800.08/1758.01	c learnt binary clauses	: 0
1800.08/1758.01	c learnt ternary clauses	: 0
1800.08/1758.01	c learnt clauses	: 14786
1800.08/1758.01	c root simplifications	: 0
1800.08/1758.01	c removed literals (reason simplification)	: 0
1800.08/1758.01	c reason swapping (by a shorter reason)	: 0
1800.08/1758.01	c Calls to reduceDB	: 0
1800.08/1758.01	c speed (decisions/second)	: 43.595405027225056
1800.08/1758.01	c non guided choices	7581
1800.08/1758.01	s UNKNOWN
1800.08/1758.01	c Total wall clock time (ms): 1757.81

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/node35/watcher-354054-1176692808 -o ROOT/results/node35/solver-354054-1176692808 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354054-1176692808/sat4jPseudoCP.jar /tmp/evaluation/354054-1176692808/instance-354054-1176692808.opb 

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26765
/proc/meminfo: memFree=1809448/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=18568 CPUtime=0
/proc/26765/stat : 26765 (runsolver) R 26763 26765 26453 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 117196250 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/26765/statm: 4642 292 257 24 0 2626 0

[startup+0.058233 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26765
/proc/meminfo: memFree=1809448/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1777708 CPUtime=0.04
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 3555 0 1 0 3 1 0 0 19 0 7 0 117196250 1820372992 3299 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 444427 3305 1060 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.102237 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26765
/proc/meminfo: memFree=1809448/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1780108 CPUtime=0.08
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 3971 0 1 0 6 2 0 0 19 0 12 0 117196250 1822830592 3712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.302268 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26765
/proc/meminfo: memFree=1809448/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1781420 CPUtime=0.35
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 5348 0 1 0 32 3 0 0 19 0 12 0 117196250 1824174080 5086 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 445355 5086 1267 9 0 442967 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1781420

[startup+0.702316 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 26765
/proc/meminfo: memFree=1809448/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1785204 CPUtime=0.95
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 7831 0 1 0 91 4 0 0 19 0 12 0 117196250 1828048896 7340 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 446301 7340 1303 9 0 443913 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 1785204

[startup+1.50241 s]
/proc/loadavg: 1.00 1.00 1.00 4/89 26777
/proc/meminfo: memFree=1774344/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1792352 CPUtime=2.31
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 21944 0 1 0 220 11 0 0 19 0 12 0 117196250 1835368448 18781 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 448088 18783 1311 9 0 445700 0
[pid=26765/tid=26767] ppid=26763 vsize=1792352 CPUtime=0.95
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 15301 0 1 0 88 7 0 0 24 0 12 0 117196252 1835368448 18783 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109590097 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 117196253 1835368448 18784 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 117196253 1835368448 18785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 117196255 1835368448 18786 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 117196256 1835368448 18787 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 117196256 1835368448 18789 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 117196260 1835368448 18792 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1792352 CPUtime=0.57
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 1576 0 0 0 57 0 0 0 16 0 12 0 117196260 1835368448 18793 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1792352 CPUtime=0.74
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 4347 0 0 0 72 2 0 0 16 0 12 0 117196260 1835368448 18794 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117196260 1835368448 18794 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1792352 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117196260 1835368448 18795 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 1792352

[startup+3.10159 s]
/proc/loadavg: 1.00 1.00 1.00 2/89 26777
/proc/meminfo: memFree=1688136/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1793164 CPUtime=4.61
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 49243 0 1 0 437 24 0 0 19 0 13 0 117196250 1836199936 45428 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 448291 45445 1334 9 0 445903 0
[pid=26765/tid=26767] ppid=26763 vsize=1793164 CPUtime=2.21
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 37720 0 1 0 203 18 0 0 17 0 13 0 117196252 1836199936 45454 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109876050 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1793164 CPUtime=0.08
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 2130 0 0 0 7 1 0 0 16 0 13 0 117196253 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1793164 CPUtime=0.07
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 2018 0 0 0 6 1 0 0 16 0 13 0 117196253 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1793164 CPUtime=0
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 117196255 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1793164 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1793164 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1793164 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1793164 CPUtime=1.05
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 2168 0 0 0 104 1 0 0 16 0 13 0 117196260 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1793164 CPUtime=1.16
/proc/26765/task/26775/stat : 26775 (java) R 26763 26765 26453 0 -1 64 4504 0 0 0 114 2 0 0 16 0 13 0 117196260 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 105861444 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1793164 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1793164 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1836199936 45455 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 1793164

[startup+6.30297 s]
/proc/loadavg: 1.08 1.02 1.00 2/90 26778
/proc/meminfo: memFree=1610816/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1796880 CPUtime=8.94
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 58537 0 1 0 866 28 0 0 19 0 13 0 117196250 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 449220 50842 1334 9 0 446832 0
[pid=26765/tid=26767] ppid=26763 vsize=1796880 CPUtime=4.81
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 37727 0 1 0 463 18 0 0 20 0 13 0 117196252 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109803992 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1796880 CPUtime=0.3
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 4478 0 0 0 28 2 0 0 16 0 13 0 117196253 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1796880 CPUtime=0.29
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 4199 0 0 0 27 2 0 0 17 0 13 0 117196253 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 117196255 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1796880 CPUtime=1.64
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 3750 0 0 0 163 1 0 0 16 0 13 0 117196260 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1796880 CPUtime=1.85
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 7643 0 0 0 182 3 0 0 16 0 13 0 117196260 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 117196469 1840005120 50842 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 1796880

[startup+12.7027 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 26778
/proc/meminfo: memFree=1589392/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1796880 CPUtime=15.65
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 65977 0 1 0 1534 31 0 0 19 0 13 0 117196250 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 449220 56264 1334 9 0 446832 0
[pid=26765/tid=26767] ppid=26763 vsize=1796880 CPUtime=10.86
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 37738 0 1 0 1068 18 0 0 17 0 13 0 117196252 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109968092 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1796880 CPUtime=0.59
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 8866 0 0 0 55 4 0 0 16 0 13 0 117196253 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1796880 CPUtime=0.58
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 7228 0 0 0 55 3 0 0 16 0 13 0 117196253 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 117196255 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1796880 CPUtime=1.66
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 3750 0 0 0 165 1 0 0 16 0 13 0 117196260 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1796880 CPUtime=1.9
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 7646 0 0 0 187 3 0 0 16 0 13 0 117196260 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 117196469 1840005120 56264 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1796880

[startup+25.5022 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 26778
/proc/meminfo: memFree=1645392/2055920 swapFree=4091496/4192956
[pid=26765] ppid=26763 vsize=1796880 CPUtime=28.56
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 68171 0 1 0 2823 33 0 0 19 0 13 0 117196250 1840005120 41438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 449220 41438 1334 9 0 446832 0
[pid=26765/tid=26767] ppid=26763 vsize=1796880 CPUtime=23.52
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 37762 0 1 0 2334 18 0 0 25 0 13 0 117196252 1840005120 41438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109565573 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1796880 CPUtime=0.7
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 10206 0 0 0 66 4 0 0 16 0 13 0 117196253 1840005120 41438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1796880 CPUtime=0.69
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 8058 0 0 0 66 3 0 0 16 0 13 0 117196253 1840005120 41438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1796880 CPUtime=0.01
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 26 0 0 0 0 1 0 0 16 0 13 0 117196255 1840005120 41438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1796880 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1840005120 41438 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=26765/tid=26770] ppid=26763 vsize=1802000 CPUtime=0.52
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 140 0 0 0 32 20 0 0 15 0 13 0 117196255 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1802000 CPUtime=1.96
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 6618 0 0 0 194 2 0 0 16 0 13 0 117196260 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1802000 CPUtime=1.97
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 7651 0 0 0 194 3 0 0 16 0 13 0 117196260 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 117196469 1845248000 170979 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1576.68
Current children cumulated vsize (KiB) 1802000

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 26778
/proc/meminfo: memFree=1114064/2055920 swapFree=4092524/4192956
[pid=26765] ppid=26763 vsize=1802000 CPUtime=1638.82
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 244432 0 1 0 163734 148 0 0 19 0 13 0 117196250 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 450500 174538 1334 9 0 448112 0
[pid=26765/tid=26767] ppid=26763 vsize=1802000 CPUtime=1564.38
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 77147 0 1 0 156389 49 0 0 25 0 13 0 117196252 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109864433 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1802000 CPUtime=35
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 77536 0 0 0 3464 36 0 0 16 0 13 0 117196253 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1802000 CPUtime=34.91
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 74617 0 0 0 3457 34 0 0 16 0 13 0 117196253 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1802000 CPUtime=0.54
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 140 0 0 0 33 21 0 0 16 0 13 0 117196255 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1802000 CPUtime=1.96
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 6618 0 0 0 194 2 0 0 16 0 13 0 117196260 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1802000 CPUtime=1.97
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 7651 0 0 0 194 3 0 0 16 0 13 0 117196260 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26778] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 117196469 1845248000 174538 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1638.82
Current children cumulated vsize (KiB) 1802000

[startup+1662.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/90 26778
/proc/meminfo: memFree=1099344/2055920 swapFree=4092652/4192956
[pid=26765] ppid=26763 vsize=1802000 CPUtime=1700.94
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 248478 0 1 0 169943 151 0 0 19 0 13 0 117196250 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 450500 178160 1334 9 0 448112 0
[pid=26765/tid=26767] ppid=26763 vsize=1802000 CPUtime=1622.09
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 77212 0 1 0 162160 49 0 0 25 0 13 0 117196252 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109804024 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1802000 CPUtime=37.2
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 79375 0 0 0 3683 37 0 0 16 0 13 0 117196253 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1802000 CPUtime=37.1
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 76759 0 0 0 3675 35 0 0 16 0 13 0 117196253 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1802000 CPUtime=0.55
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 140 0 0 0 34 21 0 0 16 0 13 0 117196255 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1802000 CPUtime=1.96
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 6618 0 0 0 194 2 0 0 16 0 13 0 117196260 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1802000 CPUtime=1.97
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 7651 0 0 0 194 3 0 0 16 0 13 0 117196260 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26778] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 117196469 1845248000 178160 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1700.94
Current children cumulated vsize (KiB) 1802000

[startup+1722.3 s]
/proc/loadavg: 1.15 1.07 1.02 2/90 26778
/proc/meminfo: memFree=1086864/2055920 swapFree=4092652/4192956
[pid=26765] ppid=26763 vsize=1802000 CPUtime=1763.09
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 251878 0 1 0 176155 154 0 0 19 0 13 0 117196250 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 450500 181286 1334 9 0 448112 0
[pid=26765/tid=26767] ppid=26763 vsize=1802000 CPUtime=1679.85
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 77276 0 1 0 167935 50 0 0 25 0 13 0 117196252 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109581101 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1802000 CPUtime=39.4
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 81489 0 0 0 3901 39 0 0 16 0 13 0 117196253 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1802000 CPUtime=39.28
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 77980 0 0 0 3892 36 0 0 17 0 13 0 117196253 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1802000 CPUtime=0.56
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 141 0 0 0 35 21 0 0 16 0 13 0 117196255 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1802000 CPUtime=1.96
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 6618 0 0 0 194 2 0 0 16 0 13 0 117196260 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1802000 CPUtime=1.97
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 7651 0 0 0 194 3 0 0 16 0 13 0 117196260 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26778] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 117196469 1845248000 181286 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1763.09
Current children cumulated vsize (KiB) 1802000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1758 s]
/proc/loadavg: 1.08 1.06 1.01 2/90 26778
/proc/meminfo: memFree=1078928/2055920 swapFree=4092652/4192956
[pid=26765] ppid=26763 vsize=1802000 CPUtime=1800.08
/proc/26765/stat : 26765 (java) S 26763 26765 26453 0 -1 0 254028 0 1 0 179852 156 0 0 19 0 13 0 117196250 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 450500 183209 1334 9 0 448112 0
[pid=26765/tid=26767] ppid=26763 vsize=1802000 CPUtime=1714.21
/proc/26765/task/26767/stat : 26767 (java) R 26763 26765 26453 0 -1 64 77314 0 1 0 171371 50 0 0 25 0 13 0 117196252 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109593924 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26768] ppid=26763 vsize=1802000 CPUtime=40.7
/proc/26765/task/26768/stat : 26768 (java) S 26763 26765 26453 0 -1 64 82978 0 0 0 4031 39 0 0 16 0 13 0 117196253 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26769] ppid=26763 vsize=1802000 CPUtime=40.59
/proc/26765/task/26769/stat : 26769 (java) S 26763 26765 26453 0 -1 64 78602 0 0 0 4023 36 0 0 16 0 13 0 117196253 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26770] ppid=26763 vsize=1802000 CPUtime=0.57
/proc/26765/task/26770/stat : 26770 (java) S 26763 26765 26453 0 -1 64 142 0 0 0 35 22 0 0 16 0 13 0 117196255 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26771] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26771/stat : 26771 (java) S 26763 26765 26453 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26772] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26772/stat : 26772 (java) S 26763 26765 26453 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117196256 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26773] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26773/stat : 26773 (java) S 26763 26765 26453 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26774] ppid=26763 vsize=1802000 CPUtime=1.96
/proc/26765/task/26774/stat : 26774 (java) S 26763 26765 26453 0 -1 64 6618 0 0 0 194 2 0 0 16 0 13 0 117196260 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26775] ppid=26763 vsize=1802000 CPUtime=1.97
/proc/26765/task/26775/stat : 26775 (java) S 26763 26765 26453 0 -1 64 7651 0 0 0 194 3 0 0 16 0 13 0 117196260 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26776] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26776/stat : 26776 (java) S 26763 26765 26453 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117196260 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26765/tid=26777] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26777/stat : 26777 (java) S 26763 26765 26453 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117196260 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26765/tid=26778] ppid=26763 vsize=1802000 CPUtime=0
/proc/26765/task/26778/stat : 26778 (java) S 26763 26765 26453 0 -1 64 4 0 0 0 0 0 0 0 18 0 13 0 117196469 1845248000 183209 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1802000

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

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

[startup+1758.11 s]
/proc/loadavg: 1.08 1.06 1.01 2/90 26778
/proc/meminfo: memFree=1078928/2055920 swapFree=4092652/4192956
[pid=26765] ppid=26763 vsize=0 CPUtime=1800.19
/proc/26765/stat : 26765 (java) Z 26763 26765 26453 0 -1 1036 254049 0 1 0 179857 162 0 0 16 0 2 0 117196250 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26765/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1758.16
CPU time (s): 1800.25
CPU user time (s): 1798.58
CPU system time (s): 1.67174
CPU usage (%): 102.394
Max. virtual memory (cumulated for all children) (KiB): 1803012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.58
system time used= 1.67175
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254049
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= 57636
involuntary context switches= 41944

runsolver used 1.80872 second user time and 5.17821 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Apr 16 03:06:48 UTC 2007

IDJOB= 354054
IDBENCH= 2328
IDSOLVER= 160
FILE ID= node35/354054-1176692808

PBS_JOBID= 4560004

Free space on /tmp= 66527 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos7.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354054-1176692808/sat4jPseudoCP.jar /tmp/evaluation/354054-1176692808/instance-354054-1176692808.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-354054-1176692808 -o ROOT/results/node35/solver-354054-1176692808 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354054-1176692808/sat4jPseudoCP.jar /tmp/evaluation/354054-1176692808/instance-354054-1176692808.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  f5e09fc51fdb6e7c65b10c880b18ec53

RANDOM SEED= 514520571

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.232
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.232
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:       1809856 kB
Buffers:         20624 kB
Cached:         118700 kB
SwapCached:       3068 kB
Active:         112472 kB
Inactive:        80692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809856 kB
SwapTotal:     4192956 kB
SwapFree:      4091496 kB
Dirty:            5136 kB
Writeback:           0 kB
Mapped:          61840 kB
Slab:            38184 kB
Committed_AS:  2380248 kB
PageTables:       1996 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= 66527 MiB

End job on node35 on Mon Apr 16 03:36:08 UTC 2007