Trace number 366820

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.11 1763.28

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark14.6178
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.19/0.21	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c Simplify asserted PB constraints to clauses
0.19/0.21	c solving /tmp/evaluation/366820-1177067061/instance-366820-1177067061.opb
0.19/0.21	c reading problem ... 
0.19/0.24	c ... done. Wall clock time 0.035s.
0.19/0.24	c CPU time (experimental) 0.19s.
0.19/0.24	c #vars     31
0.19/0.24	c #constraints  8
1800.03/1763.22	c starts		: 2
1800.03/1763.22	c conflicts		: 54536
1800.03/1763.22	c decisions		: 60073
1800.03/1763.22	c propagations		: 303055
1800.03/1763.22	c inspects		: 914503024
1800.03/1763.22	c learnt literals	: 0
1800.03/1763.22	c learnt binary clauses	: 0
1800.03/1763.22	c learnt ternary clauses	: 0
1800.03/1763.22	c learnt clauses	: 54536
1800.03/1763.22	c root simplifications	: 0
1800.03/1763.22	c removed literals (reason simplification)	: 0
1800.03/1763.22	c reason swapping (by a shorter reason)	: 0
1800.03/1763.22	c Calls to reduceDB	: 0
1800.03/1763.22	c speed (decisions/second)	: 34.074865667104
1800.03/1763.22	c non guided choices	12
1800.03/1763.22	s UNKNOWN
1800.03/1763.22	c Total wall clock time (ms): 1763.01

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 311
/proc/meminfo: memFree=1730720/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=152 CPUtime=0
/proc/311/stat : 311 (java) R 309 311 32145 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 182695667 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10515236 0 0 4096 0 0 0 0 17 1 0 0
/proc/311/statm: 38 26 19 9 0 4 0

[startup+0.0174909 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 311
/proc/meminfo: memFree=1730720/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=12652 CPUtime=0
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 878 0 1 0 0 0 0 0 18 0 2 0 182695667 12955648 635 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 3163 635 311 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12652

[startup+0.101502 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 311
/proc/meminfo: memFree=1730720/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1781136 CPUtime=0.08
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 3983 0 1 0 6 2 0 0 18 0 12 0 182695667 1823883264 3725 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 445284 3725 1123 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781136

[startup+0.301518 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 311
/proc/meminfo: memFree=1730720/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1782748 CPUtime=0.31
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 5178 0 1 0 28 3 0 0 18 0 13 0 182695667 1825533952 4914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 445687 4914 1265 9 0 443298 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782748

[startup+0.701557 s]
/proc/loadavg: 1.00 1.00 0.99 3/64 311
/proc/meminfo: memFree=1730720/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1790772 CPUtime=1.04
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 9079 0 1 0 99 5 0 0 18 0 13 0 182695667 1833750528 7973 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 447693 7973 1299 9 0 445304 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 1790772

[startup+1.50263 s]
/proc/loadavg: 1.00 1.00 0.99 4/77 324
/proc/meminfo: memFree=1691256/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1807304 CPUtime=2.62
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 28865 0 1 0 249 13 0 0 18 0 13 0 182695667 1850679296 23405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 451826 23407 1308 9 0 449437 0
[pid=311/tid=313] ppid=309 vsize=1807304 CPUtime=0.97
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 16855 0 1 0 89 8 0 0 18 0 13 0 182695669 1850679296 23408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109497735 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 182695670 1850679296 23409 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 182695670 1850679296 23410 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 182695673 1850679296 23412 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 11 0 0 0 0 0 0 0 20 0 13 0 182695673 1850679296 23413 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 182695673 1850679296 23414 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1850679296 23415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1807304 CPUtime=0.68
/proc/311/task/320/stat : 320 (java) R 309 311 32145 0 -1 64 5592 0 0 0 66 2 0 0 19 0 13 0 182695677 1850679296 23417 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103318311 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1807304 CPUtime=0.94
/proc/311/task/321/stat : 321 (java) R 309 311 32145 0 -1 64 5694 0 0 0 92 2 0 0 18 0 13 0 182695677 1850679296 23418 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336048 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1850679296 23420 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1850679296 23421 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=324] ppid=309 vsize=1807304 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1850679296 23423 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 1807304

[startup+3.10178 s]
/proc/loadavg: 1.00 1.00 0.99 4/77 324
/proc/meminfo: memFree=1618232/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1805056 CPUtime=4.93
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 54926 0 1 0 468 25 0 0 18 0 13 0 182695667 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 451264 44784 1322 9 0 448875 0
[pid=311/tid=313] ppid=309 vsize=1805056 CPUtime=2.14
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 37738 0 1 0 197 17 0 0 21 0 13 0 182695669 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647713 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=314] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 300 0 0 0 0 0 0 0 16 0 13 0 182695670 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1805056 CPUtime=0.01
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 278 0 0 0 1 0 0 0 16 0 13 0 182695670 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 182695673 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1805056 CPUtime=1.18
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 7449 0 0 0 116 2 0 0 16 0 13 0 182695677 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=321] ppid=309 vsize=1805056 CPUtime=1.54
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8431 0 0 0 151 3 0 0 17 0 13 0 182695677 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=324] ppid=309 vsize=1805056 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1848377344 44784 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 1805056

