Trace number 348706

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
sat4jPseudoCP 2007-03-23? (TO) 1800.26 1752.96

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-fit2p.opb
MD5SUMea34bf390bf77663918ceca8ccc177b4
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1059
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1059
Optimality of the best value was proved NO
Number of variables293602
Total number of constraints10500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10500
Minimum length of a constraint13
Maximum length of a constraint612
Number of terms in the objective function 246163
Biggest coefficient in the objective function 130
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 748663
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 261428
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 748663
Number of bits of the biggest sum of numbers20
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.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.13	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.14	c no version file found!!!
0.08/0.14	c sun.arch.data.model	32
0.08/0.14	c java.version	1.6.0
0.08/0.14	c os.name	Linux
0.08/0.14	c os.version	2.6.9-22.EL.rootsmp
0.08/0.14	c os.arch	i386
0.08/0.14	c Free memory 1651659224
0.08/0.14	c Max memory 1654456320
0.08/0.14	c Total memory 1654456320
0.08/0.14	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
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 solving /tmp/evaluation/348706-1176594799/instance-348706-1176594799.opb
0.20/0.20	c reading problem ... 
21.16/15.30	c ... done. Wall clock time 15.101s.
21.16/15.30	c CPU time (experimental) 10.05s.
21.16/15.30	c #vars     293602
21.16/15.30	c #constraints  13500
1800.09/1752.81	c starts		: 2
1800.09/1752.81	c conflicts		: 11040
1800.09/1752.81	c decisions		: 638093
1800.09/1752.81	c propagations		: 1317712
1800.09/1752.81	c inspects		: 150038598
1800.09/1752.81	c learnt literals	: 0
1800.09/1752.81	c learnt binary clauses	: 0
1800.09/1752.81	c learnt ternary clauses	: 0
1800.09/1752.81	c learnt clauses	: 11039
1800.09/1752.81	c root simplifications	: 0
1800.09/1752.81	c removed literals (reason simplification)	: 0
1800.09/1752.81	c reason swapping (by a shorter reason)	: 0
1800.09/1752.81	c Calls to reduceDB	: 0
1800.09/1752.81	c speed (decisions/second)	: 367.4044585345462
1800.09/1752.81	c non guided choices	43017
1800.09/1752.81	s UNKNOWN
1800.09/1752.81	c Total wall clock time (ms): 1752.613

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

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


