Trace number 354404

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.12 1786.51

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-qiu.opb
MD5SUM42437a98f8f475fdcbcf3676beea9d9f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables23808
Total number of constraints1192
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 constraints1192
Minimum length of a constraint31
Maximum length of a constraint5940
Number of terms in the objective function 7968
Biggest coefficient in the objective function 9098351345664
Number of bits for the biggest coefficient in the objective function 44
Sum of the numbers in the objective function 4803935111035752
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 9098351345664
Number of bits of the biggest number in a constraint 44
Biggest sum of numbers in a constraint 4803935111035752
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.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/354404-1176707903/instance-354404-1176707903.opb
0.20/0.20	c reading problem ... 
2.88/1.93	c ... done. Wall clock time 1.724s.
2.88/1.93	c CPU time (experimental) 1.24s.
2.88/1.93	c #vars     23808
2.88/1.93	c #constraints  1324
1800.03/1786.41	c starts		: 2
1800.03/1786.42	c conflicts		: 157
1800.03/1786.42	c decisions		: 1842
1800.03/1786.42	c propagations		: 91481
1800.03/1786.42	c inspects		: 152014
1800.03/1786.42	c learnt literals	: 0
1800.03/1786.42	c learnt binary clauses	: 0
1800.03/1786.42	c learnt ternary clauses	: 0
1800.03/1786.42	c learnt clauses	: 156
1800.03/1786.42	c root simplifications	: 0
1800.03/1786.42	c removed literals (reason simplification)	: 0
1800.03/1786.42	c reason swapping (by a shorter reason)	: 0
1800.03/1786.42	c Calls to reduceDB	: 0
1800.03/1786.42	c speed (decisions/second)	: 1.032371169381732
1800.03/1786.42	c non guided choices	0
1800.03/1786.42	s UNKNOWN
1800.03/1786.42	c Total wall clock time (ms): 1786.215

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/node47/watcher-354404-1176707903 -o ROOT/results/node47/solver-354404-1176707903 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354404-1176707903/sat4jPseudoCP.jar /tmp/evaluation/354404-1176707903/instance-354404-1176707903.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.91 0.95 0.98 2/64 20231
/proc/meminfo: memFree=1775864/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=152 CPUtime=0
/proc/20231/stat : 20231 (java) D 20229 20231 19919 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 25635665 155648 26 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10519332 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/20231/statm: 38 26 19 9 0 4 0

