Trace number 347850

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.22 1770.88

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-air04.opb
MD5SUM015f32a31b4a3d7bbfc82031e4222c83
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57799
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 57799
Optimality of the best value was proved NO
Number of variables8904
Total number of constraints823
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)823
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint368
Number of terms in the objective function 8904
Biggest coefficient in the objective function 2258
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 5135151
Number of bits of the sum of numbers in the objective function 23
Biggest number in a constraint 2258
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 5135151
Number of bits of the biggest sum of numbers23
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.16	c no version file found!!!
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1651659224
0.08/0.16	c Max memory 1654456320
0.08/0.16	c Total memory 1654456320
0.08/0.16	c Number of processors 2
0.19/0.22	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.22	--- Begin Solver configuration ---
0.19/0.22	c Stops conflict analysis at the first Unique Implication Point
0.19/0.22	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.22	c Learn all clauses as in MiniSAT
0.19/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.22	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.22	c No reason simplification
0.19/0.22	c --- End Solver configuration ---
0.19/0.22	c Simplify asserted PB constraints to clauses
0.19/0.22	c solving /tmp/evaluation/347850-1176522736/instance-347850-1176522736.opb
0.19/0.22	c reading problem ... 
1.72/1.35	c ... done. Wall clock time 1.134s.
1.72/1.35	c CPU time (experimental) 1.0s.
1.72/1.35	c #vars     8904
1.72/1.35	c #constraints  1646
1800.04/1770.71	c starts		: 2
1800.04/1770.71	c conflicts		: 7431
1800.04/1770.71	c decisions		: 291498
1800.04/1770.71	c propagations		: 3496129
1800.04/1770.71	c inspects		: 9339476
1800.04/1770.71	c learnt literals	: 6
1800.04/1770.71	c learnt binary clauses	: 4
1800.04/1770.71	c learnt ternary clauses	: 4
1800.04/1770.71	c learnt clauses	: 7424
1800.04/1770.71	c root simplifications	: 0
1800.04/1770.71	c removed literals (reason simplification)	: 0
1800.04/1770.71	c reason swapping (by a shorter reason)	: 0
1800.04/1770.71	c Calls to reduceDB	: 0
1800.04/1770.71	c speed (decisions/second)	: 164.7693100781854
1800.04/1770.71	c non guided choices	0
1800.04/1770.71	s UNKNOWN
1800.04/1770.71	c Total wall clock time (ms): 1770.496

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/node16/watcher-347850-1176522736 -o ROOT/results/node16/solver-347850-1176522736 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347850-1176522736/sat4jPseudoCPClause.jar /tmp/evaluation/347850-1176522736/instance-347850-1176522736.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.93 0.99 0.99 2/77 28099
/proc/meminfo: memFree=1760024/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1520 CPUtime=0
/proc/28099/stat : 28099 (java) R 28097 28099 27985 0 -1 0 72 0 0 0 0 0 0 0 18 0 1 0 100191259 1556480 56 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7169841 0 0 4096 0 0 0 0 17 1 0 0
/proc/28099/statm: 380 67 51 9 0 10 0

