Trace number 350025

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.21 1766.32

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_4.opb
MD5SUM153ea7f27a80a18c7caefc8ed55018be
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
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 constraints10
Minimum length of a constraint1
Maximum length of a constraint40
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 1207
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3621
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.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/350025-1176744738/instance-350025-1176744738.opb
0.20/0.20	c reading problem ... 
0.20/0.25	c ... done. Wall clock time 0.048s.
0.20/0.25	c CPU time (experimental) 0.2s.
0.20/0.25	c #vars     41
0.20/0.25	c #constraints  10
1800.09/1766.21	c starts		: 2
1800.09/1766.21	c conflicts		: 49596
1800.09/1766.21	c decisions		: 55689
1800.09/1766.21	c propagations		: 285062
1800.09/1766.21	c inspects		: 843922342
1800.09/1766.21	c learnt literals	: 0
1800.09/1766.21	c learnt binary clauses	: 0
1800.09/1766.21	c learnt ternary clauses	: 0
1800.09/1766.21	c learnt clauses	: 49596
1800.09/1766.21	c root simplifications	: 0
1800.09/1766.21	c removed literals (reason simplification)	: 0
1800.09/1766.21	c reason swapping (by a shorter reason)	: 0
1800.09/1766.21	c Calls to reduceDB	: 0
1800.09/1766.21	c speed (decisions/second)	: 31.534725061411425
1800.09/1766.21	c non guided choices	18
1800.09/1766.21	s UNKNOWN
1800.09/1766.21	c Total wall clock time (ms): 1766.011

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/node34/watcher-350025-1176744738 -o ROOT/results/node34/solver-350025-1176744738 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350025-1176744738/sat4jPseudoCPClause.jar /tmp/evaluation/350025-1176744738/instance-350025-1176744738.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.98 0.99 1/77 29494
/proc/meminfo: memFree=1815880/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=152 CPUtime=0
/proc/29494/stat : 29494 (java) R 29492 29494 28673 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 122389217 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 7721764 0 0 4096 0 0 0 0 17 1 0 0
/proc/29494/statm: 38 26 19 9 0 4 0