[startup+0.0535321 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20231
/proc/meminfo: memFree=1775864/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1777060 CPUtime=0.04
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 3515 0 1 0 2 2 0 0 18 0 5 0 25635665 1819709440 3259 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 444265 3259 1046 9 0 441901 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777060

[startup+0.10154 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20231
/proc/meminfo: memFree=1775864/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1780108 CPUtime=0.08
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 3971 0 1 0 6 2 0 0 18 0 12 0 25635665 1822830592 3712 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 445027 3712 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.30156 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20231
/proc/meminfo: memFree=1775864/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1781636 CPUtime=0.34
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 5288 0 1 0 31 3 0 0 18 0 12 0 25635665 1824395264 5026 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 445409 5026 1267 9 0 443021 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1781636

[startup+0.701604 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 20231
/proc/meminfo: memFree=1775864/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1783800 CPUtime=0.97
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 8044 0 1 0 93 4 0 0 18 0 12 0 25635665 1826611200 7358 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 445950 7358 1303 9 0 443562 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1783800

[startup+1.50269 s]
/proc/loadavg: 0.91 0.95 0.98 4/76 20243
/proc/meminfo: memFree=1738392/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1794324 CPUtime=2.48
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 21747 0 1 0 238 10 0 0 18 0 12 0 25635665 1837387776 16468 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448581 16470 1311 9 0 446193 0
[pid=20231/tid=20233] ppid=20229 vsize=1794324 CPUtime=0.82
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 12302 0 1 0 76 6 0 0 22 0 12 0 25635667 1837387776 16472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109581308 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 25635668 1837387776 16472 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 25635668 1837387776 16473 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 25635671 1837387776 16474 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 25635671 1837387776 16475 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 25635671 1837387776 16476 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 25635675 1837387776 16477 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1794324 CPUtime=0.72
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 3547 0 0 0 71 1 0 0 16 0 12 0 25635675 1837387776 16478 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1794324 CPUtime=0.92
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5179 0 0 0 90 2 0 0 22 0 12 0 25635675 1837387776 16478 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 25635675 1837387776 16479 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1794324 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 25635675 1837387776 16482 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1794324

[startup+3.10286 s]
/proc/loadavg: 1.08 0.99 0.99 3/76 20243
/proc/meminfo: memFree=1670424/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1794648 CPUtime=4.63
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 34745 0 1 0 446 17 0 0 18 0 13 0 25635665 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448662 29116 1325 9 0 446274 0
[pid=20231/tid=20233] ppid=20229 vsize=1794648 CPUtime=2.25
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 24878 0 1 0 213 12 0 0 22 0 13 0 25635667 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109858851 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 25635668 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25635668 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 25635671 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 25635671 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25635671 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1794648 CPUtime=1.13
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 3936 0 0 0 112 1 0 0 17 0 13 0 25635675 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1794648 CPUtime=1.22
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5204 0 0 0 120 2 0 0 16 0 13 0 25635675 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1794648 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25635675 1837719552 29116 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 1794648

[startup+6.3012 s]
/proc/loadavg: 1.08 0.99 0.99 3/77 20244
/proc/meminfo: memFree=1649488/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1794520 CPUtime=8.23
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 42586 0 1 0 804 19 0 0 18 0 13 0 25635665 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448630 34582 1325 9 0 446242 0
[pid=20231/tid=20233] ppid=20229 vsize=1794520 CPUtime=5.26
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 30337 0 1 0 513 13 0 0 25 0 13 0 25635667 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109858753 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 25635668 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 25635668 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 25635671 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 25635671 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 25635671 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1794520 CPUtime=1.46
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 5725 0 0 0 144 2 0 0 16 0 13 0 25635675 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1794520 CPUtime=1.48
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5797 0 0 0 146 2 0 0 16 0 13 0 25635675 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25635675 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20244] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20244/stat : 20244 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25635898 1837588480 34582 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.23
Current children cumulated vsize (KiB) 1794520

[startup+12.7029 s]
/proc/loadavg: 1.07 0.99 0.99 2/77 20244
/proc/meminfo: memFree=1573088/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1794520 CPUtime=15.29
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 62825 0 1 0 1499 30 0 0 18 0 13 0 25635665 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448630 51723 1334 9 0 446242 0
[pid=20231/tid=20233] ppid=20229 vsize=1794520 CPUtime=11.1
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 37732 0 1 0 1093 17 0 0 25 0 13 0 25635667 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110115640 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1794520 CPUtime=0.38
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 6694 0 0 0 35 3 0 0 16 0 13 0 25635668 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1794520 CPUtime=0.39
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 6108 0 0 0 36 3 0 0 16 0 13 0 25635668 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 25635671 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25635671 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25635671 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1794520 CPUtime=1.71
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 5747 0 0 0 168 3 0 0 16 0 13 0 25635675 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1794520 CPUtime=1.67
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5803 0 0 0 165 2 0 0 16 0 13 0 25635675 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25635675 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20244] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20244/stat : 20244 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25635898 1837588480 51723 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1794520

[startup+25.5025 s]
/proc/loadavg: 1.06 0.99 0.99 2/77 20244
/proc/meminfo: memFree=1653856/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1794520 CPUtime=28.23
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 63767 0 1 0 2791 32 0 0 18 0 13 0 25635665 1837588480 31509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448630 31509 1334 9 0 446242 0
[pid=20231/tid=20233] ppid=20229 vsize=1794520 CPUtime=23.76
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 37769 0 1 0 2359 17 0 0 25 0 13 0 25635667 1837588480 31509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109912562 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1794520 CPUtime=0.41
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 7199 0 0 0 38 3 0 0 17 0 13 0 25635668 1837588480 31509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1794520 CPUtime=0.42
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 6500 0 0 0 39 3 0 0 16 0 13 0 25635668 1837588480 31509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1794520 CPUtime=0.01
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 18 0 0 0 0 1 0 0 16 0 13 0 25635671 1837588480 31509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25635671 1837588480 31509 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20231] ppid=20229 vsize=1794520 CPUtime=1614.57
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 186843 0 1 0 161285 172 0 0 18 0 13 0 25635665 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448630 89800 1334 9 0 446242 0
[pid=20231/tid=20233] ppid=20229 vsize=1794520 CPUtime=1587.65
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 118859 0 1 0 158702 63 0 0 18 0 13 0 25635667 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109911509 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1794520 CPUtime=10.76
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 27652 0 0 0 1045 31 0 0 16 0 13 0 25635668 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1794520 CPUtime=10.77
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 27506 0 0 0 1047 30 0 0 16 0 13 0 25635668 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1794520 CPUtime=0.87
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 334 0 0 0 48 39 0 0 15 0 13 0 25635671 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25635671 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25635671 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1794520 CPUtime=2.45
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 5945 0 0 0 242 3 0 0 16 0 13 0 25635675 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1794520 CPUtime=2
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5824 0 0 0 198 2 0 0 16 0 13 0 25635675 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 25635675 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20244] ppid=20229 vsize=1794520 CPUtime=0
/proc/20231/task/20244/stat : 20244 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25635898 1837588480 89800 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1614.57
Current children cumulated vsize (KiB) 1794520

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20244
/proc/meminfo: memFree=1414048/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1795544 CPUtime=1675.02
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 190836 0 1 0 167326 176 0 0 18 0 13 0 25635665 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448886 91240 1334 9 0 446498 0
[pid=20231/tid=20233] ppid=20229 vsize=1795544 CPUtime=1647.08
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 121339 0 1 0 164644 64 0 0 25 0 13 0 25635667 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109912764 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1795544 CPUtime=11.26
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 28277 0 0 0 1094 32 0 0 16 0 13 0 25635668 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1795544 CPUtime=11.27
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 28387 0 0 0 1095 32 0 0 16 0 13 0 25635668 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1795544 CPUtime=0.88
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 340 0 0 0 49 39 0 0 16 0 13 0 25635671 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1795544 CPUtime=2.45
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 5945 0 0 0 242 3 0 0 16 0 13 0 25635675 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1795544 CPUtime=2
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5824 0 0 0 198 2 0 0 16 0 13 0 25635675 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 25635675 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20244] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20244/stat : 20244 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25635898 1838637056 91240 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.02
Current children cumulated vsize (KiB) 1795544

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20244
/proc/meminfo: memFree=1410656/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1795544 CPUtime=1735.44
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 193757 0 1 0 173364 180 0 0 18 0 13 0 25635665 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448886 92069 1334 9 0 446498 0
[pid=20231/tid=20233] ppid=20229 vsize=1795544 CPUtime=1706.55
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 123171 0 1 0 170590 65 0 0 25 0 13 0 25635667 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4110116100 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1795544 CPUtime=11.73
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 28856 0 0 0 1140 33 0 0 16 0 13 0 25635668 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1795544 CPUtime=11.73
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 28890 0 0 0 1141 32 0 0 15 0 13 0 25635668 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1795544 CPUtime=0.91
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 347 0 0 0 51 40 0 0 15 0 13 0 25635671 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1795544 CPUtime=2.45
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 5945 0 0 0 242 3 0 0 16 0 13 0 25635675 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1795544 CPUtime=2
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5824 0 0 0 198 2 0 0 16 0 13 0 25635675 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 25635675 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20244] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20244/stat : 20244 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25635898 1838637056 92069 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1735.44
Current children cumulated vsize (KiB) 1795544

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20244
/proc/meminfo: memFree=1408416/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1795544 CPUtime=1795.88
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 196056 0 1 0 179405 183 0 0 18 0 13 0 25635665 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448886 92651 1334 9 0 446498 0
[pid=20231/tid=20233] ppid=20229 vsize=1795544 CPUtime=1765.98
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 124027 0 1 0 176532 66 0 0 25 0 13 0 25635667 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109892214 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1795544 CPUtime=12.22
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 29640 0 0 0 1188 34 0 0 16 0 13 0 25635668 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1795544 CPUtime=12.23
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 29544 0 0 0 1190 33 0 0 16 0 13 0 25635668 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1795544 CPUtime=0.93
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 352 0 0 0 52 41 0 0 16 0 13 0 25635671 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1795544 CPUtime=2.45
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 5945 0 0 0 242 3 0 0 16 0 13 0 25635675 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1795544 CPUtime=2
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5824 0 0 0 198 2 0 0 16 0 13 0 25635675 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 25635675 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20244] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20244/stat : 20244 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25635898 1838637056 92651 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1795.88
Current children cumulated vsize (KiB) 1795544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 20244
/proc/meminfo: memFree=1404896/2055920 swapFree=4183716/4192956
[pid=20231] ppid=20229 vsize=1795544 CPUtime=1800.03
/proc/20231/stat : 20231 (java) S 20229 20231 19919 0 -1 0 196958 0 1 0 179819 184 0 0 18 0 13 0 25635665 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20231/statm: 448886 93545 1334 9 0 446498 0
[pid=20231/tid=20233] ppid=20229 vsize=1795544 CPUtime=1770.05
/proc/20231/task/20233/stat : 20233 (java) R 20229 20231 19919 0 -1 64 124889 0 1 0 176939 66 0 0 25 0 13 0 25635667 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4109913152 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20234] ppid=20229 vsize=1795544 CPUtime=12.26
/proc/20231/task/20234/stat : 20234 (java) S 20229 20231 19919 0 -1 64 29672 0 0 0 1192 34 0 0 16 0 13 0 25635668 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20235] ppid=20229 vsize=1795544 CPUtime=12.27
/proc/20231/task/20235/stat : 20235 (java) S 20229 20231 19919 0 -1 64 29552 0 0 0 1194 33 0 0 16 0 13 0 25635668 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20236] ppid=20229 vsize=1795544 CPUtime=0.93
/proc/20231/task/20236/stat : 20236 (java) S 20229 20231 19919 0 -1 64 352 0 0 0 52 41 0 0 15 0 13 0 25635671 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20237] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20237/stat : 20237 (java) S 20229 20231 19919 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20238] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20238/stat : 20238 (java) S 20229 20231 19919 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 25635671 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20239] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20239/stat : 20239 (java) S 20229 20231 19919 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 25635675 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20240] ppid=20229 vsize=1795544 CPUtime=2.45
/proc/20231/task/20240/stat : 20240 (java) S 20229 20231 19919 0 -1 64 5945 0 0 0 242 3 0 0 16 0 13 0 25635675 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20241] ppid=20229 vsize=1795544 CPUtime=2
/proc/20231/task/20241/stat : 20241 (java) S 20229 20231 19919 0 -1 64 5824 0 0 0 198 2 0 0 16 0 13 0 25635675 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20242] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20242/stat : 20242 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 25635675 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20231/tid=20243] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20243/stat : 20243 (java) S 20229 20231 19919 0 -1 64 2 0 0 0 0 0 0 0 15 0 13 0 25635675 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20231/tid=20244] ppid=20229 vsize=1795544 CPUtime=0
/proc/20231/task/20244/stat : 20244 (java) S 20229 20231 19919 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 25635898 1838637056 93545 18446744073709551615 134512640 134550740 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1795544

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

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