[startup+0 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 20136
/proc/meminfo: memFree=1393624/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1512 CPUtime=0
/proc/20136/stat : 20136 (java) R 20134 20136 20073 0 -1 0 64 0 0 0 0 0 0 0 18 0 1 0 135518342 1548288 47 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 2500335 0 0 4096 0 0 0 0 17 1 0 0
/proc/20136/statm: 379 51 38 9 0 9 0

[startup+0.0639099 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 20136
/proc/meminfo: memFree=1393624/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1778732 CPUtime=0.05
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 3659 0 1 0 3 2 0 0 18 0 7 0 135518342 1821421568 3401 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 444683 3401 1078 9 0 442319 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1778732

[startup+0.101914 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 20136
/proc/meminfo: memFree=1393624/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1781132 CPUtime=0.08
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 3983 0 1 0 6 2 0 0 18 0 12 0 135518342 1823879168 3724 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 445283 3724 1123 9 0 442902 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1781132

[startup+0.301928 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 20136
/proc/meminfo: memFree=1393624/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1782444 CPUtime=0.32
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 7618 0 1 0 28 4 0 0 18 0 12 0 135518342 1825222656 7356 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 445611 7356 1264 9 0 443223 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1782444

[startup+0.701966 s]
/proc/loadavg: 0.78 0.95 0.98 2/77 20136
/proc/meminfo: memFree=1393624/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1784056 CPUtime=0.9
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 11859 0 1 0 84 6 0 0 18 0 12 0 135518342 1826873344 11100 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 446014 11102 1296 9 0 443626 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1784056

[startup+1.50203 s]
/proc/loadavg: 0.78 0.95 0.98 2/89 20148
/proc/meminfo: memFree=1326008/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1784056 CPUtime=1.7
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 30329 0 1 0 155 15 0 0 18 0 12 0 135518342 1826873344 29570 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 446014 29570 1296 9 0 443626 0
[pid=20136/tid=20138] ppid=20134 vsize=1784056 CPUtime=1.33
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 28202 0 1 0 119 14 0 0 25 0 12 0 135518344 1826873344 29571 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109477130 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 135518345 1826873344 29572 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 135518345 1826873344 29573 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 135518347 1826873344 29573 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 11 0 0 0 0 0 0 0 20 0 12 0 135518348 1826873344 29574 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 135518348 1826873344 29575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 135518352 1826873344 29576 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1784056 CPUtime=0.21
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 1094 0 0 0 21 0 0 0 17 0 12 0 135518352 1826873344 29577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1784056 CPUtime=0.14
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 315 0 0 0 14 0 0 0 16 0 12 0 135518352 1826873344 29578 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 135518352 1826873344 29579 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1784056 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) R 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135518352 1826873344 29579 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1784056

[startup+3.10119 s]
/proc/loadavg: 0.78 0.95 0.98 3/89 20148
/proc/meminfo: memFree=1251576/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1794876 CPUtime=4.51
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 56763 0 1 0 425 26 0 0 18 0 12 0 135518342 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 448719 50196 1319 9 0 446331 0
[pid=20136/tid=20138] ppid=20134 vsize=1794876 CPUtime=2.29
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 37670 0 1 0 211 18 0 0 25 0 12 0 135518344 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109628651 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1794876 CPUtime=0.16
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 4546 0 0 0 15 1 0 0 18 0 12 0 135518345 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1794876 CPUtime=0.21
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 4567 0 0 0 20 1 0 0 18 0 12 0 135518345 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1794876 CPUtime=0
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 135518347 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1794876 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 135518348 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1794876 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135518348 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1794876 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 135518352 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1794876 CPUtime=1.22
/proc/20136/task/20145/stat : 20145 (java) R 20134 20136 20073 0 -1 64 6589 0 0 0 120 2 0 0 22 0 12 0 135518352 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103336811 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1794876 CPUtime=0.58
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 2665 0 0 0 57 1 0 0 16 0 12 0 135518352 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1794876 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 135518352 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1794876 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135518352 1837953024 50196 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 1794876

[startup+6.30247 s]
/proc/loadavg: 0.96 0.99 0.99 2/89 20148
/proc/meminfo: memFree=1124472/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1793632 CPUtime=8.88
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 85066 0 1 0 846 42 0 0 18 0 12 0 135518342 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 448408 73564 1324 9 0 446020 0
[pid=20136/tid=20138] ppid=20134 vsize=1793632 CPUtime=4.5
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 37679 0 1 0 430 20 0 0 17 0 12 0 135518344 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109622779 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1793632 CPUtime=1.13
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 17744 0 0 0 105 8 0 0 16 0 12 0 135518345 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1793632 CPUtime=1.16
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 18785 0 0 0 108 8 0 0 20 0 12 0 135518345 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1793632 CPUtime=0
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 135518347 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1793632 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 135518348 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1793632 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135518348 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1793632 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 135518352 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1793632 CPUtime=1.42
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 7433 0 0 0 140 2 0 0 16 0 12 0 135518352 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1793632 CPUtime=0.62
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 2699 0 0 0 61 1 0 0 17 0 12 0 135518352 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1793632 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 135518352 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1793632 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135518352 1836679168 73564 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 1793632

[startup+12.7011 s]
/proc/loadavg: 0.96 0.99 0.99 3/89 20148
/proc/meminfo: memFree=995208/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1793248 CPUtime=17.91
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 124809 0 1 0 1728 63 0 0 18 0 12 0 135518342 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 448312 106068 1324 9 0 445924 0
[pid=20136/tid=20138] ppid=20134 vsize=1793248 CPUtime=8.2
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 37688 0 1 0 799 21 0 0 16 0 12 0 135518344 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109695060 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1793248 CPUtime=3.72
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 40048 0 0 0 352 20 0 0 17 0 12 0 135518345 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1793248 CPUtime=3.73
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 36195 0 0 0 357 16 0 0 18 0 12 0 135518345 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1793248 CPUtime=0
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 135518347 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1793248 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 135518348 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1793248 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 135518348 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1793248 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 135518352 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1793248 CPUtime=1.51
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 7442 0 0 0 149 2 0 0 17 0 12 0 135518352 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1793248 CPUtime=0.69
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 2710 0 0 0 68 1 0 0 15 0 12 0 135518352 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1793248 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 135518352 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1793248 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 135518352 1836285952 106068 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.91
Current children cumulated vsize (KiB) 1793248

[startup+25.5022 s]
/proc/loadavg: 1.04 1.00 1.00 2/90 20149
/proc/meminfo: memFree=897728/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1791244 CPUtime=32.37
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 150203 0 1 0 3160 77 0 0 18 0 13 0 135518342 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 447811 124995 1334 9 0 445423 0
[pid=20136/tid=20138] ppid=20134 vsize=1791244 CPUtime=19.66
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 37738 0 1 0 1944 22 0 0 23 0 13 0 135518344 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109611170 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1791244 CPUtime=4.81
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 52163 0 0 0 454 27 0 0 17 0 13 0 135518345 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1791244 CPUtime=4.85
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 48899 0 0 0 463 22 0 0 16 0 13 0 135518345 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1791244 CPUtime=0
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 135518347 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1791244 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 135518348 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1791244 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135518348 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1791244 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135518352 1834233856 124995 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20136/tid=20141] ppid=20134 vsize=1794316 CPUtime=0.27
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 54 0 0 0 17 10 0 0 16 0 13 0 135518347 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135518352 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1794316 CPUtime=2.35
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 7550 0 0 0 233 2 0 0 17 0 13 0 135518352 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1794316 CPUtime=2.04
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 6356 0 0 0 202 2 0 0 16 0 13 0 135518352 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 135518352 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135518352 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20149] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20149/stat : 20149 (java) S 20134 20136 20073 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 135519957 1837379584 213375 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1581.13
Current children cumulated vsize (KiB) 1794316

[startup+1602.3 s]
/proc/loadavg: 1.07 1.02 1.00 2/90 20351
/proc/meminfo: memFree=525952/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1794316 CPUtime=1643.34
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 267297 0 1 0 164179 155 0 0 18 0 13 0 135518342 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 448579 217740 1334 9 0 446191 0
[pid=20136/tid=20138] ppid=20134 vsize=1794316 CPUtime=1560.89
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 45523 0 1 0 156049 40 0 0 25 0 13 0 135518344 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110060726 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1794316 CPUtime=38.86
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 106832 0 0 0 3836 50 0 0 16 0 13 0 135518345 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1794316 CPUtime=38.85
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 100258 0 0 0 3839 46 0 0 16 0 13 0 135518345 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1794316 CPUtime=0.28
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 54 0 0 0 17 11 0 0 15 0 13 0 135518347 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135518352 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1794316 CPUtime=2.35
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 7550 0 0 0 233 2 0 0 17 0 13 0 135518352 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1794316 CPUtime=2.04
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 6356 0 0 0 202 2 0 0 16 0 13 0 135518352 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 135518352 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135518352 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20149] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20149/stat : 20149 (java) S 20134 20136 20073 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 135519957 1837379584 217740 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1643.34
Current children cumulated vsize (KiB) 1794316