[startup+0.0738851 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 29494
/proc/meminfo: memFree=1815880/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1778732 CPUtime=0.06
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 3740 0 1 0 4 2 0 0 18 0 7 0 122389217 1821421568 3483 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 444683 3483 1082 9 0 442319 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1778732

[startup+0.101887 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 29494
/proc/meminfo: memFree=1815880/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1781136 CPUtime=0.08
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 122389217 1823883264 3716 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 445284 3716 1122 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781136

[startup+0.301902 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 29494
/proc/meminfo: memFree=1815880/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1782756 CPUtime=0.33
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 5192 0 1 0 29 4 0 0 18 0 13 0 122389217 1825542144 4929 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 445689 4929 1270 9 0 443300 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782756

[startup+0.701943 s]
/proc/loadavg: 0.92 0.98 0.99 1/77 29494
/proc/meminfo: memFree=1815880/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1790524 CPUtime=1.03
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 8859 0 1 0 98 5 0 0 18 0 13 0 122389217 1833496576 7640 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 447631 7640 1296 9 0 445242 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1790524

[startup+1.503 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 29507
/proc/meminfo: memFree=1781152/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1796516 CPUtime=2.51
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 21336 0 1 0 241 10 0 0 18 0 13 0 122389217 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 449129 17265 1308 9 0 446740 0
[pid=29494/tid=29496] ppid=29492 vsize=1796516 CPUtime=0.75
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 13045 0 1 0 68 7 0 0 20 0 13 0 122389218 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 122389220 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 2 0 0 0 0 0 0 0 20 0 13 0 122389220 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 122389222 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 11 0 0 0 0 0 0 0 22 0 13 0 122389223 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 122389223 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1796516 CPUtime=1.01
/proc/29494/task/29503/stat : 29503 (java) R 29492 29494 28673 0 -1 64 3912 0 0 0 100 1 0 0 18 0 13 0 122389227 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103336806 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1796516 CPUtime=0.74
/proc/29494/task/29504/stat : 29504 (java) R 29492 29494 28673 0 -1 64 3652 0 0 0 73 1 0 0 17 0 13 0 122389227 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105432390 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1796516 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1839632384 17265 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1796516

[startup+3.10212 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 29507
/proc/meminfo: memFree=1696096/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1796264 CPUtime=4.45
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 49785 0 1 0 421 24 0 0 18 0 13 0 122389217 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 449066 42670 1322 9 0 446677 0
[pid=29494/tid=29496] ppid=29492 vsize=1796264 CPUtime=2.08
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 37738 0 1 0 189 19 0 0 25 0 13 0 122389218 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 320 0 0 0 0 0 0 0 16 0 13 0 122389220 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 294 0 0 0 0 0 0 0 16 0 13 0 122389220 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 122389222 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1796264 CPUtime=1.33
/proc/29494/task/29503/stat : 29503 (java) R 29492 29494 28673 0 -1 64 5573 0 0 0 131 2 0 0 16 0 13 0 122389227 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 102475554 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1796264 CPUtime=0.99
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5130 0 0 0 98 1 0 0 16 0 13 0 122389227 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1796264 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1839374336 42670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1796264

[startup+6.30238 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 29507
/proc/meminfo: memFree=1642976/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1794228 CPUtime=7.8
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 52261 0 1 0 753 27 0 0 18 0 13 0 122389217 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 448557 43220 1328 9 0 446168 0
[pid=29494/tid=29496] ppid=29492 vsize=1794228 CPUtime=5.18
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 37744 0 1 0 499 19 0 0 25 0 13 0 122389218 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109523579 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1794228 CPUtime=0.08
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 1589 0 0 0 7 1 0 0 16 0 13 0 122389220 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1794228 CPUtime=0.08
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 1470 0 0 0 7 1 0 0 16 0 13 0 122389220 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 122389222 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1794228 CPUtime=1.39
/proc/29494/task/29503/stat : 29503 (java) S 29492 29494 28673 0 -1 64 5586 0 0 0 137 2 0 0 16 0 13 0 122389227 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1794228 CPUtime=1.01
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5136 0 0 0 100 1 0 0 16 0 13 0 122389227 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1837289472 43220 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 1794228

[startup+12.7029 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 29507
/proc/meminfo: memFree=1612128/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1794228 CPUtime=14.6
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 61695 0 1 0 1429 31 0 0 18 0 13 0 122389217 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 448557 52347 1329 9 0 446168 0
[pid=29494/tid=29496] ppid=29492 vsize=1794228 CPUtime=11.43
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 40319 0 1 0 1123 20 0 0 25 0 13 0 122389218 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109691468 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1794228 CPUtime=0.21
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 5103 0 0 0 18 3 0 0 16 0 13 0 122389220 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1794228 CPUtime=0.21
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 4770 0 0 0 19 2 0 0 16 0 13 0 122389220 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 25 0 0 0 0 0 0 0 17 0 13 0 122389222 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1794228 CPUtime=1.49
/proc/29494/task/29503/stat : 29503 (java) S 29492 29494 28673 0 -1 64 5606 0 0 0 147 2 0 0 17 0 13 0 122389227 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1794228 CPUtime=1.2
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5149 0 0 0 119 1 0 0 17 0 13 0 122389227 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1837289472 52347 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1794228

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/90 29507
/proc/meminfo: memFree=1608096/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1794228 CPUtime=27.51
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 63552 0 1 0 2719 32 0 0 18 0 13 0 122389217 1837289472 52948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 448557 52948 1329 9 0 446168 0
[pid=29494/tid=29496] ppid=29492 vsize=1794228 CPUtime=24.12
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 40327 0 1 0 2392 20 0 0 25 0 13 0 122389218 1837289472 52948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109504418 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1794228 CPUtime=0.3
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 6093 0 0 0 27 3 0 0 16 0 13 0 122389220 1837289472 52948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1794228 CPUtime=0.31
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 5629 0 0 0 28 3 0 0 16 0 13 0 122389220 1837289472 52948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=29494/tid=29499] ppid=29492 vsize=1794228 CPUtime=0.17
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 70 0 0 0 11 6 0 0 15 0 13 0 122389222 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1794228 CPUtime=1.6
/proc/29494/task/29503/stat : 29503 (java) S 29492 29494 28673 0 -1 64 5616 0 0 0 158 2 0 0 16 0 13 0 122389227 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1794228 CPUtime=1.25
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5149 0 0 0 124 1 0 0 16 0 13 0 122389227 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1837289472 85637 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1570.64
Current children cumulated vsize (KiB) 1794228

[startup+1602.3 s]
/proc/loadavg: 1.22 1.09 1.02 2/90 29509
/proc/meminfo: memFree=1474144/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1794228 CPUtime=1632.13
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 114697 0 1 0 163134 79 0 0 18 0 13 0 122389217 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 448557 86309 1332 9 0 446168 0
[pid=29494/tid=29496] ppid=29492 vsize=1794228 CPUtime=1571.75
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 51700 0 1 0 157137 38 0 0 25 0 13 0 122389218 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109504676 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1794228 CPUtime=28.61
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 24862 0 0 0 2847 14 0 0 16 0 13 0 122389220 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1794228 CPUtime=28.66
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 26577 0 0 0 2852 14 0 0 16 0 13 0 122389220 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1794228 CPUtime=0.19
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 70 0 0 0 12 7 0 0 15 0 13 0 122389222 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1794228 CPUtime=1.6
/proc/29494/task/29503/stat : 29503 (java) S 29492 29494 28673 0 -1 64 5616 0 0 0 158 2 0 0 16 0 13 0 122389227 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1794228 CPUtime=1.25
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5149 0 0 0 124 1 0 0 16 0 13 0 122389227 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1837289472 86309 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1632.13
Current children cumulated vsize (KiB) 1794228

[startup+1662.3 s]
/proc/loadavg: 1.41 1.15 1.04 2/90 29509
/proc/meminfo: memFree=1471008/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1794228 CPUtime=1693.58
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 115484 0 1 0 169277 81 0 0 18 0 13 0 122389217 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 448557 87063 1332 9 0 446168 0
[pid=29494/tid=29496] ppid=29492 vsize=1794228 CPUtime=1630.26
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 51726 0 1 0 162987 39 0 0 25 0 13 0 122389218 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109490816 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1794228 CPUtime=30.08
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 25064 0 0 0 2994 14 0 0 17 0 13 0 122389220 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1794228 CPUtime=30.14
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 27136 0 0 0 2999 15 0 0 16 0 13 0 122389220 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1794228 CPUtime=0.19
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 70 0 0 0 12 7 0 0 16 0 13 0 122389222 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1794228 CPUtime=1.6
/proc/29494/task/29503/stat : 29503 (java) S 29492 29494 28673 0 -1 64 5616 0 0 0 158 2 0 0 16 0 13 0 122389227 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1794228 CPUtime=1.25
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5149 0 0 0 124 1 0 0 16 0 13 0 122389227 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1837289472 87063 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1693.58
Current children cumulated vsize (KiB) 1794228

[startup+1722.3 s]
/proc/loadavg: 1.15 1.12 1.04 2/90 29509
/proc/meminfo: memFree=1468448/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1794228 CPUtime=1755.11
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 116193 0 1 0 175429 82 0 0 18 0 13 0 122389217 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 448557 87710 1332 9 0 446168 0
[pid=29494/tid=29496] ppid=29492 vsize=1794228 CPUtime=1688.64
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 51753 0 1 0 168825 39 0 0 25 0 13 0 122389218 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109504426 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1794228 CPUtime=31.65
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 25366 0 0 0 3151 14 0 0 16 0 13 0 122389220 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1794228 CPUtime=31.7
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 27516 0 0 0 3155 15 0 0 17 0 13 0 122389220 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1794228 CPUtime=0.2
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 70 0 0 0 12 8 0 0 16 0 13 0 122389222 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1794228 CPUtime=1.6
/proc/29494/task/29503/stat : 29503 (java) S 29492 29494 28673 0 -1 64 5616 0 0 0 158 2 0 0 16 0 13 0 122389227 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1794228 CPUtime=1.25
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5149 0 0 0 124 1 0 0 16 0 13 0 122389227 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1837289472 87710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1755.11
Current children cumulated vsize (KiB) 1794228



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1766.2 s]
/proc/loadavg: 1.07 1.10 1.03 2/96 29679
/proc/meminfo: memFree=1464864/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=1794228 CPUtime=1800.09
/proc/29494/stat : 29494 (java) S 29492 29494 28673 0 -1 0 116775 0 1 0 179924 85 0 0 18 0 13 0 122389217 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29494/statm: 448557 88250 1332 9 0 446168 0
[pid=29494/tid=29496] ppid=29492 vsize=1794228 CPUtime=1731.27
/proc/29494/task/29496/stat : 29496 (java) R 29492 29494 28673 0 -1 64 51773 0 1 0 173086 41 0 0 19 0 13 0 122389218 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109513241 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29497] ppid=29492 vsize=1794228 CPUtime=32.83
/proc/29494/task/29497/stat : 29497 (java) S 29492 29494 28673 0 -1 64 25717 0 0 0 3268 15 0 0 16 0 13 0 122389220 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29498] ppid=29492 vsize=1794228 CPUtime=32.87
/proc/29494/task/29498/stat : 29498 (java) S 29492 29494 28673 0 -1 64 27727 0 0 0 3272 15 0 0 17 0 13 0 122389220 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29499] ppid=29492 vsize=1794228 CPUtime=0.21
/proc/29494/task/29499/stat : 29499 (java) S 29492 29494 28673 0 -1 64 70 0 0 0 13 8 0 0 15 0 13 0 122389222 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29500] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29500/stat : 29500 (java) S 29492 29494 28673 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29501] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29501/stat : 29501 (java) S 29492 29494 28673 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 122389223 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29502] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29502/stat : 29502 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 122389227 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29503] ppid=29492 vsize=1794228 CPUtime=1.6
/proc/29494/task/29503/stat : 29503 (java) S 29492 29494 28673 0 -1 64 5616 0 0 0 158 2 0 0 16 0 13 0 122389227 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29504] ppid=29492 vsize=1794228 CPUtime=1.25
/proc/29494/task/29504/stat : 29504 (java) S 29492 29494 28673 0 -1 64 5149 0 0 0 124 1 0 0 16 0 13 0 122389227 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29505] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29505/stat : 29505 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 122389227 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29494/tid=29506] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29506/stat : 29506 (java) S 29492 29494 28673 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 122389227 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29494/tid=29507] ppid=29492 vsize=1794228 CPUtime=0
/proc/29494/task/29507/stat : 29507 (java) S 29492 29494 28673 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 122389243 1837289472 88250 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1794228

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

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

