Trace number 354043

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.36 1787.46

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos14.opb
MD5SUM9a6d98eb18189bacb6bc49f39ff21900
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20744058700051158
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20744058700051158
Optimality of the best value was proved NO
Number of variables17840
Total number of constraints656
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 constraints656
Minimum length of a constraint11
Maximum length of a constraint150
Number of terms in the objective function 10640
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 77389328849976800030040
Number of bits of the sum of numbers in the objective function 77
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 77389328849976800030040
Number of bits of the biggest sum of numbers77
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/354043-1176692234/instance-354043-1176692234.opb
0.20/0.20	c reading problem ... 
2.76/1.78	c ... done. Wall clock time 1.585s.
2.76/1.78	c CPU time (experimental) 1.22s.
2.76/1.78	c #vars     17840
2.76/1.78	c #constraints  896
1800.09/1787.21	c starts		: 23
1800.09/1787.21	c conflicts		: 1631820
1800.09/1787.21	c decisions		: 2219434
1800.09/1787.21	c propagations		: 52129444
1800.09/1787.21	c inspects		: 3359404044
1800.09/1787.21	c learnt literals	: 323
1800.09/1787.21	c learnt binary clauses	: 91
1800.09/1787.21	c learnt ternary clauses	: 77
1800.09/1787.21	c learnt clauses	: 1631497
1800.09/1787.21	c root simplifications	: 0
1800.09/1787.21	c removed literals (reason simplification)	: 0
1800.09/1787.21	c reason swapping (by a shorter reason)	: 0
1800.09/1787.21	c Calls to reduceDB	: 0
1800.09/1787.21	c speed (decisions/second)	: 1243.2940232723329
1800.09/1787.21	c non guided choices	4743
1800.09/1787.21	s UNKNOWN
1800.09/1787.21	c Total wall clock time (ms): 1787.012

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/node69/watcher-354043-1176692234 -o ROOT/results/node69/solver-354043-1176692234 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354043-1176692234/sat4jPseudoResolution.jar /tmp/evaluation/354043-1176692234/instance-354043-1176692234.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.78 0.95 0.98 2/64 5046
/proc/meminfo: memFree=1859476/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=152 CPUtime=0
/proc/5046/stat : 5046 (java) R 5044 5046 4983 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 145212854 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 11952427 0 0 4096 0 0 0 0 17 1 0 0
/proc/5046/statm: 38 26 19 9 0 4 0