[startup+0.0480491 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 28099
/proc/meminfo: memFree=1760024/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1776376 CPUtime=0.02
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 3453 0 1 0 1 1 0 0 18 0 4 0 100191259 1819009024 3199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 444094 3199 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776376

[startup+0.101032 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 28099
/proc/meminfo: memFree=1760024/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1780112 CPUtime=0.08
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 3937 0 1 0 5 3 0 0 18 0 12 0 100191259 1822834688 3679 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 445028 3679 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301001 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 28099
/proc/meminfo: memFree=1760024/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1782332 CPUtime=0.31
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 5115 0 1 0 27 4 0 0 18 0 12 0 100191259 1825107968 4854 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 445583 4854 1264 9 0 443194 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782332

[startup+0.701916 s]
/proc/loadavg: 0.93 0.99 0.99 2/77 28099
/proc/meminfo: memFree=1760024/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1782800 CPUtime=0.91
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 7245 0 1 0 87 4 0 0 18 0 12 0 100191259 1825587200 6707 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 445700 6707 1300 9 0 443311 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1782800

[startup+1.50175 s]
/proc/loadavg: 0.93 0.99 0.99 2/89 28111
/proc/meminfo: memFree=1722232/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1784468 CPUtime=1.98
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 24311 0 1 0 187 11 0 0 18 0 12 0 100191259 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 446117 23090 1322 9 0 443728 0
[pid=28099/tid=28101] ppid=28097 vsize=1784468 CPUtime=1.1
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 21482 0 1 0 101 9 0 0 18 0 12 0 100191260 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109188741 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 100191262 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 100191262 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 100191265 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 100191265 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 100191265 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 100191269 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1784468 CPUtime=0.43
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 813 0 0 0 43 0 0 0 16 0 12 0 100191269 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1784468 CPUtime=0.42
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 1297 0 0 0 42 0 0 0 16 0 12 0 100191269 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 100191269 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1784468 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 100191269 1827295232 23090 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 1784468

[startup+3.10246 s]
/proc/loadavg: 0.93 0.99 0.99 3/90 28112
/proc/meminfo: memFree=1651568/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1794508 CPUtime=4.7
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 46687 0 1 0 448 22 0 0 18 0 13 0 100191259 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448627 42544 1331 9 0 446238 0
[pid=28099/tid=28101] ppid=28097 vsize=1794508 CPUtime=2.28
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 37736 0 1 0 211 17 0 0 20 0 13 0 100191260 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812029 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1794508 CPUtime=0.01
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 601 0 0 0 1 0 0 0 16 0 13 0 100191262 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1794508 CPUtime=0.01
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 430 0 0 0 1 0 0 0 16 0 13 0 100191262 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1794508 CPUtime=0
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 100191265 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1794508 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1794508 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1794508 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1794508 CPUtime=1.37
/proc/28099/task/28108/stat : 28108 (java) R 28097 28099 27985 0 -1 64 4778 0 0 0 135 2 0 0 21 0 13 0 100191269 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336912 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1794508 CPUtime=0.99
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 2415 0 0 0 99 0 0 0 16 0 13 0 100191269 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1794508 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1794508 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1794508 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1837576192 42544 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.7
Current children cumulated vsize (KiB) 1794508

[startup+6.30256 s]
/proc/loadavg: 1.02 1.01 1.00 2/90 28112
/proc/meminfo: memFree=1590768/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1794116 CPUtime=8.78
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 54801 0 1 0 852 26 0 0 18 0 13 0 100191259 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448529 44691 1332 9 0 446140 0
[pid=28099/tid=28101] ppid=28097 vsize=1794116 CPUtime=5.2
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 37742 0 1 0 503 17 0 0 22 0 13 0 100191260 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109806235 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1794116 CPUtime=0.11
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 2436 0 0 0 10 1 0 0 16 0 13 0 100191262 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1794116 CPUtime=0.1
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 1906 0 0 0 10 0 0 0 16 0 13 0 100191262 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 32 0 0 0 0 0 0 0 15 0 13 0 100191265 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1794116 CPUtime=2.12
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 9057 0 0 0 208 4 0 0 17 0 13 0 100191269 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1794116 CPUtime=1.19
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 2908 0 0 0 118 1 0 0 16 0 13 0 100191269 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1837174784 44691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1794116

[startup+12.7012 s]
/proc/loadavg: 1.01 1.01 1.00 2/90 28112
/proc/meminfo: memFree=1550832/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1795140 CPUtime=15.71
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 64892 0 1 0 1540 31 0 0 18 0 13 0 100191259 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448785 53252 1332 9 0 446396 0
[pid=28099/tid=28101] ppid=28097 vsize=1795140 CPUtime=11.47
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 41854 0 1 0 1129 18 0 0 25 0 13 0 100191260 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109811768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1795140 CPUtime=0.22
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 4743 0 0 0 20 2 0 0 16 0 13 0 100191262 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1795140 CPUtime=0.19
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 4024 0 0 0 18 1 0 0 15 0 13 0 100191262 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1795140 CPUtime=0
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 32 0 0 0 0 0 0 0 17 0 13 0 100191265 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1795140 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1795140 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1795140 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1795140 CPUtime=2.4
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 9517 0 0 0 236 4 0 0 17 0 13 0 100191269 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1795140 CPUtime=1.36
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 4002 0 0 0 134 2 0 0 16 0 13 0 100191269 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1795140 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1795140 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1795140 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1838223360 53252 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.71
Current children cumulated vsize (KiB) 1795140

[startup+25.5026 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 28112
/proc/meminfo: memFree=1590000/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1794116 CPUtime=28.59
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 66478 0 1 0 2827 32 0 0 18 0 13 0 100191259 1837174784 43365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448529 43365 1332 9 0 446140 0
[pid=28099/tid=28101] ppid=28097 vsize=1794116 CPUtime=24.17
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 41875 0 1 0 2398 19 0 0 25 0 13 0 100191260 1837174784 43365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805680 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1794116 CPUtime=0.31
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 5463 0 0 0 29 2 0 0 16 0 13 0 100191262 1837174784 43365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1794116 CPUtime=0.3
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 4869 0 0 0 28 2 0 0 16 0 13 0 100191262 1837174784 43365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1794116 CPUtime=0.01
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 32 0 0 0 0 1 0 0 16 0 13 0 100191265 1837174784 43365 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=28099/tid=28104] ppid=28097 vsize=1794116 CPUtime=0.52
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 149 0 0 0 31 21 0 0 15 0 13 0 100191265 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1794116 CPUtime=2.48
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 9517 0 0 0 244 4 0 0 16 0 13 0 100191269 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1794116 CPUtime=1.38
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 4002 0 0 0 136 2 0 0 16 0 13 0 100191269 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1837174784 182038 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1566.55
Current children cumulated vsize (KiB) 1794116

[startup+1602.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 28310
/proc/meminfo: memFree=1014000/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1794116 CPUtime=1627.74
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 259210 0 1 0 162617 157 0 0 18 0 13 0 100191259 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448529 187015 1332 9 0 446140 0
[pid=28099/tid=28101] ppid=28097 vsize=1794116 CPUtime=1576.97
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 77360 0 1 0 157646 51 0 0 25 0 13 0 100191260 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805914 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1794116 CPUtime=23.18
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 82554 0 0 0 2281 37 0 0 16 0 13 0 100191262 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1794116 CPUtime=23.14
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 84908 0 0 0 2274 40 0 0 16 0 13 0 100191262 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1794116 CPUtime=0.54
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 149 0 0 0 33 21 0 0 16 0 13 0 100191265 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1794116 CPUtime=2.48
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 9517 0 0 0 244 4 0 0 16 0 13 0 100191269 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1794116 CPUtime=1.38
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 4002 0 0 0 136 2 0 0 16 0 13 0 100191269 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1837174784 187015 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1627.74
Current children cumulated vsize (KiB) 1794116

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 28310
/proc/meminfo: memFree=989168/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1794116 CPUtime=1689.16
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 266029 0 1 0 168754 162 0 0 18 0 13 0 100191259 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448529 193165 1332 9 0 446140 0
[pid=28099/tid=28101] ppid=28097 vsize=1794116 CPUtime=1635.48
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 77437 0 1 0 163497 51 0 0 25 0 13 0 100191260 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677085 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1794116 CPUtime=24.61
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 85705 0 0 0 2423 38 0 0 16 0 13 0 100191262 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1794116 CPUtime=24.57
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 88499 0 0 0 2416 41 0 0 16 0 13 0 100191262 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1794116 CPUtime=0.57
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 149 0 0 0 35 22 0 0 16 0 13 0 100191265 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1794116 CPUtime=2.48
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 9517 0 0 0 244 4 0 0 16 0 13 0 100191269 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1794116 CPUtime=1.38
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 4002 0 0 0 136 2 0 0 16 0 13 0 100191269 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1837174784 193165 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.16
Current children cumulated vsize (KiB) 1794116

[startup+1722.3 s]
/proc/loadavg: 1.08 1.02 1.01 2/90 28310
/proc/meminfo: memFree=967024/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1794116 CPUtime=1750.47
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 272131 0 1 0 174882 165 0 0 18 0 13 0 100191259 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448529 198690 1332 9 0 446140 0
[pid=28099/tid=28101] ppid=28097 vsize=1794116 CPUtime=1694.11
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 77514 0 1 0 169359 52 0 0 25 0 13 0 100191260 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109677085 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1794116 CPUtime=25.94
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 88721 0 0 0 2555 39 0 0 16 0 13 0 100191262 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1794116 CPUtime=25.9
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 91508 0 0 0 2548 42 0 0 16 0 13 0 100191262 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1794116 CPUtime=0.58
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 149 0 0 0 36 22 0 0 15 0 13 0 100191265 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1794116 CPUtime=2.48
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 9517 0 0 0 244 4 0 0 16 0 13 0 100191269 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1794116 CPUtime=1.38
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 4002 0 0 0 136 2 0 0 16 0 13 0 100191269 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1837174784 198690 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.47
Current children cumulated vsize (KiB) 1794116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.7 s]
/proc/loadavg: 1.09 1.03 1.01 3/90 28310
/proc/meminfo: memFree=948720/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=1794116 CPUtime=1800.04
/proc/28099/stat : 28099 (java) S 28097 28099 27985 0 -1 0 277151 0 1 0 179836 168 0 0 18 0 13 0 100191259 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 448529 203251 1332 9 0 446140 0
[pid=28099/tid=28101] ppid=28097 vsize=1794116 CPUtime=1741.29
/proc/28099/task/28101/stat : 28101 (java) R 28097 28099 27985 0 -1 64 77574 0 1 0 174077 52 0 0 25 0 13 0 100191260 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805547 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28102] ppid=28097 vsize=1794116 CPUtime=27.13
/proc/28099/task/28102/stat : 28102 (java) S 28097 28099 27985 0 -1 64 91471 0 0 0 2673 40 0 0 16 0 13 0 100191262 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28103] ppid=28097 vsize=1794116 CPUtime=27.09
/proc/28099/task/28103/stat : 28103 (java) S 28097 28099 27985 0 -1 64 93718 0 0 0 2665 44 0 0 16 0 13 0 100191262 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28104] ppid=28097 vsize=1794116 CPUtime=0.6
/proc/28099/task/28104/stat : 28104 (java) S 28097 28099 27985 0 -1 64 149 0 0 0 37 23 0 0 15 0 13 0 100191265 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28105] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28105/stat : 28105 (java) S 28097 28099 27985 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28106] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28106/stat : 28106 (java) S 28097 28099 27985 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 100191265 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28107] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28107/stat : 28107 (java) S 28097 28099 27985 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 100191269 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28108] ppid=28097 vsize=1794116 CPUtime=2.48
/proc/28099/task/28108/stat : 28108 (java) S 28097 28099 27985 0 -1 64 9517 0 0 0 244 4 0 0 16 0 13 0 100191269 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28109] ppid=28097 vsize=1794116 CPUtime=1.38
/proc/28099/task/28109/stat : 28109 (java) S 28097 28099 27985 0 -1 64 4002 0 0 0 136 2 0 0 16 0 13 0 100191269 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28110] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28110/stat : 28110 (java) S 28097 28099 27985 0 -1 64 2 0 0 0 0 0 0 0 24 0 13 0 100191269 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28099/tid=28111] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28111/stat : 28111 (java) S 28097 28099 27985 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 100191269 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28099/tid=28112] ppid=28097 vsize=1794116 CPUtime=0
/proc/28099/task/28112/stat : 28112 (java) S 28097 28099 27985 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 100191418 1837174784 203251 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1794116

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

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