[startup+1662.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/90 20351
/proc/meminfo: memFree=501760/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1794316 CPUtime=1705.75
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 274032 0 1 0 170416 159 0 0 18 0 13 0 135518342 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 448579 223768 1334 9 0 446191 0
[pid=20136/tid=20138] ppid=20134 vsize=1794316 CPUtime=1618.34
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 45577 0 1 0 161793 41 0 0 25 0 13 0 135518344 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109611369 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1794316 CPUtime=41.36
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 109496 0 0 0 4084 52 0 0 16 0 13 0 135518345 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1794316 CPUtime=41.31
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 104275 0 0 0 4084 47 0 0 16 0 13 0 135518345 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1794316 CPUtime=0.29
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 54 0 0 0 18 11 0 0 16 0 13 0 135518347 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135518352 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1794316 CPUtime=2.35
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 7550 0 0 0 233 2 0 0 17 0 13 0 135518352 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1794316 CPUtime=2.04
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 6356 0 0 0 202 2 0 0 16 0 13 0 135518352 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 135518352 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135518352 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20149] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20149/stat : 20149 (java) S 20134 20136 20073 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 135519957 1837379584 223768 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1705.75
Current children cumulated vsize (KiB) 1794316

[startup+1722.3 s]
/proc/loadavg: 1.09 1.04 1.00 2/90 20351
/proc/meminfo: memFree=479296/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1794316 CPUtime=1768.24
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 280554 0 1 0 176660 164 0 0 18 0 13 0 135518342 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 448579 229469 1334 9 0 446191 0
[pid=20136/tid=20138] ppid=20134 vsize=1794316 CPUtime=1675.77
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 45630 0 1 0 167536 41 0 0 25 0 13 0 135518344 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110060976 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1794316 CPUtime=43.89
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 113059 0 0 0 4335 54 0 0 16 0 13 0 135518345 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1794316 CPUtime=43.83
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 107180 0 0 0 4334 49 0 0 17 0 13 0 135518345 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1794316 CPUtime=0.31
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 55 0 0 0 19 12 0 0 15 0 13 0 135518347 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135518352 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1794316 CPUtime=2.35
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 7550 0 0 0 233 2 0 0 17 0 13 0 135518352 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1794316 CPUtime=2.04
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 6356 0 0 0 202 2 0 0 16 0 13 0 135518352 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 135518352 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135518352 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20149] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20149/stat : 20149 (java) S 20134 20136 20073 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 135519957 1837379584 229469 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.24
Current children cumulated vsize (KiB) 1794316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1752.8 s]
/proc/loadavg: 1.13 1.05 1.01 2/90 20351
/proc/meminfo: memFree=469504/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=1794316 CPUtime=1800.09
/proc/20136/stat : 20136 (java) S 20134 20136 20073 0 -1 0 283155 0 1 0 179844 165 0 0 18 0 13 0 135518342 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 448579 231815 1334 9 0 446191 0
[pid=20136/tid=20138] ppid=20134 vsize=1794316 CPUtime=1704.88
/proc/20136/task/20138/stat : 20138 (java) R 20134 20136 20073 0 -1 64 45657 0 1 0 170447 41 0 0 18 0 13 0 135518344 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109688629 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20139] ppid=20134 vsize=1794316 CPUtime=45.25
/proc/20136/task/20139/stat : 20139 (java) S 20134 20136 20073 0 -1 64 114162 0 0 0 4471 54 0 0 16 0 13 0 135518345 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20140] ppid=20134 vsize=1794316 CPUtime=45.18
/proc/20136/task/20140/stat : 20140 (java) S 20134 20136 20073 0 -1 64 108651 0 0 0 4469 49 0 0 16 0 13 0 135518345 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20141] ppid=20134 vsize=1794316 CPUtime=0.32
/proc/20136/task/20141/stat : 20141 (java) S 20134 20136 20073 0 -1 64 55 0 0 0 20 12 0 0 15 0 13 0 135518347 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20142] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20142/stat : 20142 (java) S 20134 20136 20073 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20143] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20143/stat : 20143 (java) S 20134 20136 20073 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 135518348 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20144] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20144/stat : 20144 (java) S 20134 20136 20073 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 135518352 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20145] ppid=20134 vsize=1794316 CPUtime=2.35
/proc/20136/task/20145/stat : 20145 (java) S 20134 20136 20073 0 -1 64 7550 0 0 0 233 2 0 0 17 0 13 0 135518352 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20146] ppid=20134 vsize=1794316 CPUtime=2.04
/proc/20136/task/20146/stat : 20146 (java) S 20134 20136 20073 0 -1 64 6356 0 0 0 202 2 0 0 16 0 13 0 135518352 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20147] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20147/stat : 20147 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 23 0 13 0 135518352 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20136/tid=20148] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20148/stat : 20148 (java) S 20134 20136 20073 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 135518352 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20136/tid=20149] ppid=20134 vsize=1794316 CPUtime=0
/proc/20136/task/20149/stat : 20149 (java) S 20134 20136 20073 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 135519957 1837379584 231815 18446744073709551615 134512640 134550740 4294956464 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) 1794316

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

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

