Trace number 351331

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.28 1768.29

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-beaconfd.opb
MD5SUM6927d145bd65464e16bb11d2b0c90152
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1238
Best CPU time to get the best result obtained on this benchmark1802.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 919
Optimality of the best value was proved NO
Number of variables7860
Total number of constraints173
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 constraints173
Minimum length of a constraint30
Maximum length of a constraint4620
Number of terms in the objective function 2880
Biggest coefficient in the objective function 56798
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 526611
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 527918
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.05/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.05/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.05/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.05/0.18	c no version file found!!!
0.05/0.18	c sun.arch.data.model	32
0.05/0.18	c java.version	1.6.0
0.05/0.18	c os.name	Linux
0.05/0.18	c os.version	2.6.9-22.EL.rootsmp
0.05/0.18	c os.arch	i386
0.05/0.18	c Free memory 1651659224
0.05/0.18	c Max memory 1654456320
0.05/0.18	c Total memory 1654456320
0.05/0.18	c Number of processors 2
0.17/0.23	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c Simplify asserted PB constraints to clauses
0.17/0.23	c solving /tmp/evaluation/351331-1176595931/instance-351331-1176595931.opb
0.17/0.23	c reading problem ... 
2.67/1.87	c ... done. Wall clock time 1.64s.
2.67/1.87	c CPU time (experimental) 1.35s.
2.67/1.87	c #vars     7860
2.67/1.87	c #constraints  272
1800.08/1768.11	c starts		: 2
1800.08/1768.11	c conflicts		: 4393
1800.08/1768.11	c decisions		: 38323
1800.08/1768.11	c propagations		: 175432
1800.08/1768.11	c inspects		: 11081987
1800.08/1768.11	c learnt literals	: 0
1800.08/1768.11	c learnt binary clauses	: 0
1800.08/1768.11	c learnt ternary clauses	: 0
1800.08/1768.11	c learnt clauses	: 4392
1800.08/1768.11	c root simplifications	: 0
1800.08/1768.11	c removed literals (reason simplification)	: 0
1800.08/1768.11	c reason swapping (by a shorter reason)	: 0
1800.08/1768.11	c Calls to reduceDB	: 0
1800.08/1768.11	c speed (decisions/second)	: 21.698462541941225
1800.08/1768.11	c non guided choices	0
1800.08/1768.11	s UNKNOWN
1800.08/1768.11	c Total wall clock time (ms): 1767.88

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/node61/watcher-351331-1176595931 -o ROOT/results/node61/solver-351331-1176595931 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/351331-1176595931/sat4jPseudoCPClause.jar /tmp/evaluation/351331-1176595931/instance-351331-1176595931.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 28074
/proc/meminfo: memFree=1746760/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=308 CPUtime=0
/proc/28074/stat : 28074 (java) R 28072 28074 27764 0 -1 0 56 0 0 0 0 0 0 0 18 0 1 0 71556693 315392 39 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 10384164 0 0 4096 0 0 0 0 17 1 0 0
/proc/28074/statm: 77 39 29 9 0 6 0

