Trace number 352384

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.17 1791.89

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM54ffab8e8a4cb46f5f9473284ad05d3b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark397
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 371
Optimality of the best value was proved NO
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
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.06/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.17	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.17	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.18	c no version file found!!!
0.06/0.18	c sun.arch.data.model	32
0.06/0.18	c java.version	1.6.0
0.06/0.18	c os.name	Linux
0.06/0.18	c os.version	2.6.9-22.EL.rootsmp
0.06/0.18	c os.arch	i386
0.06/0.18	c Free memory 1651659224
0.06/0.18	c Max memory 1654456320
0.06/0.18	c Total memory 1654456320
0.06/0.18	c Number of processors 2
0.16/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.16/0.23	--- Begin Solver configuration ---
0.16/0.23	c Stops conflict analysis at the first Unique Implication Point
0.16/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.23	c Learn all clauses as in MiniSAT
0.16/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.23	c No reason simplification
0.16/0.23	c --- End Solver configuration ---
0.16/0.23	c Simplify asserted PB constraints to clauses
0.16/0.23	c solving /tmp/evaluation/352384-1176630614/instance-352384-1176630614.opb
0.16/0.23	c reading problem ... 
12.02/10.38	c ... done. Wall clock time 10.145s.
12.02/10.38	c CPU time (experimental) 8.72s.
12.02/10.38	c #vars     10000
12.02/10.38	c #constraints  656900
1800.08/1791.82	c starts		: 2
1800.08/1791.82	c conflicts		: 4443
1800.08/1791.82	c decisions		: 16110
1800.08/1791.82	c propagations		: 550100
1800.08/1791.82	c inspects		: 3404318
1800.08/1791.82	c learnt literals	: 0
1800.08/1791.82	c learnt binary clauses	: 0
1800.08/1791.82	c learnt ternary clauses	: 0
1800.08/1791.82	c learnt clauses	: 4442
1800.08/1791.82	c root simplifications	: 0
1800.08/1791.82	c removed literals (reason simplification)	: 0
1800.08/1791.82	c reason swapping (by a shorter reason)	: 0
1800.08/1791.82	c Calls to reduceDB	: 0
1800.08/1791.82	c speed (decisions/second)	: 9.044591351214788
1800.08/1791.82	c non guided choices	0
1800.08/1791.82	s UNKNOWN
1800.08/1791.82	c Total wall clock time (ms): 1791.583

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/node59/watcher-352384-1176630614 -o ROOT/results/node59/solver-352384-1176630614 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352384-1176630614/sat4jPseudoCPClause.jar /tmp/evaluation/352384-1176630614/instance-352384-1176630614.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.92 0.95 0.98 2/64 23403
/proc/meminfo: memFree=1702648/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=18568 CPUtime=0
/proc/23403/stat : 23403 (runsolver) R 23401 23403 22705 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 110971079 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23403/statm: 4642 292 257 24 0 2626 0

[startup+0.0328079 s]
/proc/loadavg: 0.92 0.95 0.98 2/64 23403
/proc/meminfo: memFree=1702648/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1774248 CPUtime=0.01
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 2595 0 1 0 0 1 0 0 18 0 4 0 110971079 1816829952 2343 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 443562 2343 422 9 0 441576 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1774248

[startup+0.102823 s]
/proc/loadavg: 0.92 0.95 0.98 2/64 23403
/proc/meminfo: memFree=1702648/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1777708 CPUtime=0.06
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 3779 0 1 0 4 2 0 0 18 0 7 0 110971079 1820372992 3521 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 444427 3521 1086 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.301856 s]
/proc/loadavg: 0.92 0.95 0.98 2/64 23403
/proc/meminfo: memFree=1702648/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1781960 CPUtime=0.26
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 5084 0 1 0 23 3 0 0 18 0 12 0 110971079 1824727040 4822 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 445490 4822 1264 9 0 443101 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 1781960

[startup+0.702935 s]
/proc/loadavg: 0.92 0.95 0.98 2/64 23403
/proc/meminfo: memFree=1702648/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1783328 CPUtime=0.85
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 7216 0 1 0 81 4 0 0 18 0 12 0 110971079 1826127872 6694 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 445832 6694 1297 9 0 443443 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 1783328