[startup+1752.91 s]
/proc/loadavg: 1.13 1.05 1.01 2/90 20351
/proc/meminfo: memFree=469504/2055920 swapFree=4172008/4192956
[pid=20136] ppid=20134 vsize=0 CPUtime=1800.21
/proc/20136/stat : 20136 (java) Z 20134 20136 20073 0 -1 1036 283174 0 1 0 179846 175 0 0 16 0 2 0 135518342 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20136/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1752.96
CPU time (s): 1800.26
CPU user time (s): 1798.46
CPU system time (s): 1.79673
CPU usage (%): 102.698
Max. virtual memory (cumulated for all children) (KiB): 1795456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.46
system time used= 1.79673
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 283174
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= 48622
involuntary context switches= 38510

runsolver used 1.70574 second user time and 4.83326 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Apr 14 23:53:19 UTC 2007

IDJOB= 348706
IDBENCH= 1720
IDSOLVER= 160
FILE ID= node72/348706-1176594799

PBS_JOBID= 4557003

Free space on /tmp= 66542 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-fit2p.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348706-1176594799/sat4jPseudoCP.jar /tmp/evaluation/348706-1176594799/instance-348706-1176594799.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-348706-1176594799 -o ROOT/results/node72/solver-348706-1176594799 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348706-1176594799/sat4jPseudoCP.jar /tmp/evaluation/348706-1176594799/instance-348706-1176594799.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ea34bf390bf77663918ceca8ccc177b4

RANDOM SEED= 225098876

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.222
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:       1394032 kB
Buffers:         64940 kB
Cached:         459460 kB
SwapCached:       2396 kB
Active:         198260 kB
Inactive:       349436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1394032 kB
SwapTotal:     4192956 kB
SwapFree:      4172008 kB
Dirty:           23032 kB
Writeback:           0 kB
Mapped:          38196 kB
Slab:            99728 kB
Committed_AS:  1911412 kB
PageTables:       1788 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= 66542 MiB

End job on node72 on Sun Apr 15 00:22:34 UTC 2007