Trace number 354349

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.15 1798.42

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-mas74.opb
MD5SUMd879f5802b2059e72ece8e718d439f85
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark91750400640
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 52428797515
Optimality of the best value was proved NO
Number of variables240
Total number of constraints14
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints13
Minimum length of a constraint90
Maximum length of a constraint239
Number of terms in the objective function 240
Biggest coefficient in the objective function 1934281311383406679529881600000
Number of bits for the biggest coefficient in the objective function 101
Sum of the numbers in the objective function 3868562622766813359059763201675
Number of bits of the sum of numbers in the objective function 102
Biggest number in a constraint 1208925819614629174706176000000000
Number of bits of the biggest number in a constraint 110
Biggest sum of numbers in a constraint 2417851639229258350773194212202779
Number of bits of the biggest sum of numbers111
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.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.15	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/354349-1176705912/instance-354349-1176705912.opb
0.20/0.20	c reading problem ... 
0.64/0.52	c ... done. Wall clock time 0.316s.
0.64/0.52	c CPU time (experimental) 0.38s.
0.64/0.52	c #vars     240
0.64/0.52	c #constraints  14
1800.03/1798.31	c starts		: 1
1800.03/1798.31	c conflicts		: 88
1800.03/1798.31	c decisions		: 2756
1800.03/1798.31	c propagations		: 4263
1800.03/1798.31	c inspects		: 53487
1800.03/1798.31	c learnt literals	: 0
1800.03/1798.31	c learnt binary clauses	: 0
1800.03/1798.31	c learnt ternary clauses	: 0
1800.03/1798.31	c learnt clauses	: 87
1800.03/1798.31	c root simplifications	: 0
1800.03/1798.31	c removed literals (reason simplification)	: 0
1800.03/1798.31	c reason swapping (by a shorter reason)	: 0
1800.03/1798.31	c Calls to reduceDB	: 0
1800.03/1798.31	c speed (decisions/second)	: 1.5330009606286863
1800.03/1798.31	c non guided choices	0
1800.03/1798.31	s UNKNOWN
1800.03/1798.31	c Total wall clock time (ms): 1798.113

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32016
/proc/meminfo: memFree=1834032/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=152 CPUtime=0
/proc/32016/stat : 32016 (java) D 32014 32016 31890 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 117965695 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 1819428 0 2147483391 4096 0 18446744072099863542 0 0 17 1 0 0
/proc/32016/statm: 38 26 19 9 0 4 0