[startup+6.30206 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 324
/proc/meminfo: memFree=1550712/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1802644 CPUtime=8.23
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 57039 0 1 0 797 26 0 0 18 0 13 0 182695667 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 450661 45114 1328 9 0 448272 0
[pid=311/tid=313] ppid=309 vsize=1802644 CPUtime=5.25
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 37744 0 1 0 507 18 0 0 23 0 13 0 182695669 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109504254 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1802644 CPUtime=0.07
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 1381 0 0 0 7 0 0 0 16 0 13 0 182695670 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1802644 CPUtime=0.07
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 1282 0 0 0 7 0 0 0 16 0 13 0 182695670 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1802644 CPUtime=1.22
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 7466 0 0 0 120 2 0 0 16 0 13 0 182695677 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1802644 CPUtime=1.56
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8431 0 0 0 153 3 0 0 15 0 13 0 182695677 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=324] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1845907456 45114 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 1802644

[startup+12.7016 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 324
/proc/meminfo: memFree=1518520/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1802644 CPUtime=14.79
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 66633 0 1 0 1449 30 0 0 18 0 13 0 182695667 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 450661 54396 1328 9 0 448272 0
[pid=311/tid=313] ppid=309 vsize=1802644 CPUtime=11.54
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 41669 0 1 0 1135 19 0 0 25 0 13 0 182695669 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494815 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1802644 CPUtime=0.18
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 4276 0 0 0 16 2 0 0 16 0 13 0 182695670 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1802644 CPUtime=0.17
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 4019 0 0 0 16 1 0 0 16 0 13 0 182695670 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 24 0 0 0 0 0 0 0 17 0 13 0 182695673 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=317] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1802644 CPUtime=1.26
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 7481 0 0 0 124 2 0 0 17 0 13 0 182695677 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1802644 CPUtime=1.58
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8441 0 0 0 155 3 0 0 17 0 13 0 182695677 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=324] ppid=309 vsize=1802644 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1845907456 54396 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 1802644

