Trace number 349955

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
SAT4JPseudoResolution 2007-03-23? (TO) 1800.28 1795.07

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_4.opb
MD5SUMcef055af6c2a22a549e672ed9a55f2c8
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4459
Number of bits of the biggest sum of numbers13
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.13	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.14	c no version file found!!!
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 1651659224
0.09/0.14	c Max memory 1654456320
0.09/0.14	c Total memory 1654456320
0.09/0.14	c Number of processors 2
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=1.5 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/349955-1176729137/instance-349955-1176729137.opb
0.20/0.20	c reading problem ... 
0.20/0.26	c ... done. Wall clock time 0.065s.
0.20/0.26	c CPU time (experimental) 0.22s.
0.20/0.26	c #vars     51
0.20/0.26	c #constraints  12
1800.06/1794.96	c starts		: 22
1800.06/1794.96	c conflicts		: 1027331
1800.06/1794.96	c decisions		: 1032610
1800.06/1794.96	c propagations		: 8399920
1800.06/1794.96	c inspects		: 4906641015
1800.06/1794.96	c learnt literals	: 0
1800.06/1794.96	c learnt binary clauses	: 0
1800.06/1794.96	c learnt ternary clauses	: 0
1800.06/1794.96	c learnt clauses	: 1027331
1800.06/1794.96	c root simplifications	: 0
1800.06/1794.96	c removed literals (reason simplification)	: 0
1800.06/1794.96	c reason swapping (by a shorter reason)	: 0
1800.06/1794.96	c Calls to reduceDB	: 0
1800.06/1794.96	c speed (decisions/second)	: 575.3686006464616
1800.06/1794.96	c non guided choices	22
1800.06/1794.96	s UNKNOWN
1800.06/1794.96	c Total wall clock time (ms): 1794.762

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/node5/watcher-349955-1176729137 -o ROOT/results/node5/solver-349955-1176729137 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349955-1176729137/sat4jPseudoResolution.jar /tmp/evaluation/349955-1176729137/instance-349955-1176729137.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.87 0.95 0.97 2/77 6515
/proc/meminfo: memFree=1679744/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1520 CPUtime=0
/proc/6515/stat : 6515 (java) R 6513 6515 6452 0 -1 0 91 0 0 0 0 0 0 0 18 0 1 0 148951406 1556480 73 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7864928 0 0 4096 0 0 0 0 17 1 0 0
/proc/6515/statm: 380 73 56 9 0 10 0

[startup+0.095348 s]
/proc/loadavg: 0.87 0.95 0.97 2/77 6515
/proc/meminfo: memFree=1679744/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1780040 CPUtime=0.08
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 3912 0 1 0 6 2 0 0 18 0 12 0 148951406 1822760960 3653 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 445010 3653 1101 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780040

[startup+0.101347 s]
/proc/loadavg: 0.87 0.95 0.97 2/77 6515
/proc/meminfo: memFree=1679744/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1780108 CPUtime=0.09
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 3977 0 1 0 7 2 0 0 18 0 12 0 148951406 1822830592 3718 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 445027 3718 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.30137 s]
/proc/loadavg: 0.87 0.95 0.97 2/77 6515
/proc/meminfo: memFree=1679744/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1783216 CPUtime=0.32
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 5455 0 1 0 29 3 0 0 18 0 13 0 148951406 1826013184 5123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 445804 5124 1276 9 0 443416 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1783216

[startup+0.701416 s]
/proc/loadavg: 0.87 0.95 0.97 2/77 6515
/proc/meminfo: memFree=1679744/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785972 CPUtime=0.94
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 9378 0 1 0 90 4 0 0 18 0 13 0 148951406 1828835328 8509 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446493 8509 1307 9 0 444105 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1785972

[startup+1.50751 s]
/proc/loadavg: 0.87 0.95 0.97 2/90 6528
/proc/meminfo: memFree=1630488/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785972 CPUtime=1.86
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 21517 0 1 0 177 9 0 0 18 0 13 0 148951406 1828835328 20622 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446493 20622 1309 9 0 444105 0
[pid=6515/tid=6517] ppid=6513 vsize=1785972 CPUtime=1.27
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 18769 0 1 0 119 8 0 0 20 0 13 0 148951408 1828835328 20623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109491159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 148951409 1828835328 20623 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 148951409 1828835328 20624 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 148951411 1828835328 20625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 148951412 1828835328 20625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 148951412 1828835328 20625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828835328 20625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785972 CPUtime=0.24
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 24 0 0 0 16 0 13 0 148951416 1828835328 20625 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785972 CPUtime=0.32
/proc/6515/task/6525/stat : 6525 (java) R 6513 6515 6452 0 -1 64 1402 0 0 0 32 0 0 0 16 0 13 0 148951416 1828835328 20626 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102039440 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828835328 20627 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) R 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828835328 20628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828835328 20628 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 1785972