[startup+0.0320781 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 28074
/proc/meminfo: memFree=1746760/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1800 CPUtime=0
/proc/28074/stat : 28074 (java) D 28072 28074 27764 0 -1 0 171 0 0 0 0 0 0 0 18 0 1 0 71556693 1843200 143 18446744073709551615 134512640 134550740 4294956608 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/28074/statm: 450 143 106 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.101093 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 28074
/proc/meminfo: memFree=1746760/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1777708 CPUtime=0.05
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 3734 0 1 0 3 2 0 0 18 0 7 0 71556693 1820372992 3476 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 444427 3476 1082 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.301108 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 28074
/proc/meminfo: memFree=1746760/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1782436 CPUtime=0.28
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 5078 0 1 0 24 4 0 0 18 0 12 0 71556693 1825214464 4816 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 445609 4816 1264 9 0 443220 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782436

[startup+0.701148 s]
/proc/loadavg: 0.91 0.95 0.98 2/64 28074
/proc/meminfo: memFree=1746760/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1784404 CPUtime=0.92
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 7393 0 1 0 86 6 0 0 18 0 12 0 71556693 1827229696 6777 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 446101 6777 1302 9 0 443712 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 1784404

[startup+1.50222 s]
/proc/loadavg: 0.91 0.95 0.98 4/76 28086
/proc/meminfo: memFree=1713448/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1791720 CPUtime=2.37
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 23761 0 1 0 225 12 0 0 18 0 12 0 71556693 1834721280 20101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 447930 20102 1303 9 0 445541 0
[pid=28074/tid=28076] ppid=28072 vsize=1791720 CPUtime=0.98
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 16739 0 1 0 89 9 0 0 24 0 12 0 71556697 1834721280 20103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109564421 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 71556699 1834721280 20104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 71556699 1834721280 20105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 71556701 1834721280 20106 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 71556701 1834721280 20107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 71556701 1834721280 20108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 71556705 1834721280 20109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1791720 CPUtime=0.85
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 4647 0 0 0 83 2 0 0 20 0 12 0 71556705 1834721280 20109 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1791720 CPUtime=0.51
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1657 0 0 0 51 0 0 0 16 0 12 0 71556705 1834721280 20110 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 71556705 1834721280 20111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1791720 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 71556705 1834721280 20112 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 1791720

[startup+3.10238 s]
/proc/loadavg: 0.91 0.95 0.98 2/76 28086
/proc/meminfo: memFree=1619304/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1792044 CPUtime=4.4
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 48765 0 1 0 416 24 0 0 18 0 13 0 71556693 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448011 45072 1322 9 0 445622 0
[pid=28074/tid=28076] ppid=28072 vsize=1792044 CPUtime=2.35
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 37732 0 1 0 217 18 0 0 24 0 13 0 71556697 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833252 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1792044 CPUtime=0.08
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 1884 0 0 0 8 0 0 0 16 0 13 0 71556699 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1792044 CPUtime=0.08
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 2056 0 0 0 7 1 0 0 16 0 13 0 71556699 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1792044 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 8 0 0 0 0 0 0 0 16 0 13 0 71556701 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1792044 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1792044 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1792044 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1792044 CPUtime=1.12
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 4692 0 0 0 110 2 0 0 16 0 13 0 71556705 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1792044 CPUtime=0.72
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1672 0 0 0 71 1 0 0 16 0 13 0 71556705 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1792044 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1792044 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1835053056 45072 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 1792044

[startup+6.30168 s]
/proc/loadavg: 0.92 0.95 0.98 2/77 28087
/proc/meminfo: memFree=1559456/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1792208 CPUtime=8.34
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 56396 0 1 0 806 28 0 0 18 0 13 0 71556693 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448052 49415 1325 9 0 445663 0
[pid=28074/tid=28076] ppid=28072 vsize=1792208 CPUtime=5.04
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 37740 0 1 0 486 18 0 0 19 0 13 0 71556697 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805619 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1792208 CPUtime=0.47
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 5422 0 0 0 45 2 0 0 16 0 13 0 71556699 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1792208 CPUtime=0.46
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 4574 0 0 0 44 2 0 0 16 0 13 0 71556699 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1792208 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 71556701 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1792208 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1792208 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1792208 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1792208 CPUtime=1.41
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 6210 0 0 0 139 2 0 0 16 0 13 0 71556705 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1792208 CPUtime=0.9
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1702 0 0 0 89 1 0 0 16 0 13 0 71556705 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1792208 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1792208 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1792208 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71556912 1835220992 49415 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.34
Current children cumulated vsize (KiB) 1792208

[startup+12.7023 s]
/proc/loadavg: 0.93 0.95 0.98 2/77 28087
/proc/meminfo: memFree=1533792/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1794256 CPUtime=15.28
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 62687 0 1 0 1496 32 0 0 18 0 13 0 71556693 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448564 54269 1325 9 0 446175 0
[pid=28074/tid=28076] ppid=28072 vsize=1794256 CPUtime=11.23
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 37752 0 1 0 1105 18 0 0 20 0 13 0 71556697 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109799615 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1794256 CPUtime=0.61
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 7418 0 0 0 57 4 0 0 15 0 13 0 71556699 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1794256 CPUtime=0.59
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 7809 0 0 0 55 4 0 0 16 0 13 0 71556699 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 27 0 0 0 0 0 0 0 15 0 13 0 71556701 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1794256 CPUtime=1.65
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 7204 0 0 0 162 3 0 0 16 0 13 0 71556705 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1794256 CPUtime=1.14
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1756 0 0 0 113 1 0 0 15 0 13 0 71556705 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71556912 1837318144 54269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.28
Current children cumulated vsize (KiB) 1794256

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/77 28087
/proc/meminfo: memFree=1618912/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1794256 CPUtime=28.15
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 67532 0 1 0 2780 35 0 0 18 0 13 0 71556693 1837318144 35826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448564 35826 1325 9 0 446175 0
[pid=28074/tid=28076] ppid=28072 vsize=1794256 CPUtime=23.89
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 40509 0 1 0 2370 19 0 0 18 0 13 0 71556697 1837318144 35826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556320 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1794256 CPUtime=0.7
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 8367 0 0 0 66 4 0 0 16 0 13 0 71556699 1837318144 35826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1794256 CPUtime=0.68
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 8924 0 0 0 64 4 0 0 16 0 13 0 71556699 1837318144 35826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1794256 CPUtime=0.03
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 51 0 0 0 1 2 0 0 16 0 13 0 71556701 1837318144 35826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 35826 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28074/tid=28079] ppid=28072 vsize=1794256 CPUtime=0.56
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 242 0 0 0 31 25 0 0 16 0 13 0 71556701 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1794256 CPUtime=1.88
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 8116 0 0 0 185 3 0 0 17 0 13 0 71556705 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1794256 CPUtime=1.24
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1756 0 0 0 123 1 0 0 17 0 13 0 71556705 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71556912 1837318144 184269 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1566.91
Current children cumulated vsize (KiB) 1794256

