Trace number 349330

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23? (TO) 1800.2 1776.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dg012142.opb
MD5SUM4f88b3d47f6404caca0c9a65b4bd3b5a
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41920
Total number of constraints2137
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2097
Minimum length of a constraint1
Maximum length of a constraint371
Number of terms in the objective function 22720
Biggest coefficient in the objective function 5368709120000
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 1036222338778688
Number of bits of the sum of numbers in the objective function 50
Biggest number in a constraint 5368709120000
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 1036222338778688
Number of bits of the biggest sum of numbers50
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.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/349330-1176695878/instance-349330-1176695878.opb
0.20/0.20	c reading problem ... 
4.16/3.09	c ... done. Wall clock time 2.89s.
4.16/3.09	c CPU time (experimental) 2.49s.
4.16/3.09	c #vars     41920
4.16/3.09	c #constraints  2737
1800.06/1776.51	c starts		: 2
1800.06/1776.51	c conflicts		: 26787
1800.06/1776.51	c decisions		: 297046
1800.06/1776.51	c propagations		: 589688
1800.06/1776.51	c inspects		: 271431597
1800.06/1776.51	c learnt literals	: 0
1800.06/1776.51	c learnt binary clauses	: 0
1800.06/1776.51	c learnt ternary clauses	: 0
1800.06/1776.51	c learnt clauses	: 26787
1800.06/1776.51	c root simplifications	: 0
1800.06/1776.51	c removed literals (reason simplification)	: 0
1800.06/1776.51	c reason swapping (by a shorter reason)	: 0
1800.06/1776.51	c Calls to reduceDB	: 0
1800.06/1776.51	c speed (decisions/second)	: 167.52890272025934
1800.06/1776.51	c non guided choices	0
1800.06/1776.51	s UNKNOWN
1800.06/1776.51	c Total wall clock time (ms): 1776.314

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 9487
/proc/meminfo: memFree=1864252/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=18568 CPUtime=0
/proc/9487/stat : 9487 (runsolver) R 9485 9487 9065 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 145577737 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 247254805799 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/9487/statm: 4642 292 257 24 0 2626 0