[startup+25.5028 s]
/proc/loadavg: 1.00 1.00 0.99 2/77 324
/proc/meminfo: memFree=1527352/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1799724 CPUtime=27.71
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 67862 0 1 0 2740 31 0 0 18 0 13 0 182695667 1842917376 51842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 449931 51842 1329 9 0 447542 0
[pid=311/tid=313] ppid=309 vsize=1799724 CPUtime=24.24
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 41678 0 1 0 2405 19 0 0 25 0 13 0 182695669 1842917376 51842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109497768 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1799724 CPUtime=0.27
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 4990 0 0 0 25 2 0 0 16 0 13 0 182695670 1842917376 51842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1799724 CPUtime=0.26
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 4524 0 0 0 25 1 0 0 16 0 13 0 182695670 1842917376 51842 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=311] ppid=309 vsize=1799724 CPUtime=1572.77
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 114281 0 1 0 157212 65 0 0 18 0 13 0 182695667 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 449931 80893 1332 9 0 447542 0
[pid=311/tid=313] ppid=309 vsize=1799724 CPUtime=1511.34
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 59041 0 1 0 151105 29 0 0 25 0 13 0 182695669 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109495089 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1799724 CPUtime=29.04
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 17915 0 0 0 2894 10 0 0 16 0 13 0 182695670 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1799724 CPUtime=29.13
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 19659 0 0 0 2903 10 0 0 17 0 13 0 182695670 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1799724 CPUtime=0.19
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 129 0 0 0 11 8 0 0 16 0 13 0 182695673 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1799724 CPUtime=1.38
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 8372 0 0 0 135 3 0 0 16 0 13 0 182695677 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1799724 CPUtime=1.63
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8442 0 0 0 160 3 0 0 16 0 13 0 182695677 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=324] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1842917376 80893 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1572.77
Current children cumulated vsize (KiB) 1799724

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 324
/proc/meminfo: memFree=1408576/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1799724 CPUtime=1634.39
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 114915 0 1 0 163373 66 0 0 18 0 13 0 182695667 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 449931 81462 1332 9 0 447542 0
[pid=311/tid=313] ppid=309 vsize=1799724 CPUtime=1569.68
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 59070 0 1 0 156939 29 0 0 25 0 13 0 182695669 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506285 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1799724 CPUtime=30.67
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 18396 0 0 0 3057 10 0 0 16 0 13 0 182695670 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1799724 CPUtime=30.77
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 19782 0 0 0 3067 10 0 0 16 0 13 0 182695670 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1799724 CPUtime=0.2
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 130 0 0 0 12 8 0 0 15 0 13 0 182695673 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1799724 CPUtime=1.38
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 8372 0 0 0 135 3 0 0 16 0 13 0 182695677 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1799724 CPUtime=1.63
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8442 0 0 0 160 3 0 0 16 0 13 0 182695677 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=324] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1842917376 81462 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1634.39
Current children cumulated vsize (KiB) 1799724

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 3/77 324
/proc/meminfo: memFree=1406016/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1799724 CPUtime=1696.28
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 115566 0 1 0 169561 67 0 0 18 0 13 0 182695667 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 449931 82082 1332 9 0 447542 0
[pid=311/tid=313] ppid=309 vsize=1799724 CPUtime=1627.98
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 59099 0 1 0 162769 29 0 0 19 0 13 0 182695669 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506416 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1799724 CPUtime=32.34
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 18909 0 0 0 3224 10 0 0 17 0 13 0 182695670 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1799724 CPUtime=32.44
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 19872 0 0 0 3234 10 0 0 17 0 13 0 182695670 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=316] ppid=309 vsize=1799724 CPUtime=0.2
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 130 0 0 0 12 8 0 0 15 0 13 0 182695673 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1799724 CPUtime=1.42
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 8377 0 0 0 139 3 0 0 17 0 13 0 182695677 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1799724 CPUtime=1.84
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8456 0 0 0 181 3 0 0 18 0 13 0 182695677 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=324] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1842917376 82082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1696.28
Current children cumulated vsize (KiB) 1799724