Child status: 143
Real time (s): 1786.51
CPU time (s): 1800.12
CPU user time (s): 1798.22
CPU system time (s): 1.90071
CPU usage (%): 100.762
Max. virtual memory (cumulated for all children) (KiB): 1797632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.22
system time used= 1.90071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196978
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= 83652
involuntary context switches= 45395

runsolver used 2.02869 second user time and 5.14722 second system time

The end

Launcher Data (download as text)

Begin job on node47 on Mon Apr 16 07:18:23 UTC 2007

IDJOB= 354404
IDBENCH= 2512
IDSOLVER= 160
FILE ID= node47/354404-1176707903

PBS_JOBID= 4560075

Free space on /tmp= 66559 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-qiu.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354404-1176707903/sat4jPseudoCP.jar /tmp/evaluation/354404-1176707903/instance-354404-1176707903.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-354404-1176707903 -o ROOT/results/node47/solver-354404-1176707903 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354404-1176707903/sat4jPseudoCP.jar /tmp/evaluation/354404-1176707903/instance-354404-1176707903.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  42437a98f8f475fdcbcf3676beea9d9f

RANDOM SEED= 607240295

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node47.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.221
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.221
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:       1776272 kB
Buffers:         15824 kB
Cached:         209836 kB
SwapCached:       3568 kB
Active:         108348 kB
Inactive:       127396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1776272 kB
SwapTotal:     4192956 kB
SwapFree:      4183716 kB
Dirty:            4924 kB
Writeback:           0 kB
Mapped:          15488 kB
Slab:            29924 kB
Committed_AS:  2428384 kB
PageTables:       1452 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= 66559 MiB

End job on node47 on Mon Apr 16 07:48:12 UTC 2007