[startup+0.0768419 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 9487
/proc/meminfo: memFree=1864252/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1777708 CPUtime=0.06
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 3757 0 1 0 4 2 0 0 18 0 7 0 145577737 1820372992 3499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 444427 3499 1083 9 0 442063 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777708

[startup+0.101843 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 9487
/proc/meminfo: memFree=1864252/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1780112 CPUtime=0.08
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 3974 0 1 0 6 2 0 0 18 0 12 0 145577737 1822834688 3715 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 445028 3715 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301863 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 9487
/proc/meminfo: memFree=1864252/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1781600 CPUtime=0.33
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 5434 0 1 0 30 3 0 0 18 0 12 0 145577737 1824358400 5169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 445400 5169 1267 9 0 443011 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1781600

[startup+0.701905 s]
/proc/loadavg: 1.00 1.00 0.98 2/64 9487
/proc/meminfo: memFree=1864252/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1782392 CPUtime=0.87
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 8291 0 1 0 83 4 0 0 18 0 12 0 145577737 1825169408 7892 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 445598 7892 1298 9 0 443209 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 1782392

[startup+1.50299 s]
/proc/loadavg: 1.00 1.00 0.98 4/76 9499
/proc/meminfo: memFree=1822812/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1793920 CPUtime=2.45
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 23127 0 1 0 233 12 0 0 18 0 12 0 145577737 1836974080 18974 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448480 18976 1303 9 0 446091 0
[pid=9487/tid=9489] ppid=9485 vsize=1793920 CPUtime=1.02
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 15088 0 1 0 94 8 0 0 23 0 12 0 145577739 1836974080 18976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109630220 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 145577740 1836974080 18977 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 145577740 1836974080 18978 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 145577742 1836974080 18979 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 145577743 1836974080 18980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 145577743 1836974080 18980 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145577746 1836974080 18981 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1793920 CPUtime=0.44
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 1513 0 0 0 44 0 0 0 16 0 12 0 145577747 1836974080 18982 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1793920 CPUtime=0.96
/proc/9487/task/9497/stat : 9497 (java) R 9485 9487 9065 0 -1 64 5805 0 0 0 94 2 0 0 19 0 12 0 145577747 1836974080 18983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102395323 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145577747 1836974080 18983 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1793920 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145577747 1836974080 18984 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 1793920

[startup+3.10216 s]
/proc/loadavg: 1.08 1.02 0.99 2/76 9499
/proc/meminfo: memFree=1736604/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1793448 CPUtime=4.25
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 50976 0 1 0 399 26 0 0 18 0 12 0 145577737 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448362 46374 1319 9 0 445973 0
[pid=9487/tid=9489] ppid=9485 vsize=1793448 CPUtime=2.5
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 37691 0 1 0 232 18 0 0 22 0 12 0 145577739 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1793448 CPUtime=0.09
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 2594 0 0 0 7 2 0 0 17 0 12 0 145577740 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1793448 CPUtime=0.09
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 2574 0 0 0 8 1 0 0 16 0 12 0 145577740 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1793448 CPUtime=0
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 145577742 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1793448 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 145577743 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1793448 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 145577743 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1793448 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 145577746 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1793448 CPUtime=0.48
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 1526 0 0 0 48 0 0 0 17 0 12 0 145577747 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1793448 CPUtime=1.04
/proc/9487/task/9497/stat : 9497 (java) R 9485 9487 9065 0 -1 64 5863 0 0 0 102 2 0 0 16 0 12 0 145577747 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105296202 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1793448 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 145577747 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1793448 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 145577747 1836490752 46374 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 1793448

[startup+6.30269 s]
/proc/loadavg: 1.08 1.02 0.99 4/77 9500
/proc/meminfo: memFree=1650836/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1794704 CPUtime=9.1
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 65109 0 1 0 878 32 0 0 18 0 13 0 145577737 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448676 55481 1333 9 0 446287 0
[pid=9487/tid=9489] ppid=9485 vsize=1794704 CPUtime=4.78
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 37717 0 1 0 460 18 0 0 21 0 13 0 145577739 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109862797 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1794704 CPUtime=0.39
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 7032 0 0 0 35 4 0 0 16 0 13 0 145577740 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1794704 CPUtime=0.39
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 7437 0 0 0 36 3 0 0 18 0 13 0 145577740 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1794704 CPUtime=0
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 145577742 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1794704 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1794704 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145577743 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1794704 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145577746 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1794704 CPUtime=1.51
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 5238 0 0 0 149 2 0 0 16 0 13 0 145577747 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1794704 CPUtime=1.99
/proc/9487/task/9497/stat : 9497 (java) S 9485 9487 9065 0 -1 64 6951 0 0 0 196 3 0 0 15 0 13 0 145577747 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1794704 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145577747 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1794704 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145577747 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9500] ppid=9485 vsize=1794704 CPUtime=0
/proc/9487/task/9500/stat : 9500 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145578101 1837776896 55481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.1
Current children cumulated vsize (KiB) 1794704

[startup+12.7014 s]
/proc/loadavg: 1.07 1.02 0.99 3/77 9500
/proc/meminfo: memFree=1620564/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1795728 CPUtime=16.27
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 73806 0 1 0 1590 37 0 0 18 0 13 0 145577737 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448932 62805 1333 9 0 446543 0
[pid=9487/tid=9489] ppid=9485 vsize=1795728 CPUtime=10.53
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 37728 0 1 0 1035 18 0 0 17 0 13 0 145577739 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109860249 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1795728 CPUtime=0.99
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 11416 0 0 0 93 6 0 0 16 0 13 0 145577740 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1795728 CPUtime=0.99
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 11274 0 0 0 94 5 0 0 16 0 13 0 145577740 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 10 0 0 0 0 0 0 0 15 0 13 0 145577742 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145577746 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1795728 CPUtime=1.63
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 5695 0 0 0 161 2 0 0 17 0 13 0 145577747 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1795728 CPUtime=2.07
/proc/9487/task/9497/stat : 9497 (java) S 9485 9487 9065 0 -1 64 6959 0 0 0 204 3 0 0 17 0 13 0 145577747 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145577747 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145577747 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9500] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9500/stat : 9500 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145578101 1838825472 62805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.27
Current children cumulated vsize (KiB) 1795728