[startup+1602.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 28089
/proc/meminfo: memFree=992544/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1794256 CPUtime=1628.8
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 284774 0 1 0 162719 161 0 0 18 0 13 0 71556693 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448564 189238 1325 9 0 446175 0
[pid=28074/tid=28076] ppid=28072 vsize=1794256 CPUtime=1573.96
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 94949 0 1 0 157346 50 0 0 21 0 13 0 71556697 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805923 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1794256 CPUtime=25.57
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 86625 0 0 0 2518 39 0 0 16 0 13 0 71556699 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1794256 CPUtime=25.49
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 92365 0 0 0 2510 39 0 0 16 0 13 0 71556699 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1794256 CPUtime=0.58
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 242 0 0 0 32 26 0 0 16 0 13 0 71556701 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1794256 CPUtime=1.88
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 8116 0 0 0 185 3 0 0 17 0 13 0 71556705 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1794256 CPUtime=1.24
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1756 0 0 0 123 1 0 0 17 0 13 0 71556705 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71556912 1837318144 189238 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1628.8
Current children cumulated vsize (KiB) 1794256

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/77 28089
/proc/meminfo: memFree=973088/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1794256 CPUtime=1690.72
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 290035 0 1 0 168907 165 0 0 18 0 13 0 71556693 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448564 194062 1325 9 0 446175 0
[pid=28074/tid=28076] ppid=28072 vsize=1794256 CPUtime=1631.93
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 95033 0 1 0 163143 50 0 0 17 0 13 0 71556697 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109556042 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1794256 CPUtime=27.54
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 88299 0 0 0 2714 40 0 0 16 0 13 0 71556699 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1794256 CPUtime=27.46
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 95868 0 0 0 2705 41 0 0 16 0 13 0 71556699 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1794256 CPUtime=0.6
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 242 0 0 0 34 26 0 0 16 0 13 0 71556701 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1794256 CPUtime=1.88
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 8116 0 0 0 185 3 0 0 17 0 13 0 71556705 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1794256 CPUtime=1.24
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1756 0 0 0 123 1 0 0 17 0 13 0 71556705 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71556912 1837318144 194062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.72
Current children cumulated vsize (KiB) 1794256

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28089
/proc/meminfo: memFree=952864/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1794256 CPUtime=1752.68
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 295496 0 1 0 175098 170 0 0 18 0 13 0 71556693 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448564 199080 1325 9 0 446175 0
[pid=28074/tid=28076] ppid=28072 vsize=1794256 CPUtime=1689.85
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 95116 0 1 0 168934 51 0 0 22 0 13 0 71556697 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109805569 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1794256 CPUtime=29.54
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 91313 0 0 0 2912 42 0 0 16 0 13 0 71556699 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1794256 CPUtime=29.47
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 98232 0 0 0 2905 42 0 0 16 0 13 0 71556699 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1794256 CPUtime=0.63
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 242 0 0 0 35 28 0 0 15 0 13 0 71556701 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1794256 CPUtime=1.88
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 8116 0 0 0 185 3 0 0 17 0 13 0 71556705 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1794256 CPUtime=1.24
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1756 0 0 0 123 1 0 0 17 0 13 0 71556705 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71556912 1837318144 199080 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1752.68
Current children cumulated vsize (KiB) 1794256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28089
/proc/meminfo: memFree=936608/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=1794256 CPUtime=1800.08
/proc/28074/stat : 28074 (java) S 28072 28074 27764 0 -1 0 299738 0 1 0 179835 173 0 0 18 0 13 0 71556693 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 448564 203081 1325 9 0 446175 0
[pid=28074/tid=28076] ppid=28072 vsize=1794256 CPUtime=1733.96
/proc/28074/task/28076/stat : 28076 (java) R 28072 28074 27764 0 -1 64 95181 0 1 0 173345 51 0 0 24 0 13 0 71556697 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110036433 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28077] ppid=28072 vsize=1794256 CPUtime=31.16
/proc/28074/task/28077/stat : 28077 (java) S 28072 28074 27764 0 -1 64 92936 0 0 0 3074 42 0 0 15 0 13 0 71556699 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28078] ppid=28072 vsize=1794256 CPUtime=31.12
/proc/28074/task/28078/stat : 28078 (java) S 28072 28074 27764 0 -1 64 100786 0 0 0 3069 43 0 0 16 0 13 0 71556699 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28079] ppid=28072 vsize=1794256 CPUtime=0.64
/proc/28074/task/28079/stat : 28079 (java) S 28072 28074 27764 0 -1 64 242 0 0 0 36 28 0 0 16 0 13 0 71556701 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28080] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28080/stat : 28080 (java) S 28072 28074 27764 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28081] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28081/stat : 28081 (java) S 28072 28074 27764 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 71556701 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28082] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28082/stat : 28082 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28083] ppid=28072 vsize=1794256 CPUtime=1.88
/proc/28074/task/28083/stat : 28083 (java) S 28072 28074 27764 0 -1 64 8116 0 0 0 185 3 0 0 17 0 13 0 71556705 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28074/tid=28084] ppid=28072 vsize=1794256 CPUtime=1.24
/proc/28074/task/28084/stat : 28084 (java) S 28072 28074 27764 0 -1 64 1756 0 0 0 123 1 0 0 17 0 13 0 71556705 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28085] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28085/stat : 28085 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 71556705 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28086] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28086/stat : 28086 (java) S 28072 28074 27764 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 71556705 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28074/tid=28087] ppid=28072 vsize=1794256 CPUtime=0
/proc/28074/task/28087/stat : 28087 (java) S 28072 28074 27764 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 71556912 1837318144 203081 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1794256

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

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