[startup+0.0589169 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32016
/proc/meminfo: memFree=1834032/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1777708 CPUtime=0.04
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 3580 0 1 0 2 2 0 0 18 0 7 0 117965695 1820372992 3322 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 444427 3322 1069 9 0 442063 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777708

[startup+0.101922 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32016
/proc/meminfo: memFree=1834032/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1780108 CPUtime=0.08
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 117965695 1822830592 3712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301946 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32016
/proc/meminfo: memFree=1834032/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1782288 CPUtime=0.33
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 5111 0 1 0 30 3 0 0 18 0 12 0 117965695 1825062912 4846 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 445572 4846 1267 9 0 443184 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782288

[startup+0.701993 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 32016
/proc/meminfo: memFree=1834032/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792220 CPUtime=1.05
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 9244 0 1 0 99 6 0 0 18 0 13 0 117965695 1835233280 7844 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448055 7845 1306 9 0 445667 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1792220

[startup+1.50209 s]
/proc/loadavg: 1.00 1.00 1.00 3/79 32029
/proc/meminfo: memFree=1794312/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1796320 CPUtime=2.51
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 29821 0 1 0 235 16 0 0 18 0 13 0 117965695 1839431680 24561 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 449080 24565 1316 9 0 446692 0
[pid=32016/tid=32018] ppid=32014 vsize=1796320 CPUtime=0.93
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 20091 0 1 0 83 10 0 0 18 0 13 0 117965697 1839431680 24567 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109576043 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 117965698 1839431680 24569 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 117965698 1839431680 24572 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 117965701 1839431680 24575 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 117965701 1839431680 24577 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 117965701 1839431680 24580 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1839431680 24582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1796320 CPUtime=0.94
/proc/32016/task/32025/stat : 32025 (java) R 32014 32016 31890 0 -1 64 6990 0 0 0 91 3 0 0 17 0 13 0 117965705 1839431680 24585 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 103334321 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1796320 CPUtime=0.62
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 2023 0 0 0 61 1 0 0 16 0 13 0 117965705 1839431680 24588 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1839431680 24590 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1839431680 24592 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1796320 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1839431680 24595 18446744073709551615 134512640 134550740 4294956464 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) 1796320

[startup+3.10226 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32029
/proc/meminfo: memFree=1696392/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792224 CPUtime=4.72
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 50122 0 1 0 448 24 0 0 18 0 13 0 117965695 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448056 41632 1325 9 0 445668 0
[pid=32016/tid=32018] ppid=32014 vsize=1792224 CPUtime=2.28
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 37733 0 1 0 211 17 0 0 24 0 13 0 117965697 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109844085 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 177 0 0 0 0 0 0 0 16 0 13 0 117965698 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 186 0 0 0 0 0 0 0 16 0 13 0 117965698 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792224 CPUtime=1.3
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7782 0 0 0 126 4 0 0 16 0 13 0 117965705 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792224 CPUtime=1.09
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3515 0 0 0 108 1 0 0 16 0 13 0 117965705 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792224 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835237376 41632 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1792224

[startup+6.30264 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32029
/proc/meminfo: memFree=1664968/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792132 CPUtime=8.04
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 51852 0 1 0 780 24 0 0 18 0 13 0 117965695 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448033 43268 1325 9 0 445645 0
[pid=32016/tid=32018] ppid=32014 vsize=1792132 CPUtime=5.42
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 37738 0 1 0 525 17 0 0 18 0 13 0 117965697 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109513382 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792132 CPUtime=0.02
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 1045 0 0 0 2 0 0 0 16 0 13 0 117965698 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792132 CPUtime=0.02
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 1027 0 0 0 2 0 0 0 16 0 13 0 117965698 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792132 CPUtime=0
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792132 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792132 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792132 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792132 CPUtime=1.35
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7786 0 0 0 131 4 0 0 16 0 13 0 117965705 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792132 CPUtime=1.19
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3522 0 0 0 118 1 0 0 16 0 13 0 117965705 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792132 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792132 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792132 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835143168 43268 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 1792132

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32029
/proc/meminfo: memFree=1661000/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792096 CPUtime=14.58
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 54018 0 1 0 1433 25 0 0 18 0 13 0 117965695 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448024 44255 1325 9 0 445636 0
[pid=32016/tid=32018] ppid=32014 vsize=1792096 CPUtime=11.78
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 37741 0 1 0 1161 17 0 0 25 0 13 0 117965697 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109753899 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792096 CPUtime=0.04
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 2336 0 0 0 4 0 0 0 16 0 13 0 117965698 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792096 CPUtime=0.03
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 1875 0 0 0 3 0 0 0 16 0 13 0 117965698 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792096 CPUtime=1.38
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7788 0 0 0 134 4 0 0 17 0 13 0 117965705 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792096 CPUtime=1.3
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3529 0 0 0 129 1 0 0 17 0 13 0 117965705 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 1792096

[startup+25.5019 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32029
/proc/meminfo: memFree=1661000/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792096 CPUtime=27.38
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 54018 0 1 0 2713 25 0 0 18 0 13 0 117965695 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448024 44255 1325 9 0 445636 0
[pid=32016/tid=32018] ppid=32014 vsize=1792096 CPUtime=24.58
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 37741 0 1 0 2441 17 0 0 25 0 13 0 117965697 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109600194 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792096 CPUtime=0.04
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 2336 0 0 0 4 0 0 0 16 0 13 0 117965698 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792096 CPUtime=0.03
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 1875 0 0 0 3 0 0 0 16 0 13 0 117965698 1835106304 44255 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 13998 0 0 0 20 8 0 0 16 0 13 0 117965698 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792096 CPUtime=0.04
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 35 0 0 0 1 3 0 0 16 0 13 0 117965701 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792096 CPUtime=1.42
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7788 0 0 0 138 4 0 0 16 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792096 CPUtime=1.31
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3529 0 0 0 130 1 0 0 16 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1603.93
Current children cumulated vsize (KiB) 1792096

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32229
/proc/meminfo: memFree=1697992/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792096 CPUtime=1663.91
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 79364 0 1 0 166346 45 0 0 18 0 13 0 117965695 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448024 34785 1325 9 0 445636 0
[pid=32016/tid=32018] ppid=32014 vsize=1792096 CPUtime=1660.51
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 38299 0 1 0 166032 19 0 0 25 0 13 0 117965697 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109513296 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792096 CPUtime=0.3
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 14992 0 0 0 23 7 0 0 16 0 13 0 117965698 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792096 CPUtime=0.28
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 13998 0 0 0 20 8 0 0 16 0 13 0 117965698 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792096 CPUtime=0.04
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 35 0 0 0 1 3 0 0 16 0 13 0 117965701 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792096 CPUtime=1.42
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7788 0 0 0 138 4 0 0 16 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792096 CPUtime=1.31
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3529 0 0 0 130 1 0 0 16 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835106304 34785 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1663.91
Current children cumulated vsize (KiB) 1792096

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32229
/proc/meminfo: memFree=1690312/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792096 CPUtime=1723.9
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 81294 0 1 0 172344 46 0 0 18 0 13 0 117965695 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448024 36697 1325 9 0 445636 0
[pid=32016/tid=32018] ppid=32014 vsize=1792096 CPUtime=1720.48
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 38300 0 1 0 172029 19 0 0 25 0 13 0 117965697 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109513365 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792096 CPUtime=0.31
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 15931 0 0 0 24 7 0 0 16 0 13 0 117965698 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792096 CPUtime=0.28
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 14985 0 0 0 20 8 0 0 16 0 13 0 117965698 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792096 CPUtime=0.04
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 38 0 0 0 1 3 0 0 16 0 13 0 117965701 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792096 CPUtime=1.42
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7788 0 0 0 138 4 0 0 16 0 13 0 117965705 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792096 CPUtime=1.31
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3529 0 0 0 130 1 0 0 16 0 13 0 117965705 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835106304 36697 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1723.9
Current children cumulated vsize (KiB) 1792096

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32229
/proc/meminfo: memFree=1649736/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792096 CPUtime=1783.98
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 96082 0 1 0 178344 54 0 0 18 0 13 0 117965695 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448024 46917 1325 9 0 445636 0
[pid=32016/tid=32018] ppid=32014 vsize=1792096 CPUtime=1780.34
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 43894 0 1 0 178014 20 0 0 18 0 13 0 117965697 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109533130 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792096 CPUtime=0.4
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 19821 0 0 0 31 9 0 0 15 0 13 0 117965698 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792096 CPUtime=0.39
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 20264 0 0 0 27 12 0 0 16 0 13 0 117965698 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792096 CPUtime=0.05
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 63 0 0 0 1 4 0 0 16 0 13 0 117965701 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792096 CPUtime=1.42
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7788 0 0 0 138 4 0 0 16 0 13 0 117965705 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792096 CPUtime=1.31
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3529 0 0 0 130 1 0 0 16 0 13 0 117965705 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835106304 46917 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1783.98
Current children cumulated vsize (KiB) 1792096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 32229
/proc/meminfo: memFree=1569992/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=1792096 CPUtime=1800.03
/proc/32016/stat : 32016 (java) S 32014 32016 31890 0 -1 0 116896 0 1 0 179940 63 0 0 18 0 13 0 117965695 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/32016/statm: 448024 66755 1325 9 0 445636 0
[pid=32016/tid=32018] ppid=32014 vsize=1792096 CPUtime=1796.28
/proc/32016/task/32018/stat : 32018 (java) R 32014 32016 31890 0 -1 64 57261 0 1 0 179602 26 0 0 25 0 13 0 117965697 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109513334 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32019] ppid=32014 vsize=1792096 CPUtime=0.45
/proc/32016/task/32019/stat : 32019 (java) S 32014 32016 31890 0 -1 64 23362 0 0 0 34 11 0 0 15 0 13 0 117965698 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32020] ppid=32014 vsize=1792096 CPUtime=0.45
/proc/32016/task/32020/stat : 32020 (java) S 32014 32016 31890 0 -1 64 24126 0 0 0 31 14 0 0 16 0 13 0 117965698 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32021] ppid=32014 vsize=1792096 CPUtime=0.05
/proc/32016/task/32021/stat : 32021 (java) S 32014 32016 31890 0 -1 64 107 0 0 0 1 4 0 0 16 0 13 0 117965701 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32022] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32022/stat : 32022 (java) S 32014 32016 31890 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32023] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32023/stat : 32023 (java) S 32014 32016 31890 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117965701 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32024] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32024/stat : 32024 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117965705 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32025] ppid=32014 vsize=1792096 CPUtime=1.42
/proc/32016/task/32025/stat : 32025 (java) S 32014 32016 31890 0 -1 64 7788 0 0 0 138 4 0 0 16 0 13 0 117965705 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32026] ppid=32014 vsize=1792096 CPUtime=1.31
/proc/32016/task/32026/stat : 32026 (java) S 32014 32016 31890 0 -1 64 3529 0 0 0 130 1 0 0 16 0 13 0 117965705 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32027] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32027/stat : 32027 (java) S 32014 32016 31890 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 117965705 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32016/tid=32028] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32028/stat : 32028 (java) S 32014 32016 31890 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 117965705 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=32016/tid=32029] ppid=32014 vsize=1792096 CPUtime=0
/proc/32016/task/32029/stat : 32029 (java) S 32014 32016 31890 0 -1 64 5 0 0 0 0 0 0 0 19 0 13 0 117965749 1835106304 66755 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1792096

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

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