[startup+1.50109 s]
/proc/loadavg: 0.92 0.95 0.98 5/76 23415
/proc/meminfo: memFree=1673240/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1785376 CPUtime=2
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 19711 0 1 0 189 11 0 0 18 0 12 0 110971079 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 446344 16984 1301 9 0 443955 0
[pid=23403/tid=23405] ppid=23401 vsize=1785376 CPUtime=1.09
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 15071 0 1 0 100 9 0 0 19 0 12 0 110971081 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478063 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 110971082 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 110971082 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 110971085 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 110971085 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 110971085 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110971091 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1785376 CPUtime=0.49
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 2733 0 0 0 48 1 0 0 16 0 12 0 110971091 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1785376 CPUtime=0.4
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 1187 0 0 0 40 0 0 0 16 0 12 0 110971091 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 110971091 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1785376 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110971091 1828225024 16984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 1785376

[startup+3.10139 s]
/proc/loadavg: 0.93 0.95 0.98 3/76 23415
/proc/meminfo: memFree=1569752/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1785744 CPUtime=3.66
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 44443 0 1 0 343 23 0 0 18 0 12 0 110971079 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 446436 41664 1310 9 0 444047 0
[pid=23403/tid=23405] ppid=23401 vsize=1785744 CPUtime=2.63
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 37675 0 1 0 244 19 0 0 23 0 12 0 110971081 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343233 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1785744 CPUtime=0.04
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 1093 0 0 0 4 0 0 0 16 0 12 0 110971082 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1785744 CPUtime=0.05
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 1031 0 0 0 5 0 0 0 17 0 12 0 110971082 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1785744 CPUtime=0
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 110971085 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1785744 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 110971085 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1785744 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110971085 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1785744 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110971091 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1785744 CPUtime=0.49
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 2733 0 0 0 48 1 0 0 16 0 12 0 110971091 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1785744 CPUtime=0.4
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 1187 0 0 0 40 0 0 0 16 0 12 0 110971091 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1785744 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 110971091 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1785744 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110971091 1828601856 41664 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 1785744

[startup+6.30199 s]
/proc/loadavg: 0.93 0.95 0.98 3/76 23415
/proc/meminfo: memFree=1514328/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1787988 CPUtime=7.16
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 54362 0 1 0 689 27 0 0 18 0 12 0 110971079 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 446997 51009 1310 9 0 444608 0
[pid=23403/tid=23405] ppid=23401 vsize=1787988 CPUtime=5.51
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 37679 0 1 0 531 20 0 0 25 0 12 0 110971081 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478413 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1787988 CPUtime=0.36
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 6159 0 0 0 33 3 0 0 16 0 12 0 110971082 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1787988 CPUtime=0.36
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 5874 0 0 0 35 1 0 0 16 0 12 0 110971082 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1787988 CPUtime=0
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 110971085 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1787988 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 110971085 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1787988 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 110971085 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1787988 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 110971091 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1787988 CPUtime=0.49
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 2733 0 0 0 48 1 0 0 16 0 12 0 110971091 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1787988 CPUtime=0.4
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 1187 0 0 0 40 0 0 0 16 0 12 0 110971091 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1787988 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 12 0 110971091 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1787988 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 110971091 1830899712 51009 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.16
Current children cumulated vsize (KiB) 1787988

[startup+12.7012 s]
/proc/loadavg: 0.93 0.96 0.98 2/77 23416
/proc/meminfo: memFree=1449888/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1790616 CPUtime=15.18
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 71254 0 1 0 1482 36 0 0 18 0 13 0 110971079 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 447654 64182 1326 9 0 445265 0
[pid=23403/tid=23405] ppid=23401 vsize=1790616 CPUtime=10.64
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 37729 0 1 0 1044 20 0 0 25 0 13 0 110971081 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109831722 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1790616 CPUtime=1.36
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 12706 0 0 0 130 6 0 0 16 0 13 0 110971082 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1790616 CPUtime=1.36
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 14640 0 0 0 131 5 0 0 16 0 13 0 110971082 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110971091 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1790616 CPUtime=1.01
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 3731 0 0 0 100 1 0 0 16 0 13 0 110971091 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1790616 CPUtime=0.74
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 1711 0 0 0 74 0 0 0 16 0 13 0 110971091 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110971091 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110971091 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23416] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23416/stat : 23416 (java) S 23401 23403 22705 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110972144 1833590784 64182 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 1790616