[startup+1768.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 28089
/proc/meminfo: memFree=936608/2055920 swapFree=4191892/4192956
[pid=28074] ppid=28072 vsize=0 CPUtime=1800.19
/proc/28074/stat : 28074 (java) Z 28072 28074 27764 0 -1 1036 299758 0 1 0 179841 178 0 0 16 0 2 0 71556693 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28074/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1768.29
CPU time (s): 1800.28
CPU user time (s): 1798.41
CPU system time (s): 1.86472
CPU usage (%): 101.809
Max. virtual memory (cumulated for all children) (KiB): 1795760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.41
system time used= 1.86472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 299758
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= 61328
involuntary context switches= 38783

runsolver used 2.00669 second user time and 5.11022 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Sun Apr 15 00:12:11 UTC 2007

IDJOB= 351331
IDBENCH= 1723
IDSOLVER= 164
FILE ID= node61/351331-1176595931

PBS_JOBID= 4556984

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  6927d145bd65464e16bb11d2b0c90152

RANDOM SEED= 551802270

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.240
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.240
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:       1747232 kB
Buffers:          5200 kB
Cached:         191944 kB
SwapCached:        396 kB
Active:          38324 kB
Inactive:       173936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747232 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            4516 kB
Writeback:           0 kB
Mapped:          23892 kB
Slab:            82640 kB
Committed_AS:   121244 kB
PageTables:       1388 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= 66560 MiB

End job on node61 on Sun Apr 15 00:41:41 UTC 2007