[startup+0.086909 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5046
/proc/meminfo: memFree=1859476/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1777844 CPUtime=0.07
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 3838 0 1 0 5 2 0 0 18 0 7 0 145212854 1820512256 3580 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 444461 3580 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101912 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5046
/proc/meminfo: memFree=1859476/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1780108 CPUtime=0.08
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 3978 0 1 0 6 2 0 0 18 0 12 0 145212854 1822830592 3719 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 445027 3719 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301946 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5046
/proc/meminfo: memFree=1859476/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1782124 CPUtime=0.36
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 5222 0 1 0 32 4 0 0 18 0 12 0 145212854 1824894976 4958 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 445531 4958 1271 9 0 443143 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1782124

[startup+0.702009 s]
/proc/loadavg: 0.78 0.95 0.98 2/64 5046
/proc/meminfo: memFree=1859476/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1783712 CPUtime=0.9
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 7768 0 1 0 85 5 0 0 18 0 12 0 145212854 1826521088 7199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 445928 7200 1299 9 0 443540 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783712

[startup+1.50214 s]
/proc/loadavg: 0.78 0.95 0.98 4/76 5058
/proc/meminfo: memFree=1819700/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1797508 CPUtime=2.48
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 20831 0 1 0 236 12 0 0 18 0 12 0 145212854 1840648192 16516 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 449377 16534 1311 9 0 446989 0
[pid=5046/tid=5048] ppid=5044 vsize=1797508 CPUtime=1.03
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 12138 0 1 0 95 8 0 0 18 0 12 0 145212856 1840648192 16544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109621183 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145212857 1840648192 16556 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145212857 1840648192 16567 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 145212859 1840648192 16575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145212860 1840648192 16583 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145212860 1840648192 16590 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145212864 1840648192 16596 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1797508 CPUtime=0.71
/proc/5046/task/5055/stat : 5055 (java) R 5044 5046 4983 0 -1 64 4789 0 0 0 70 1 0 0 16 0 12 0 145212864 1840648192 16604 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336793 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1797508 CPUtime=0.71
/proc/5046/task/5056/stat : 5056 (java) R 5044 5046 4983 0 -1 64 3276 0 0 0 70 1 0 0 18 0 12 0 145212864 1840648192 16610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103335981 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145212864 1840648192 16618 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1797508 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145212864 1840648192 16625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1797508

[startup+3.1024 s]
/proc/loadavg: 0.88 0.97 0.99 4/76 5058
/proc/meminfo: memFree=1772340/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1796340 CPUtime=4.86
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 37410 0 1 0 469 17 0 0 18 0 13 0 145212854 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 449085 28936 1324 9 0 446697 0
[pid=5046/tid=5048] ppid=5044 vsize=1796340 CPUtime=2.25
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 24515 0 1 0 213 12 0 0 22 0 13 0 145212856 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109902567 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 145212857 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 145212857 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 145212859 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 145212860 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 145212860 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1796340 CPUtime=1.23
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6384 0 0 0 121 2 0 0 16 0 13 0 145212864 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1796340 CPUtime=1.35
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5783 0 0 0 133 2 0 0 16 0 13 0 145212864 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1796340 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1839452160 28936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.86
Current children cumulated vsize (KiB) 1796340

[startup+6.30291 s]
/proc/loadavg: 0.88 0.97 0.99 2/77 5059
/proc/meminfo: memFree=1685548/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1795284 CPUtime=8.14
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 53117 0 1 0 789 25 0 0 18 0 13 0 145212854 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 448821 44490 1333 9 0 446433 0
[pid=5046/tid=5048] ppid=5044 vsize=1795284 CPUtime=5.39
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 37718 0 1 0 521 18 0 0 25 0 13 0 145212856 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109850745 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1795284 CPUtime=0.04
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 1404 0 0 0 4 0 0 0 16 0 13 0 145212857 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1795284 CPUtime=0.04
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 1094 0 0 0 4 0 0 0 16 0 13 0 145212857 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1795284 CPUtime=0
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 145212859 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1795284 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1795284 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145212860 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1795284 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1795284 CPUtime=1.25
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6384 0 0 0 123 2 0 0 16 0 13 0 145212864 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1795284 CPUtime=1.38
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5785 0 0 0 136 2 0 0 16 0 13 0 145212864 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1795284 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1795284 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5059] ppid=5044 vsize=1795284 CPUtime=0
/proc/5046/task/5059/stat : 5059 (java) S 5044 5046 4983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 145213074 1838370816 44490 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 1795284

[startup+12.7029 s]
/proc/loadavg: 0.97 0.99 0.99 2/77 5059
/proc/meminfo: memFree=1669164/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1794164 CPUtime=14.66
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 57679 0 1 0 1439 27 0 0 18 0 13 0 145212854 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 448541 48599 1333 9 0 446153 0
[pid=5046/tid=5048] ppid=5044 vsize=1794164 CPUtime=11.66
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 37722 0 1 0 1148 18 0 0 25 0 13 0 145212856 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1794164 CPUtime=0.13
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 3472 0 0 0 12 1 0 0 16 0 13 0 145212857 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1794164 CPUtime=0.13
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 3575 0 0 0 12 1 0 0 17 0 13 0 145212857 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 145212859 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145212860 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1794164 CPUtime=1.28
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6387 0 0 0 126 2 0 0 17 0 13 0 145212864 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1794164 CPUtime=1.4
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5785 0 0 0 138 2 0 0 16 0 13 0 145212864 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5059] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5059/stat : 5059 (java) S 5044 5046 4983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 145213074 1837223936 48599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.66
Current children cumulated vsize (KiB) 1794164

[startup+25.502 s]
/proc/loadavg: 0.98 0.99 0.99 2/77 5059
/proc/meminfo: memFree=1640876/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1794164 CPUtime=27.69
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 65303 0 1 0 2739 30 0 0 18 0 13 0 145212854 1837223936 55694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 448541 55694 1333 9 0 446153 0
[pid=5046/tid=5048] ppid=5044 vsize=1794164 CPUtime=24.22
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 37725 0 1 0 2404 18 0 0 25 0 13 0 145212856 1837223936 55694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109967947 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1794164 CPUtime=0.36
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 7328 0 0 0 33 3 0 0 16 0 13 0 145212857 1837223936 55694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1794164 CPUtime=0.36
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 7335 0 0 0 34 2 0 0 17 0 13 0 145212857 1837223936 55694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 17 0 0 0 0 0 0 0 16 0 13 0 145212859 1837223936 55694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1794164 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1837223936 55694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=5046/tid=5051] ppid=5044 vsize=1793196 CPUtime=0.1
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 200 0 0 0 3 7 0 0 16 0 13 0 145212859 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1793196 CPUtime=1.29
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6388 0 0 0 127 2 0 0 16 0 13 0 145212864 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1793196 CPUtime=1.41
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5785 0 0 0 139 2 0 0 17 0 13 0 145212864 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5059] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5059/stat : 5059 (java) S 5044 5046 4983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 145213074 1836232704 338417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1615
Current children cumulated vsize (KiB) 1793196