[startup+1722.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 324
/proc/meminfo: memFree=1402432/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1799724 CPUtime=1757.95
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 116536 0 1 0 175727 68 0 0 18 0 13 0 182695667 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 449931 82960 1332 9 0 447542 0
[pid=311/tid=313] ppid=309 vsize=1799724 CPUtime=1686.29
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 59127 0 1 0 168600 29 0 0 25 0 13 0 182695669 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109647752 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1799724 CPUtime=33.99
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 19401 0 0 0 3388 11 0 0 16 0 13 0 182695670 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1799724 CPUtime=34.09
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 20322 0 0 0 3398 11 0 0 17 0 13 0 182695670 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1799724 CPUtime=0.21
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 130 0 0 0 13 8 0 0 16 0 13 0 182695673 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1799724 CPUtime=1.44
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 8377 0 0 0 141 3 0 0 17 0 13 0 182695677 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1799724 CPUtime=1.87
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8456 0 0 0 184 3 0 0 17 0 13 0 182695677 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=324] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1842917376 82960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1757.95
Current children cumulated vsize (KiB) 1799724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1763.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 324
/proc/meminfo: memFree=1400896/2055920 swapFree=4183868/4192956
[pid=311] ppid=309 vsize=1799724 CPUtime=1800.03
/proc/311/stat : 311 (java) S 309 311 32145 0 -1 0 116955 0 1 0 179934 69 0 0 18 0 13 0 182695667 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/311/statm: 449931 83355 1332 9 0 447542 0
[pid=311/tid=313] ppid=309 vsize=1799724 CPUtime=1726
/proc/311/task/313/stat : 313 (java) R 309 311 32145 0 -1 64 59147 0 1 0 172570 30 0 0 25 0 13 0 182695669 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109494552 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=314] ppid=309 vsize=1799724 CPUtime=35.17
/proc/311/task/314/stat : 314 (java) S 309 311 32145 0 -1 64 19608 0 0 0 3506 11 0 0 16 0 13 0 182695670 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=315] ppid=309 vsize=1799724 CPUtime=35.28
/proc/311/task/315/stat : 315 (java) S 309 311 32145 0 -1 64 20514 0 0 0 3517 11 0 0 17 0 13 0 182695670 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=316] ppid=309 vsize=1799724 CPUtime=0.22
/proc/311/task/316/stat : 316 (java) S 309 311 32145 0 -1 64 130 0 0 0 13 9 0 0 15 0 13 0 182695673 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=317] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/317/stat : 317 (java) S 309 311 32145 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=318] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/318/stat : 318 (java) S 309 311 32145 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 182695673 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=319] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/319/stat : 319 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 182695677 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=320] ppid=309 vsize=1799724 CPUtime=1.44
/proc/311/task/320/stat : 320 (java) S 309 311 32145 0 -1 64 8377 0 0 0 141 3 0 0 17 0 13 0 182695677 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=321] ppid=309 vsize=1799724 CPUtime=1.87
/proc/311/task/321/stat : 321 (java) S 309 311 32145 0 -1 64 8456 0 0 0 184 3 0 0 17 0 13 0 182695677 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=322] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/322/stat : 322 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 182695677 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=311/tid=323] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/323/stat : 323 (java) S 309 311 32145 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 182695677 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=311/tid=324] ppid=309 vsize=1799724 CPUtime=0
/proc/311/task/324/stat : 324 (java) S 309 311 32145 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 182695693 1842917376 83355 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1799724

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): 1763.28
CPU time (s): 1800.11
CPU user time (s): 1799.36
CPU system time (s): 0.747886
CPU usage (%): 102.089
Max. virtual memory (cumulated for all children) (KiB): 1809400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.747886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116974
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= 43695
involuntary context switches= 33439

runsolver used 1.62475 second user time and 4.81627 second system time

The end

Launcher Data (download as text)

Begin job on node68 on Fri Apr 20 11:04:21 UTC 2007

IDJOB= 366820
IDBENCH= 2907
IDSOLVER= 164
FILE ID= node68/366820-1177067061

PBS_JOBID= 4640233

Free space on /tmp= 66324 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366820-1177067061/sat4jPseudoCPClause.jar /tmp/evaluation/366820-1177067061/instance-366820-1177067061.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node68/watcher-366820-1177067061 -o ROOT/results/node68/solver-366820-1177067061 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/366820-1177067061/sat4jPseudoCPClause.jar /tmp/evaluation/366820-1177067061/instance-366820-1177067061.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  56022330ee2943e2696d570dbfee01d9

RANDOM SEED= 689426635

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node68.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1731192 kB
Buffers:         24832 kB
Cached:         237408 kB
SwapCached:       2824 kB
Active:         104296 kB
Inactive:       167888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1731192 kB
SwapTotal:     4192956 kB
SwapFree:      4183868 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          16012 kB
Slab:            38620 kB
Committed_AS:  2811552 kB
PageTables:       1384 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= 66324 MiB

End job on node68 on Fri Apr 20 11:33:47 UTC 2007