[startup+1798.41 s]
/proc/loadavg: 1.00 1.00 1.00 1/68 32232
/proc/meminfo: memFree=1832200/2055920 swapFree=4183732/4192956
[pid=32016] ppid=32014 vsize=0 CPUtime=1800.14
/proc/32016/stat : 32016 (java) Z 32014 32016 31890 0 -1 1036 116916 0 1 0 179946 68 0 0 16 0 1 0 117965695 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/32016/statm: Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.42
CPU time (s): 1800.15
CPU user time (s): 1799.46
CPU system time (s): 0.683896
CPU usage (%): 100.096
Max. virtual memory (cumulated for all children) (KiB): 1796320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.46
system time used= 0.683896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 116916
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= 38596
involuntary context switches= 39905

runsolver used 2.11268 second user time and 4.6073 second system time

The end

Launcher Data (download as text)

Begin job on node54 on Mon Apr 16 06:45:12 UTC 2007

IDJOB= 354349
IDBENCH= 2495
IDSOLVER= 160
FILE ID= node54/354349-1176705912

PBS_JOBID= 4560051

Free space on /tmp= 66448 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d879f5802b2059e72ece8e718d439f85

RANDOM SEED= 278632750

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node54.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.234
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.234
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:       1834376 kB
Buffers:          5412 kB
Cached:         147744 kB
SwapCached:       2156 kB
Active:          37868 kB
Inactive:       125296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1834376 kB
SwapTotal:     4192956 kB
SwapFree:      4183732 kB
Dirty:            3644 kB
Writeback:           0 kB
Mapped:          16644 kB
Slab:            44244 kB
Committed_AS:  1983692 kB
PageTables:       1412 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66448 MiB

End job on node54 on Mon Apr 16 07:15:13 UTC 2007