[startup+1766.32 s]
/proc/loadavg: 1.07 1.10 1.03 2/96 29679
/proc/meminfo: memFree=1464864/2055920 swapFree=4161272/4192956
[pid=29494] ppid=29492 vsize=0 CPUtime=1800.2
/proc/29494/stat : 29494 (java) Z 29492 29494 28673 0 -1 1036 116795 0 1 0 179930 90 0 0 16 0 2 0 122389217 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29494/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1766.32
CPU time (s): 1800.21
CPU user time (s): 1799.3
CPU system time (s): 0.909861
CPU usage (%): 101.919
Max. virtual memory (cumulated for all children) (KiB): 1798084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.3
system time used= 0.909861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116795
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= 43360
involuntary context switches= 59275

runsolver used 1.76173 second user time and 4.76828 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Mon Apr 16 17:32:18 UTC 2007

IDJOB= 350025
IDBENCH= 2929
IDSOLVER= 164
FILE ID= node34/350025-1176744738

PBS_JOBID= 4559549

Free space on /tmp= 66504 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_5_40_4.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350025-1176744738/sat4jPseudoCPClause.jar /tmp/evaluation/350025-1176744738/instance-350025-1176744738.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-350025-1176744738 -o ROOT/results/node34/solver-350025-1176744738 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350025-1176744738/sat4jPseudoCPClause.jar /tmp/evaluation/350025-1176744738/instance-350025-1176744738.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  153ea7f27a80a18c7caefc8ed55018be

RANDOM SEED= 278753477

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1816288 kB
Buffers:         24108 kB
Cached:          56744 kB
SwapCached:       2720 kB
Active:          63308 kB
Inactive:       126652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1816288 kB
SwapTotal:     4192956 kB
SwapFree:      4161272 kB
Dirty:            3600 kB
Writeback:           0 kB
Mapped:         123264 kB
Slab:            34980 kB
Committed_AS:   447636 kB
PageTables:       1980 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= 66504 MiB

End job on node34 on Mon Apr 16 18:01:46 UTC 2007