[startup+1662.3 s]
/proc/loadavg: 1.30 1.10 1.02 2/77 5257
/proc/meminfo: memFree=503340/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1793196 CPUtime=1675.06
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 480361 0 1 0 167276 230 0 0 18 0 13 0 145212854 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 448299 339327 1333 9 0 445911 0
[pid=5046/tid=5048] ppid=5044 vsize=1793196 CPUtime=1648.71
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 83284 0 1 0 164828 43 0 0 25 0 13 0 145212856 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109933553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1793196 CPUtime=11.71
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 199145 0 0 0 1083 88 0 0 16 0 13 0 145212857 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1793196 CPUtime=11.77
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 184834 0 0 0 1093 84 0 0 16 0 13 0 145212857 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1793196 CPUtime=0.1
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 200 0 0 0 3 7 0 0 16 0 13 0 145212859 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1793196 CPUtime=1.29
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6388 0 0 0 127 2 0 0 16 0 13 0 145212864 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1793196 CPUtime=1.41
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5785 0 0 0 139 2 0 0 17 0 13 0 145212864 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5059] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5059/stat : 5059 (java) S 5044 5046 4983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 145213074 1836232704 339327 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1675.06
Current children cumulated vsize (KiB) 1793196

[startup+1722.3 s]
/proc/loadavg: 1.12 1.08 1.02 2/77 5257
/proc/meminfo: memFree=503276/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1793196 CPUtime=1735.13
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 481253 0 1 0 173282 231 0 0 18 0 13 0 145212854 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 448299 339313 1333 9 0 445911 0
[pid=5046/tid=5048] ppid=5044 vsize=1793196 CPUtime=1708.61
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 83285 0 1 0 170817 44 0 0 25 0 13 0 145212856 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109933553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1793196 CPUtime=11.8
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 199897 0 0 0 1092 88 0 0 16 0 13 0 145212857 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1793196 CPUtime=11.85
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 184973 0 0 0 1101 84 0 0 16 0 13 0 145212857 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1793196 CPUtime=0.11
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 200 0 0 0 3 8 0 0 16 0 13 0 145212859 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1793196 CPUtime=1.29
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6388 0 0 0 127 2 0 0 16 0 13 0 145212864 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1793196 CPUtime=1.41
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5785 0 0 0 139 2 0 0 17 0 13 0 145212864 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5059] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5059/stat : 5059 (java) S 5044 5046 4983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 145213074 1836232704 339313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1735.13
Current children cumulated vsize (KiB) 1793196