[startup+25.5028 s]
/proc/loadavg: 1.01 0.97 0.99 2/77 23416
/proc/meminfo: memFree=1496992/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1790616 CPUtime=28.24
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 72386 0 1 0 2786 38 0 0 18 0 13 0 110971079 1833590784 52548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 447654 52548 1326 9 0 445265 0
[pid=23403/tid=23405] ppid=23401 vsize=1790616 CPUtime=23.18
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 37753 0 1 0 2298 20 0 0 18 0 13 0 110971081 1833590784 52548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109812556 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1790616 CPUtime=1.45
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 12796 0 0 0 139 6 0 0 16 0 13 0 110971082 1833590784 52548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1790616 CPUtime=1.45
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 15093 0 0 0 139 6 0 0 16 0 13 0 110971082 1833590784 52548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1790616 CPUtime=0.01
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 41 0 0 0 0 1 0 0 16 0 13 0 110971085 1833590784 52548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 52548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 52548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23403] ppid=23401 vsize=1790616 CPUtime=1610.03
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 166950 0 1 0 160743 260 0 0 18 0 13 0 110971079 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 447654 88216 1326 9 0 445265 0
[pid=23403/tid=23405] ppid=23401 vsize=1790616 CPUtime=1583.71
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 85446 0 1 0 158320 51 0 0 24 0 13 0 110971081 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805198 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1790616 CPUtime=11.9
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 35929 0 0 0 1098 92 0 0 16 0 13 0 110971082 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1790616 CPUtime=11.75
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 38551 0 0 0 1078 97 0 0 15 0 13 0 110971082 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1790616 CPUtime=0.35
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 313 0 0 0 21 14 0 0 16 0 13 0 110971085 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110971091 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1790616 CPUtime=1.21
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 3742 0 0 0 119 2 0 0 16 0 13 0 110971091 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1790616 CPUtime=1.04
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 2247 0 0 0 104 0 0 0 16 0 13 0 110971091 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110971091 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110971091 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23416] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23416/stat : 23416 (java) S 23401 23403 22705 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110972144 1833590784 88216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1610.03
Current children cumulated vsize (KiB) 1790616

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 3/77 23614
/proc/meminfo: memFree=1337824/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1790616 CPUtime=1670.19
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 172254 0 1 0 166749 270 0 0 18 0 13 0 110971079 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 447654 92047 1326 9 0 445265 0
[pid=23403/tid=23405] ppid=23401 vsize=1790616 CPUtime=1643.06
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 88597 0 1 0 164253 53 0 0 18 0 13 0 110971081 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109831768 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1790616 CPUtime=12.3
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 37451 0 0 0 1133 97 0 0 16 0 13 0 110971082 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1790616 CPUtime=12.15
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 39175 0 0 0 1116 99 0 0 15 0 13 0 110971082 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1790616 CPUtime=0.37
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 320 0 0 0 22 15 0 0 16 0 13 0 110971085 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110971091 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1790616 CPUtime=1.21
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 3742 0 0 0 119 2 0 0 16 0 13 0 110971091 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1790616 CPUtime=1.04
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 2247 0 0 0 104 0 0 0 16 0 13 0 110971091 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110971091 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110971091 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23416] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23416/stat : 23416 (java) S 23401 23403 22705 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110972144 1833590784 92047 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1670.19
Current children cumulated vsize (KiB) 1790616

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23614
/proc/meminfo: memFree=1333856/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1790616 CPUtime=1730.35
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 174914 0 1 0 172757 278 0 0 18 0 13 0 110971079 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 447654 93005 1326 9 0 445265 0
[pid=23403/tid=23405] ppid=23401 vsize=1790616 CPUtime=1702.42
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 88770 0 1 0 170189 53 0 0 25 0 13 0 110971081 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805237 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1790616 CPUtime=12.66
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 39889 0 0 0 1162 104 0 0 16 0 13 0 110971082 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1790616 CPUtime=12.57
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 39224 0 0 0 1157 100 0 0 15 0 13 0 110971082 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1790616 CPUtime=0.38
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 320 0 0 0 23 15 0 0 16 0 13 0 110971085 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110971091 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1790616 CPUtime=1.21
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 3742 0 0 0 119 2 0 0 16 0 13 0 110971091 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1790616 CPUtime=1.04
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 2247 0 0 0 104 0 0 0 16 0 13 0 110971091 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110971091 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110971091 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23416] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23416/stat : 23416 (java) S 23401 23403 22705 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110972144 1833590784 93005 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.35
Current children cumulated vsize (KiB) 1790616

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23614
/proc/meminfo: memFree=1331488/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1790616 CPUtime=1790.55
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 177041 0 1 0 178769 286 0 0 18 0 13 0 110971079 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 447654 93575 1326 9 0 445265 0
[pid=23403/tid=23405] ppid=23401 vsize=1790616 CPUtime=1761.79
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 88868 0 1 0 176126 53 0 0 25 0 13 0 110971081 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109838815 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1790616 CPUtime=13.03
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 41895 0 0 0 1191 112 0 0 16 0 13 0 110971082 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1790616 CPUtime=13.01
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 39247 0 0 0 1201 100 0 0 16 0 13 0 110971082 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1790616 CPUtime=0.39
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 320 0 0 0 24 15 0 0 16 0 13 0 110971085 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110971091 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1790616 CPUtime=1.21
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 3742 0 0 0 119 2 0 0 16 0 13 0 110971091 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1790616 CPUtime=1.04
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 2247 0 0 0 104 0 0 0 16 0 13 0 110971091 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110971091 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110971091 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23416] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23416/stat : 23416 (java) S 23401 23403 22705 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110972144 1833590784 93575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1790.55
Current children cumulated vsize (KiB) 1790616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 23614
/proc/meminfo: memFree=1332064/2055920 swapFree=4184740/4192956
[pid=23403] ppid=23401 vsize=1790616 CPUtime=1800.08
/proc/23403/stat : 23403 (java) S 23401 23403 22705 0 -1 0 177144 0 1 0 179721 287 0 0 18 0 13 0 110971079 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23403/statm: 447654 93425 1326 9 0 445265 0
[pid=23403/tid=23405] ppid=23401 vsize=1790616 CPUtime=1771.22
/proc/23403/task/23405/stat : 23405 (java) R 23401 23403 22705 0 -1 64 88881 0 1 0 177069 53 0 0 25 0 13 0 110971081 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804904 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23406] ppid=23401 vsize=1790616 CPUtime=13.08
/proc/23403/task/23406/stat : 23406 (java) S 23401 23403 22705 0 -1 64 41985 0 0 0 1195 113 0 0 16 0 13 0 110971082 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23407] ppid=23401 vsize=1790616 CPUtime=13.07
/proc/23403/task/23407/stat : 23407 (java) S 23401 23403 22705 0 -1 64 39247 0 0 0 1207 100 0 0 15 0 13 0 110971082 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23408] ppid=23401 vsize=1790616 CPUtime=0.39
/proc/23403/task/23408/stat : 23408 (java) S 23401 23403 22705 0 -1 64 320 0 0 0 24 15 0 0 16 0 13 0 110971085 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23409] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23409/stat : 23409 (java) S 23401 23403 22705 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23410] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23410/stat : 23410 (java) S 23401 23403 22705 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 110971085 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23411] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23411/stat : 23411 (java) S 23401 23403 22705 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 110971091 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23412] ppid=23401 vsize=1790616 CPUtime=1.21
/proc/23403/task/23412/stat : 23412 (java) S 23401 23403 22705 0 -1 64 3742 0 0 0 119 2 0 0 16 0 13 0 110971091 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23413] ppid=23401 vsize=1790616 CPUtime=1.04
/proc/23403/task/23413/stat : 23413 (java) S 23401 23403 22705 0 -1 64 2247 0 0 0 104 0 0 0 16 0 13 0 110971091 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23414] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23414/stat : 23414 (java) S 23401 23403 22705 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 110971091 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23403/tid=23415] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23415/stat : 23415 (java) S 23401 23403 22705 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 110971091 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23403/tid=23416] ppid=23401 vsize=1790616 CPUtime=0
/proc/23403/task/23416/stat : 23416 (java) S 23401 23403 22705 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 110972144 1833590784 93425 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1790616

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

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