[startup+3.10268 s]
/proc/loadavg: 0.87 0.95 0.97 2/90 6528
/proc/meminfo: memFree=1567192/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785972 CPUtime=3.5
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 41492 0 1 0 331 19 0 0 18 0 13 0 148951406 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446493 40591 1318 9 0 444105 0
[pid=6515/tid=6517] ppid=6513 vsize=1785972 CPUtime=2.83
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37696 0 1 0 266 17 0 0 24 0 13 0 148951408 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109479834 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785972 CPUtime=0.01
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 482 0 0 0 1 0 0 0 16 0 13 0 148951409 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 559 0 0 0 0 0 0 0 16 0 13 0 148951409 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951411 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951412 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951412 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785972 CPUtime=0.26
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 26 0 0 0 16 0 13 0 148951416 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785972 CPUtime=0.36
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1405 0 0 0 36 0 0 0 16 0 13 0 148951416 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785972 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828835328 40591 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 1785972

[startup+6.30205 s]
/proc/loadavg: 0.96 0.97 0.97 2/90 6528
/proc/meminfo: memFree=1521688/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785544 CPUtime=6.73
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 43573 0 1 0 653 20 0 0 18 0 13 0 148951406 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446386 42536 1318 9 0 443998 0
[pid=6515/tid=6517] ppid=6513 vsize=1785544 CPUtime=5.99
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37698 0 1 0 582 17 0 0 18 0 13 0 148951408 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543893 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785544 CPUtime=0.03
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 1404 0 0 0 3 0 0 0 17 0 13 0 148951409 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785544 CPUtime=0.03
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 1713 0 0 0 3 0 0 0 17 0 13 0 148951409 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951411 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951412 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951412 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785544 CPUtime=0.26
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 26 0 0 0 16 0 13 0 148951416 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785544 CPUtime=0.36
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1405 0 0 0 36 0 0 0 16 0 13 0 148951416 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828397056 42536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 1785544

[startup+12.7028 s]
/proc/loadavg: 0.96 0.97 0.97 2/90 6528
/proc/meminfo: memFree=1505432/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785544 CPUtime=13.18
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 45647 0 1 0 1297 21 0 0 18 0 13 0 148951406 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446386 44588 1318 9 0 443998 0
[pid=6515/tid=6517] ppid=6513 vsize=1785544 CPUtime=12.35
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37699 0 1 0 1218 17 0 0 25 0 13 0 148951408 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543880 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785544 CPUtime=0.07
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 2380 0 0 0 7 0 0 0 16 0 13 0 148951409 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785544 CPUtime=0.07
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 2806 0 0 0 6 1 0 0 17 0 13 0 148951409 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 148951411 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951412 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951412 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785544 CPUtime=0.26
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 26 0 0 0 17 0 13 0 148951416 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785544 CPUtime=0.37
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1406 0 0 0 37 0 0 0 16 0 13 0 148951416 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785544 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828397056 44588 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.18
Current children cumulated vsize (KiB) 1785544

[startup+25.5012 s]
/proc/loadavg: 0.97 0.97 0.97 2/90 6528
/proc/meminfo: memFree=1489816/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785544 CPUtime=26.08
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 49601 0 1 0 2585 23 0 0 18 0 13 0 148951406 1828397056 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446386 48508 1318 9 0 443998 0
[pid=6515/tid=6517] ppid=6513 vsize=1785544 CPUtime=25.04
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37701 0 1 0 2487 17 0 0 25 0 13 0 148951408 1828397056 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543880 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785544 CPUtime=0.17
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 3969 0 0 0 16 1 0 0 16 0 13 0 148951409 1828397056 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785544 CPUtime=0.18
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 5165 0 0 0 16 2 0 0 16 0 13 0 148951409 1828397056 48508 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=6515] ppid=6513 vsize=1785352 CPUtime=1667.2
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 124455 0 1 0 166646 74 0 0 18 0 13 0 148951406 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446338 82369 1318 9 0 443950 0
[pid=6515/tid=6517] ppid=6513 vsize=1785352 CPUtime=1656.4
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37819 0 1 0 165610 30 0 0 25 0 13 0 148951408 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509790 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785352 CPUtime=5.03
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 40803 0 0 0 485 18 0 0 17 0 13 0 148951409 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785352 CPUtime=5.03
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 43065 0 0 0 483 20 0 0 16 0 13 0 148951409 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785352 CPUtime=0.05
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 18 0 0 0 2 3 0 0 16 0 13 0 148951411 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785352 CPUtime=0.27
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 27 0 0 0 17 0 13 0 148951416 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785352 CPUtime=0.37
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1406 0 0 0 37 0 0 0 16 0 13 0 148951416 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828200448 82369 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.2
Current children cumulated vsize (KiB) 1785352