[startup+1782.3 s]
/proc/loadavg: 1.04 1.06 1.01 2/77 5257
/proc/meminfo: memFree=499820/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1793196 CPUtime=1795.19
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 482367 0 1 0 179288 231 0 0 18 0 13 0 145212854 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 448299 340162 1333 9 0 445911 0
[pid=5046/tid=5048] ppid=5044 vsize=1793196 CPUtime=1768.5
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 83286 0 1 0 176806 44 0 0 25 0 13 0 145212856 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109933553 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1793196 CPUtime=11.89
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 200844 0 0 0 1100 89 0 0 16 0 13 0 145212857 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1793196 CPUtime=11.94
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 185139 0 0 0 1110 84 0 0 17 0 13 0 145212857 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1793196 CPUtime=0.11
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 200 0 0 0 3 8 0 0 16 0 13 0 145212859 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1793196 CPUtime=1.29
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6388 0 0 0 127 2 0 0 16 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1793196 CPUtime=1.41
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5785 0 0 0 139 2 0 0 17 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5059] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5059/stat : 5059 (java) S 5044 5046 4983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 145213074 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1795.19
Current children cumulated vsize (KiB) 1793196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.2 s]
/proc/loadavg: 1.04 1.06 1.01 2/77 5257
/proc/meminfo: memFree=499820/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=1793196 CPUtime=1800.09
/proc/5046/stat : 5046 (java) S 5044 5046 4983 0 -1 0 482367 0 1 0 179778 231 0 0 18 0 13 0 145212854 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5046/statm: 448299 340162 1333 9 0 445911 0
[pid=5046/tid=5048] ppid=5044 vsize=1793196 CPUtime=1773.4
/proc/5046/task/5048/stat : 5048 (java) R 5044 5046 4983 0 -1 64 83286 0 1 0 177296 44 0 0 25 0 13 0 145212856 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109930506 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5049] ppid=5044 vsize=1793196 CPUtime=11.89
/proc/5046/task/5049/stat : 5049 (java) S 5044 5046 4983 0 -1 64 200844 0 0 0 1100 89 0 0 16 0 13 0 145212857 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5050] ppid=5044 vsize=1793196 CPUtime=11.94
/proc/5046/task/5050/stat : 5050 (java) S 5044 5046 4983 0 -1 64 185139 0 0 0 1110 84 0 0 17 0 13 0 145212857 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5051] ppid=5044 vsize=1793196 CPUtime=0.11
/proc/5046/task/5051/stat : 5051 (java) S 5044 5046 4983 0 -1 64 200 0 0 0 3 8 0 0 16 0 13 0 145212859 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5052] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5052/stat : 5052 (java) S 5044 5046 4983 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5053] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5053/stat : 5053 (java) S 5044 5046 4983 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145212860 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5054] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5054/stat : 5054 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5055] ppid=5044 vsize=1793196 CPUtime=1.29
/proc/5046/task/5055/stat : 5055 (java) S 5044 5046 4983 0 -1 64 6388 0 0 0 127 2 0 0 16 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5056] ppid=5044 vsize=1793196 CPUtime=1.41
/proc/5046/task/5056/stat : 5056 (java) S 5044 5046 4983 0 -1 64 5785 0 0 0 139 2 0 0 17 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5057] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5057/stat : 5057 (java) S 5044 5046 4983 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5046/tid=5058] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5058/stat : 5058 (java) S 5044 5046 4983 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145212864 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5046/tid=5059] ppid=5044 vsize=1793196 CPUtime=0
/proc/5046/task/5059/stat : 5059 (java) S 5044 5046 4983 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 145213074 1836232704 340162 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1793196

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

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

[startup+1787.4 s]
/proc/loadavg: 1.04 1.06 1.01 2/67 5260
/proc/meminfo: memFree=1512028/2055920 swapFree=4184008/4192956
[pid=5046] ppid=5044 vsize=0 CPUtime=1800.29
/proc/5046/stat : 5046 (java) Z 5044 5046 4983 0 -1 1036 482386 0 1 0 179783 246 0 0 16 0 2 0 145212854 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5046/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1787.46
CPU time (s): 1800.36
CPU user time (s): 1797.84
CPU system time (s): 2.51962
CPU usage (%): 100.722
Max. virtual memory (cumulated for all children) (KiB): 1798000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.84
system time used= 2.51962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 482386
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= 39322
involuntary context switches= 36158

runsolver used 1.9767 second user time and 4.5823 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Mon Apr 16 02:57:14 UTC 2007

IDJOB= 354043
IDBENCH= 2324
IDSOLVER= 159
FILE ID= node69/354043-1176692234

PBS_JOBID= 4560027

Free space on /tmp= 66530 MiB

SOLVER NAME= SAT4JPseudoResolution 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-neos14.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354043-1176692234/sat4jPseudoResolution.jar /tmp/evaluation/354043-1176692234/instance-354043-1176692234.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-354043-1176692234 -o ROOT/results/node69/solver-354043-1176692234 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354043-1176692234/sat4jPseudoResolution.jar /tmp/evaluation/354043-1176692234/instance-354043-1176692234.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9a6d98eb18189bacb6bc49f39ff21900

RANDOM SEED= 250531164

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
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	: 5931.00
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.264
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:       1859884 kB
Buffers:         10012 kB
Cached:         116772 kB
SwapCached:       3368 kB
Active:          45172 kB
Inactive:        91432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859884 kB
SwapTotal:     4192956 kB
SwapFree:      4184008 kB
Dirty:            4668 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            45432 kB
Committed_AS:  1381324 kB
PageTables:       1472 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= 66530 MiB

End job on node69 on Mon Apr 16 03:27:04 UTC 2007