Child status: 143
Real time (s): 1791.89
CPU time (s): 1800.17
CPU user time (s): 1797.24
CPU system time (s): 2.93555
CPU usage (%): 100.462
Max. virtual memory (cumulated for all children) (KiB): 1791068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.24
system time used= 2.93555
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177164
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= 68932
involuntary context switches= 28745

runsolver used 2.22666 second user time and 4.67029 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Apr 15 09:50:15 UTC 2007

IDJOB= 352384
IDBENCH= 1971
IDSOLVER= 164
FILE ID= node59/352384-1176630614

PBS_JOBID= 4559807

Free space on /tmp= 66544 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352384-1176630614/sat4jPseudoCPClause.jar /tmp/evaluation/352384-1176630614/instance-352384-1176630614.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-352384-1176630614 -o ROOT/results/node59/solver-352384-1176630614 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/352384-1176630614/sat4jPseudoCPClause.jar /tmp/evaluation/352384-1176630614/instance-352384-1176630614.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  54ffab8e8a4cb46f5f9473284ad05d3b

RANDOM SEED= 296691260

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.268
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.268
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:       1703120 kB
Buffers:         39164 kB
Cached:         213464 kB
SwapCached:       2712 kB
Active:          83460 kB
Inactive:       180084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703120 kB
SwapTotal:     4192956 kB
SwapFree:      4184740 kB
Dirty:           20404 kB
Writeback:           0 kB
Mapped:          17188 kB
Slab:            75244 kB
Committed_AS:  1059820 kB
PageTables:       1476 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= 66544 MiB

End job on node59 on Sun Apr 15 10:20:09 UTC 2007