[startup+1722.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 6530
/proc/meminfo: memFree=1351328/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785352 CPUtime=1727.33
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 125191 0 1 0 172658 75 0 0 18 0 13 0 148951406 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446338 82880 1318 9 0 443950 0
[pid=6515/tid=6517] ppid=6513 vsize=1785352 CPUtime=1716.23
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37822 0 1 0 171593 30 0 0 25 0 13 0 148951408 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109509555 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785352 CPUtime=5.17
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 40892 0 0 0 499 18 0 0 16 0 13 0 148951409 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785352 CPUtime=5.17
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 43709 0 0 0 497 20 0 0 16 0 13 0 148951409 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785352 CPUtime=0.05
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 18 0 0 0 2 3 0 0 16 0 13 0 148951411 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785352 CPUtime=0.27
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 27 0 0 0 17 0 13 0 148951416 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785352 CPUtime=0.37
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1406 0 0 0 37 0 0 0 16 0 13 0 148951416 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828200448 82880 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.33
Current children cumulated vsize (KiB) 1785352

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 6530
/proc/meminfo: memFree=1346272/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785352 CPUtime=1787.46
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 126488 0 1 0 178670 76 0 0 18 0 13 0 148951406 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446338 84174 1318 9 0 443950 0
[pid=6515/tid=6517] ppid=6513 vsize=1785352 CPUtime=1776.07
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37825 0 1 0 177576 31 0 0 25 0 13 0 148951408 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543880 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785352 CPUtime=5.32
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 41404 0 0 0 514 18 0 0 17 0 13 0 148951409 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785352 CPUtime=5.33
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 44491 0 0 0 512 21 0 0 16 0 13 0 148951409 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785352 CPUtime=0.05
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 18 0 0 0 2 3 0 0 16 0 13 0 148951411 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785352 CPUtime=0.27
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 27 0 0 0 17 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785352 CPUtime=0.37
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1406 0 0 0 37 0 0 0 16 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.46
Current children cumulated vsize (KiB) 1785352



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 6530
/proc/meminfo: memFree=1346272/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1785352 CPUtime=1800.06
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 126488 0 1 0 179930 76 0 0 18 0 13 0 148951406 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6515/statm: 446338 84174 1318 9 0 443950 0
[pid=6515/tid=6517] ppid=6513 vsize=1785352 CPUtime=1788.67
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37825 0 1 0 178836 31 0 0 25 0 13 0 148951408 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543880 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1785352 CPUtime=5.32
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 41404 0 0 0 514 18 0 0 17 0 13 0 148951409 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1785352 CPUtime=5.33
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 44491 0 0 0 512 21 0 0 16 0 13 0 148951409 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1785352 CPUtime=0.05
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 18 0 0 0 2 3 0 0 16 0 13 0 148951411 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 148951412 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1785352 CPUtime=0.27
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 27 0 0 0 17 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1785352 CPUtime=0.37
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1406 0 0 0 37 0 0 0 16 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 148951416 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1785352 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 148951434 1828200448 84174 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1785352

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

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

[startup+1795.01 s]
/proc/loadavg: 1.00 0.99 0.98 2/90 6530
/proc/meminfo: memFree=1346272/2055920 swapFree=4158744/4192956
[pid=6515] ppid=6513 vsize=1786000 CPUtime=1800.21
/proc/6515/stat : 6515 (java) S 6513 6515 6452 0 -1 0 126683 0 1 0 179945 76 0 0 16 0 14 0 148951406 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/6515/statm: 446500 84364 1319 9 0 444112 0
[pid=6515/tid=6517] ppid=6513 vsize=1786000 CPUtime=1788.72
/proc/6515/task/6517/stat : 6517 (java) R 6513 6515 6452 0 -1 64 37825 0 1 0 178841 31 0 0 24 0 14 0 148951408 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109543880 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6518] ppid=6513 vsize=1786000 CPUtime=5.37
/proc/6515/task/6518/stat : 6518 (java) S 6513 6515 6452 0 -1 64 41438 0 0 0 519 18 0 0 16 0 14 0 148951409 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6519] ppid=6513 vsize=1786000 CPUtime=5.38
/proc/6515/task/6519/stat : 6519 (java) S 6513 6515 6452 0 -1 64 44632 0 0 0 517 21 0 0 16 0 14 0 148951409 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6520] ppid=6513 vsize=1786000 CPUtime=0.05
/proc/6515/task/6520/stat : 6520 (java) S 6513 6515 6452 0 -1 64 18 0 0 0 2 3 0 0 16 0 14 0 148951411 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6521] ppid=6513 vsize=1786000 CPUtime=0
/proc/6515/task/6521/stat : 6521 (java) S 6513 6515 6452 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 148951412 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6522] ppid=6513 vsize=1786000 CPUtime=0
/proc/6515/task/6522/stat : 6522 (java) S 6513 6515 6452 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 148951412 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6523] ppid=6513 vsize=1786000 CPUtime=0
/proc/6515/task/6523/stat : 6523 (java) S 6513 6515 6452 0 -1 64 7 0 0 0 0 0 0 0 18 0 14 0 148951416 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6524] ppid=6513 vsize=1786000 CPUtime=0.27
/proc/6515/task/6524/stat : 6524 (java) S 6513 6515 6452 0 -1 64 623 0 0 0 27 0 0 0 17 0 14 0 148951416 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6515/tid=6525] ppid=6513 vsize=1786000 CPUtime=0.37
/proc/6515/task/6525/stat : 6525 (java) S 6513 6515 6452 0 -1 64 1406 0 0 0 37 0 0 0 16 0 14 0 148951416 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6526] ppid=6513 vsize=1786000 CPUtime=0
/proc/6515/task/6526/stat : 6526 (java) S 6513 6515 6452 0 -1 64 2 0 0 0 0 0 0 0 25 0 14 0 148951416 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6527] ppid=6513 vsize=1786000 CPUtime=0
/proc/6515/task/6527/stat : 6527 (java) S 6513 6515 6452 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 148951416 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=6515/tid=6528] ppid=6513 vsize=1786000 CPUtime=0
/proc/6515/task/6528/stat : 6528 (java) S 6513 6515 6452 0 -1 64 4 0 0 0 0 0 0 0 25 0 14 0 148951434 1828864000 84364 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1786000