[startup+25.5025 s]
/proc/loadavg: 1.06 1.01 0.99 2/77 9500
/proc/meminfo: memFree=1604820/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1795728 CPUtime=29.29
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 79322 0 1 0 2890 39 0 0 18 0 13 0 145577737 1838825472 65989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448932 65989 1333 9 0 446543 0
[pid=9487/tid=9489] ppid=9485 vsize=1795728 CPUtime=23.11
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 37745 0 1 0 2292 19 0 0 25 0 13 0 145577739 1838825472 65989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865090 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1795728 CPUtime=1.19
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 13707 0 0 0 112 7 0 0 16 0 13 0 145577740 1838825472 65989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1795728 CPUtime=1.19
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 14479 0 0 0 113 6 0 0 16 0 13 0 145577740 1838825472 65989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 145577742 1838825472 65989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 65989 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=9487/tid=9492] ppid=9485 vsize=1795728 CPUtime=0.16
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 107 0 0 0 8 8 0 0 16 0 13 0 145577742 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145577746 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1795728 CPUtime=1.65
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 5695 0 0 0 163 2 0 0 16 0 13 0 145577747 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1795728 CPUtime=2.1
/proc/9487/task/9497/stat : 9497 (java) S 9485 9487 9065 0 -1 64 6959 0 0 0 207 3 0 0 16 0 13 0 145577747 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145577747 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145577747 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9500] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9500/stat : 9500 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145578101 1838825472 157581 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1562.36
Current children cumulated vsize (KiB) 1795728

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9698
/proc/meminfo: memFree=1218196/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1795728 CPUtime=1623.21
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 220480 0 1 0 162205 116 0 0 18 0 13 0 145577737 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448932 162243 1333 9 0 446543 0
[pid=9487/tid=9489] ppid=9485 vsize=1795728 CPUtime=1581.1
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 60657 0 1 0 158076 34 0 0 25 0 13 0 145577739 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109855524 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1795728 CPUtime=19.08
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 74474 0 0 0 1874 34 0 0 16 0 13 0 145577740 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1795728 CPUtime=19.06
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 71864 0 0 0 1874 32 0 0 16 0 13 0 145577740 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1795728 CPUtime=0.16
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 107 0 0 0 8 8 0 0 16 0 13 0 145577742 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145577746 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1795728 CPUtime=1.65
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 5695 0 0 0 163 2 0 0 16 0 13 0 145577747 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1795728 CPUtime=2.1
/proc/9487/task/9497/stat : 9497 (java) S 9485 9487 9065 0 -1 64 6959 0 0 0 207 3 0 0 16 0 13 0 145577747 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145577747 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145577747 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9500] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9500/stat : 9500 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145578101 1838825472 162243 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1623.21
Current children cumulated vsize (KiB) 1795728

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 9698
/proc/meminfo: memFree=1210324/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1795728 CPUtime=1684.07
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 222791 0 1 0 168290 117 0 0 18 0 13 0 145577737 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448932 164216 1333 9 0 446543 0
[pid=9487/tid=9489] ppid=9485 vsize=1795728 CPUtime=1640.19
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 60671 0 1 0 163985 34 0 0 25 0 13 0 145577739 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865090 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1795728 CPUtime=19.97
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 75440 0 0 0 1962 35 0 0 17 0 13 0 145577740 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1795728 CPUtime=19.94
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 73195 0 0 0 1962 32 0 0 16 0 13 0 145577740 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1795728 CPUtime=0.17
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 107 0 0 0 9 8 0 0 16 0 13 0 145577742 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145577746 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1795728 CPUtime=1.65
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 5695 0 0 0 163 2 0 0 16 0 13 0 145577747 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1795728 CPUtime=2.1
/proc/9487/task/9497/stat : 9497 (java) S 9485 9487 9065 0 -1 64 6959 0 0 0 207 3 0 0 16 0 13 0 145577747 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145577747 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145577747 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9500] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9500/stat : 9500 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145578101 1838825472 164216 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1684.07
Current children cumulated vsize (KiB) 1795728