[startup+1770.81 s]
/proc/loadavg: 1.09 1.03 1.01 3/90 28310
/proc/meminfo: memFree=948720/2055920 swapFree=4191880/4192956
[pid=28099] ppid=28097 vsize=0 CPUtime=1800.15
/proc/28099/stat : 28099 (java) Z 28097 28099 27985 0 -1 1036 277171 0 1 0 179841 174 0 0 16 0 2 0 100191259 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28099/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.88
CPU time (s): 1800.22
CPU user time (s): 1798.41
CPU system time (s): 1.81372
CPU usage (%): 101.657
Max. virtual memory (cumulated for all children) (KiB): 1798700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.81372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277171
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= 57562
involuntary context switches= 44325

runsolver used 1.73074 second user time and 5.54516 second system time

The end

Launcher Data (download as text)

Begin job on node16 on Sat Apr 14 03:52:16 UTC 2007

IDJOB= 347850
IDBENCH= 1523
IDSOLVER= 164
FILE ID= node16/347850-1176522736

PBS_JOBID= 4556720

Free space on /tmp= 66517 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-air04.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347850-1176522736/sat4jPseudoCPClause.jar /tmp/evaluation/347850-1176522736/instance-347850-1176522736.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-347850-1176522736 -o ROOT/results/node16/solver-347850-1176522736 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/347850-1176522736/sat4jPseudoCPClause.jar /tmp/evaluation/347850-1176522736/instance-347850-1176522736.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  015f32a31b4a3d7bbfc82031e4222c83

RANDOM SEED= 256210001

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node16.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:       1760624 kB
Buffers:         29592 kB
Cached:         152684 kB
SwapCached:        440 kB
Active:          96580 kB
Inactive:       140868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760624 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            4428 kB
Writeback:           0 kB
Mapped:          72252 kB
Slab:            43444 kB
Committed_AS:  2609640 kB
PageTables:       1840 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= 66517 MiB

End job on node16 on Sat Apr 14 04:21:49 UTC 2007