Child status: 143
Real time (s): 1795.07
CPU time (s): 1800.28
CPU user time (s): 1799.46
CPU system time (s): 0.819875
CPU usage (%): 100.29
Max. virtual memory (cumulated for all children) (KiB): 1786000

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

runsolver used 1.74773 second user time and 4.82627 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Apr 16 13:12:18 UTC 2007

IDJOB= 349955
IDBENCH= 2911
IDSOLVER= 159
FILE ID= node5/349955-1176729137

PBS_JOBID= 4559519

Free space on /tmp= 66533 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_6_50_4.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349955-1176729137/sat4jPseudoResolution.jar /tmp/evaluation/349955-1176729137/instance-349955-1176729137.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-349955-1176729137 -o ROOT/results/node5/solver-349955-1176729137 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/349955-1176729137/sat4jPseudoResolution.jar /tmp/evaluation/349955-1176729137/instance-349955-1176729137.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cef055af6c2a22a549e672ed9a55f2c8

RANDOM SEED= 779578122

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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:       1680152 kB
Buffers:         91536 kB
Cached:         205212 kB
SwapCached:       3200 kB
Active:         175096 kB
Inactive:       146832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1680152 kB
SwapTotal:     4192956 kB
SwapFree:      4158744 kB
Dirty:            3800 kB
Writeback:           0 kB
Mapped:          30704 kB
Slab:            39492 kB
Committed_AS:  8573312 kB
PageTables:       1720 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= 66533 MiB

End job on node5 on Mon Apr 16 13:42:15 UTC 2007