[startup+1722.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/77 9698
/proc/meminfo: memFree=1201876/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1795728 CPUtime=1745.01
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 225173 0 1 0 174382 119 0 0 18 0 13 0 145577737 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448932 166330 1333 9 0 446543 0
[pid=9487/tid=9489] ppid=9485 vsize=1795728 CPUtime=1699.21
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 60686 0 1 0 169887 34 0 0 25 0 13 0 145577739 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865090 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1795728 CPUtime=20.92
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 77020 0 0 0 2057 35 0 0 17 0 13 0 145577740 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1795728 CPUtime=20.9
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 73982 0 0 0 2058 32 0 0 16 0 13 0 145577740 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1795728 CPUtime=0.18
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 107 0 0 0 9 9 0 0 16 0 13 0 145577742 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145577746 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1795728 CPUtime=1.65
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 5695 0 0 0 163 2 0 0 16 0 13 0 145577747 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1795728 CPUtime=2.1
/proc/9487/task/9497/stat : 9497 (java) S 9485 9487 9065 0 -1 64 6959 0 0 0 207 3 0 0 16 0 13 0 145577747 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145577747 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145577747 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9500] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9500/stat : 9500 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145578101 1838825472 166330 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1745.01
Current children cumulated vsize (KiB) 1795728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.51 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 9698
/proc/meminfo: memFree=1192020/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=1795728 CPUtime=1800.06
/proc/9487/stat : 9487 (java) S 9485 9487 9065 0 -1 0 227836 0 1 0 179886 120 0 0 18 0 13 0 145577737 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/9487/statm: 448932 168773 1333 9 0 446543 0
[pid=9487/tid=9489] ppid=9485 vsize=1795728 CPUtime=1752.52
/proc/9487/task/9489/stat : 9489 (java) R 9485 9487 9065 0 -1 64 60699 0 1 0 175218 34 0 0 25 0 13 0 145577739 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109865139 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9490] ppid=9485 vsize=1795728 CPUtime=21.78
/proc/9487/task/9490/stat : 9490 (java) S 9485 9487 9065 0 -1 64 78607 0 0 0 2142 36 0 0 16 0 13 0 145577740 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9491] ppid=9485 vsize=1795728 CPUtime=21.77
/proc/9487/task/9491/stat : 9491 (java) S 9485 9487 9065 0 -1 64 75045 0 0 0 2144 33 0 0 17 0 13 0 145577740 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9492] ppid=9485 vsize=1795728 CPUtime=0.18
/proc/9487/task/9492/stat : 9492 (java) S 9485 9487 9065 0 -1 64 107 0 0 0 9 9 0 0 16 0 13 0 145577742 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9493] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9493/stat : 9493 (java) S 9485 9487 9065 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9494] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9494/stat : 9494 (java) S 9485 9487 9065 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 145577743 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9495] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9495/stat : 9495 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 145577746 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9496] ppid=9485 vsize=1795728 CPUtime=1.65
/proc/9487/task/9496/stat : 9496 (java) S 9485 9487 9065 0 -1 64 5695 0 0 0 163 2 0 0 16 0 13 0 145577747 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=9487/tid=9497] ppid=9485 vsize=1795728 CPUtime=2.1
/proc/9487/task/9497/stat : 9497 (java) S 9485 9487 9065 0 -1 64 6959 0 0 0 207 3 0 0 16 0 13 0 145577747 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9498] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9498/stat : 9498 (java) S 9485 9487 9065 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 145577747 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9499] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9499/stat : 9499 (java) S 9485 9487 9065 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 145577747 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=9487/tid=9500] ppid=9485 vsize=1795728 CPUtime=0
/proc/9487/task/9500/stat : 9500 (java) S 9485 9487 9065 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 145578101 1838825472 168773 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1795728

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

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

[startup+1776.61 s]
/proc/loadavg: 1.02 1.01 1.00 2/77 9698
/proc/meminfo: memFree=1192020/2055920 swapFree=4184464/4192956
[pid=9487] ppid=9485 vsize=0 CPUtime=1800.17
/proc/9487/stat : 9487 (java) Z 9485 9487 9065 0 -1 1036 227856 0 1 0 179888 129 0 0 16 0 2 0 145577737 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/9487/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1776.64
CPU time (s): 1800.2
CPU user time (s): 1798.89
CPU system time (s): 1.3168
CPU usage (%): 101.326
Max. virtual memory (cumulated for all children) (KiB): 1796660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.89
system time used= 1.3168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227856
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= 42134
involuntary context switches= 30636

runsolver used 1.70274 second user time and 4.83826 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Mon Apr 16 03:57:58 UTC 2007

IDJOB= 349330
IDBENCH= 2355
IDSOLVER= 164
FILE ID= node63/349330-1176695878

PBS_JOBID= 4560028

Free space on /tmp= 66547 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dg012142.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349330-1176695878/sat4jPseudoCPClause.jar /tmp/evaluation/349330-1176695878/instance-349330-1176695878.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-349330-1176695878 -o ROOT/results/node63/solver-349330-1176695878 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349330-1176695878/sat4jPseudoCPClause.jar /tmp/evaluation/349330-1176695878/instance-349330-1176695878.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  4f88b3d47f6404caca0c9a65b4bd3b5a

RANDOM SEED= 26875953

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1864724 kB
Buffers:          6304 kB
Cached:         110600 kB
SwapCached:       2232 kB
Active:          57684 kB
Inactive:        72688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864724 kB
SwapTotal:     4192956 kB
SwapFree:      4184464 kB
Dirty:            7192 kB
Writeback:           0 kB
Mapped:          19960 kB
Slab:            46828 kB
Committed_AS:  1916792 kB
PageTables:       1468 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= 66547 MiB

End job on node63 on Mon Apr 16 04:27:37 UTC 2007