Trace number 350897

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic97.opb
MD5SUMaef7e3722fd5816dc0cbb2acb61edf83
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 264081
Optimality of the best value was proved NO
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
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 529231
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	--- 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/350897-1176566477/instance-350897-1176566477.opb
0.20/0.20	c reading problem ... 
2.77/2.00	c ... done. Wall clock time 1.796s.
2.77/2.00	c CPU time (experimental) 1.47s.
2.77/2.00	c #vars     11503
2.77/2.00	c #constraints  932
1800.04/1787.64	c starts		: 10
1800.04/1787.64	c conflicts		: 17529
1800.04/1787.64	c decisions		: 588505
1800.04/1787.64	c propagations		: 18173251
1800.04/1787.64	c inspects		: 264627377
1800.04/1787.64	c learnt literals	: 1
1800.04/1787.64	c learnt binary clauses	: 0
1800.04/1787.64	c learnt ternary clauses	: 270
1800.04/1787.64	c learnt clauses	: 17528
1800.04/1787.64	c root simplifications	: 0
1800.04/1787.64	c removed literals (reason simplification)	: 0
1800.04/1787.64	c reason swapping (by a shorter reason)	: 0
1800.04/1787.64	c Calls to reduceDB	: 0
1800.04/1787.64	c speed (decisions/second)	: 329.58204759157934
1800.04/1787.64	c non guided choices	545
1800.04/1787.64	s UNKNOWN
1800.04/1787.64	c Total wall clock time (ms): 1787.436

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 16009
/proc/meminfo: memFree=1847088/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1800 CPUtime=0
/proc/16009/stat : 16009 (java) D 16007 16009 15466 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 104565515 1843200 138 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/16009/statm: 450 138 101 9 0 92 0

[startup+0.0426911 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 16009
/proc/meminfo: memFree=1847088/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1776088 CPUtime=0.02
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 3255 0 1 0 0 2 0 0 18 0 4 0 104565515 1818714112 3003 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 444022 3003 887 9 0 441658 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1776088

[startup+0.101704 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 16009
/proc/meminfo: memFree=1847088/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1780108 CPUtime=0.08
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 3971 0 1 0 5 3 0 0 18 0 12 0 104565515 1822830592 3713 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 445027 3713 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301743 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 16009
/proc/meminfo: memFree=1847088/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1781392 CPUtime=0.32
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 5200 0 1 0 28 4 0 0 18 0 12 0 104565515 1824145408 4939 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 445348 4939 1264 9 0 442960 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781392

[startup+0.701828 s]
/proc/loadavg: 1.00 1.00 1.00 3/83 16009
/proc/meminfo: memFree=1847088/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1791824 CPUtime=1.07
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 9335 0 1 0 101 6 0 0 18 0 12 0 104565515 1834827776 8361 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 447956 8361 1302 9 0 445568 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1791824

[startup+1.50199 s]
/proc/loadavg: 1.00 1.00 1.00 4/95 16029
/proc/meminfo: memFree=1811600/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1792504 CPUtime=2.24
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 26168 0 1 0 210 14 0 0 18 0 12 0 104565515 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448126 23057 1303 9 0 445738 0
[pid=16009/tid=16011] ppid=16007 vsize=1792504 CPUtime=0.98
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 19338 0 1 0 87 11 0 0 25 0 12 0 104565516 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109650051 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 104565518 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 104565518 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 104565520 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 104565521 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 104565521 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 104565525 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1792504 CPUtime=0.53
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1906 0 0 0 53 0 0 0 16 0 12 0 104565525 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1792504 CPUtime=0.71
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4206 0 0 0 69 2 0 0 19 0 12 0 104565525 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 104565525 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1792504 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 104565525 1835524096 23057 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 1792504

[startup+3.10234 s]
/proc/loadavg: 1.00 1.00 1.00 2/95 16029
/proc/meminfo: memFree=1703248/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1794496 CPUtime=4.2
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 49329 0 1 0 396 24 0 0 18 0 13 0 104565515 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448624 46115 1325 9 0 446236 0
[pid=16009/tid=16011] ppid=16007 vsize=1794496 CPUtime=2.36
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 37709 0 1 0 218 18 0 0 24 0 13 0 104565516 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776159 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1794496 CPUtime=0.13
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 2841 0 0 0 12 1 0 0 17 0 13 0 104565518 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1794496 CPUtime=0.12
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 1910 0 0 0 12 0 0 0 16 0 13 0 104565518 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1794496 CPUtime=0
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 104565520 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1794496 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1794496 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1794496 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1794496 CPUtime=0.69
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1927 0 0 0 69 0 0 0 16 0 13 0 104565525 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1794496 CPUtime=0.85
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4214 0 0 0 83 2 0 0 16 0 13 0 104565525 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1794496 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1794496 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1794496 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1837563904 46115 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 1794496

[startup+6.30302 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 16048
/proc/meminfo: memFree=1666888/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1794400 CPUtime=7.51
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 49346 0 1 0 727 24 0 0 18 0 13 0 104565515 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448600 46104 1325 9 0 446212 0
[pid=16009/tid=16011] ppid=16007 vsize=1794400 CPUtime=5.51
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 37714 0 1 0 532 19 0 0 25 0 13 0 104565516 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776902 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1794400 CPUtime=0.13
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 2841 0 0 0 12 1 0 0 17 0 13 0 104565518 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1794400 CPUtime=0.12
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 1910 0 0 0 12 0 0 0 16 0 13 0 104565518 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 104565520 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1794400 CPUtime=0.77
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1933 0 0 0 77 0 0 0 16 0 13 0 104565525 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1794400 CPUtime=0.93
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4220 0 0 0 91 2 0 0 16 0 13 0 104565525 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1837465600 46104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1794400

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 16062
/proc/meminfo: memFree=1648840/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1794400 CPUtime=13.99
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 53884 0 1 0 1373 26 0 0 18 0 13 0 104565515 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448600 50603 1325 9 0 446212 0
[pid=16009/tid=16011] ppid=16007 vsize=1794400 CPUtime=11.8
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 37715 0 1 0 1161 19 0 0 25 0 13 0 104565516 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776119 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1794400 CPUtime=0.22
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 4581 0 0 0 20 2 0 0 16 0 13 0 104565518 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1794400 CPUtime=0.22
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 4705 0 0 0 21 1 0 0 16 0 13 0 104565518 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 104565520 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1794400 CPUtime=0.77
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1933 0 0 0 77 0 0 0 16 0 13 0 104565525 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1794400 CPUtime=0.93
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4220 0 0 0 91 2 0 0 16 0 13 0 104565525 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1837465600 50603 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.99
Current children cumulated vsize (KiB) 1794400

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/96 16110
/proc/meminfo: memFree=1648264/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1794400 CPUtime=26.97
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 54006 0 1 0 2671 26 0 0 18 0 13 0 104565515 1837465600 50723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448600 50723 1325 9 0 446212 0
[pid=16009/tid=16011] ppid=16007 vsize=1794400 CPUtime=24.36
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 37717 0 1 0 2417 19 0 0 25 0 13 0 104565516 1837465600 50723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109482208 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1794400 CPUtime=0.43
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 4643 0 0 0 41 2 0 0 16 0 13 0 104565518 1837465600 50723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1794400 CPUtime=0.43
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 4758 0 0 0 42 1 0 0 16 0 13 0 104565518 1837465600 50723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1794400 CPUtime=0
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 14 0 0 0 0 0 0 0 16 0 13 0 104565520 1837465600 50723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=16009] ppid=16007 vsize=1793756 CPUtime=1613.38
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 110905 0 1 0 161229 109 0 0 18 0 13 0 104565515 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448439 51610 1327 9 0 446051 0
[pid=16009/tid=16011] ppid=16007 vsize=1793756 CPUtime=1588.51
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 51504 0 1 0 158811 40 0 0 25 0 13 0 104565516 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767136 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1793756 CPUtime=11.33
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 25386 0 0 0 1107 26 0 0 16 0 13 0 104565518 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1793756 CPUtime=11.33
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 27061 0 0 0 1106 27 0 0 16 0 13 0 104565518 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1793756 CPUtime=0.28
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 67 0 0 0 17 11 0 0 16 0 13 0 104565520 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1793756 CPUtime=0.91
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1946 0 0 0 91 0 0 0 16 0 13 0 104565525 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1793756 CPUtime=0.97
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4220 0 0 0 95 2 0 0 17 0 13 0 104565525 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1836806144 51610 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.38
Current children cumulated vsize (KiB) 1793756

[startup+1662.3 s]
/proc/loadavg: 1.10 1.06 1.04 2/90 16138
/proc/meminfo: memFree=1640784/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1793756 CPUtime=1673.81
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 112264 0 1 0 167269 112 0 0 18 0 13 0 104565515 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448439 52541 1327 9 0 446051 0
[pid=16009/tid=16011] ppid=16007 vsize=1793756 CPUtime=1647.93
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 52114 0 1 0 164752 41 0 0 25 0 13 0 104565516 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109776962 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1793756 CPUtime=11.82
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 25797 0 0 0 1155 27 0 0 16 0 13 0 104565518 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1793756 CPUtime=11.82
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 27397 0 0 0 1155 27 0 0 16 0 13 0 104565518 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1793756 CPUtime=0.3
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 69 0 0 0 18 12 0 0 16 0 13 0 104565520 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1793756 CPUtime=0.91
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1946 0 0 0 91 0 0 0 16 0 13 0 104565525 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1793756 CPUtime=0.97
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4220 0 0 0 95 2 0 0 17 0 13 0 104565525 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1836806144 52541 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1673.81
Current children cumulated vsize (KiB) 1793756

[startup+1722.3 s]
/proc/loadavg: 1.04 1.04 1.03 2/90 16138
/proc/meminfo: memFree=1640144/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1793756 CPUtime=1734.24
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 112586 0 1 0 173309 115 0 0 18 0 13 0 104565515 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448439 52697 1327 9 0 446051 0
[pid=16009/tid=16011] ppid=16007 vsize=1793756 CPUtime=1707.32
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 52160 0 1 0 170691 41 0 0 24 0 13 0 104565516 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109853572 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1793756 CPUtime=12.34
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 25945 0 0 0 1206 28 0 0 16 0 13 0 104565518 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1793756 CPUtime=12.33
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 27524 0 0 0 1205 28 0 0 16 0 13 0 104565518 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1793756 CPUtime=0.31
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 70 0 0 0 19 12 0 0 15 0 13 0 104565520 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1793756 CPUtime=0.91
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1946 0 0 0 91 0 0 0 16 0 13 0 104565525 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1793756 CPUtime=0.97
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4220 0 0 0 95 2 0 0 17 0 13 0 104565525 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1836806144 52697 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1734.24
Current children cumulated vsize (KiB) 1793756

[startup+1782.3 s]
/proc/loadavg: 1.01 1.03 1.02 2/90 16138
/proc/meminfo: memFree=1631120/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1793756 CPUtime=1794.66
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 114844 0 1 0 179348 118 0 0 18 0 13 0 104565515 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448439 54914 1327 9 0 446051 0
[pid=16009/tid=16011] ppid=16007 vsize=1793756 CPUtime=1766.76
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 54222 0 1 0 176633 43 0 0 23 0 13 0 104565516 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109766331 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1793756 CPUtime=12.83
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 26062 0 0 0 1254 29 0 0 16 0 13 0 104565518 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1793756 CPUtime=12.82
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 27600 0 0 0 1253 29 0 0 16 0 13 0 104565518 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1793756 CPUtime=0.31
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 73 0 0 0 19 12 0 0 15 0 13 0 104565520 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1793756 CPUtime=0.91
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1946 0 0 0 91 0 0 0 16 0 13 0 104565525 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1793756 CPUtime=0.97
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4220 0 0 0 95 2 0 0 17 0 13 0 104565525 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1836806144 54914 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1794.66
Current children cumulated vsize (KiB) 1793756



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.6 s]
/proc/loadavg: 1.01 1.03 1.02 2/90 16138
/proc/meminfo: memFree=1631120/2055920 swapFree=4175456/4192956
[pid=16009] ppid=16007 vsize=1793756 CPUtime=1800.04
/proc/16009/stat : 16009 (java) S 16007 16009 15466 0 -1 0 114856 0 1 0 179886 118 0 0 18 0 13 0 104565515 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16009/statm: 448439 54922 1327 9 0 446051 0
[pid=16009/tid=16011] ppid=16007 vsize=1793756 CPUtime=1772.04
/proc/16009/task/16011/stat : 16011 (java) R 16007 16009 15466 0 -1 64 54226 0 1 0 177161 43 0 0 24 0 13 0 104565516 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109767112 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16012] ppid=16007 vsize=1793756 CPUtime=12.88
/proc/16009/task/16012/stat : 16012 (java) S 16007 16009 15466 0 -1 64 26068 0 0 0 1259 29 0 0 16 0 13 0 104565518 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16013] ppid=16007 vsize=1793756 CPUtime=12.87
/proc/16009/task/16013/stat : 16013 (java) S 16007 16009 15466 0 -1 64 27602 0 0 0 1258 29 0 0 16 0 13 0 104565518 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16014] ppid=16007 vsize=1793756 CPUtime=0.31
/proc/16009/task/16014/stat : 16014 (java) S 16007 16009 15466 0 -1 64 73 0 0 0 19 12 0 0 16 0 13 0 104565520 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16015] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16015/stat : 16015 (java) S 16007 16009 15466 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16016] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16016/stat : 16016 (java) S 16007 16009 15466 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 104565521 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16017] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16017/stat : 16017 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 104565525 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16018] ppid=16007 vsize=1793756 CPUtime=0.91
/proc/16009/task/16018/stat : 16018 (java) S 16007 16009 15466 0 -1 64 1946 0 0 0 91 0 0 0 16 0 13 0 104565525 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16019] ppid=16007 vsize=1793756 CPUtime=0.97
/proc/16009/task/16019/stat : 16019 (java) S 16007 16009 15466 0 -1 64 4220 0 0 0 95 2 0 0 17 0 13 0 104565525 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16020] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16020/stat : 16020 (java) S 16007 16009 15466 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 104565525 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16009/tid=16021] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16021/stat : 16021 (java) S 16007 16009 15466 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 104565525 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16009/tid=16030] ppid=16007 vsize=1793756 CPUtime=0
/proc/16009/task/16030/stat : 16030 (java) S 16007 16009 15466 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 104565726 1836806144 54922 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1793756

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

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

Child status: 143
Real time (s): 1787.72
CPU time (s): 1800.15
CPU user time (s): 1798.92
CPU system time (s): 1.22281
CPU usage (%): 100.695
Max. virtual memory (cumulated for all children) (KiB): 1794524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.92
system time used= 1.22281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114875
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= 49847
involuntary context switches= 55267

runsolver used 1.79773 second user time and 4.77227 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Sat Apr 14 16:01:17 UTC 2007

IDJOB= 350897
IDBENCH= 1610
IDSOLVER= 159
FILE ID= node13/350897-1176566477

PBS_JOBID= 4556774

Free space on /tmp= 66519 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350897-1176566477/sat4jPseudoResolution.jar /tmp/evaluation/350897-1176566477/instance-350897-1176566477.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-350897-1176566477 -o ROOT/results/node13/solver-350897-1176566477 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350897-1176566477/sat4jPseudoResolution.jar /tmp/evaluation/350897-1176566477/instance-350897-1176566477.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  aef7e3722fd5816dc0cbb2acb61edf83

RANDOM SEED= 534141347

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1847496 kB
Buffers:         25708 kB
Cached:          99352 kB
SwapCached:       3324 kB
Active:          39108 kB
Inactive:       117104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1847496 kB
SwapTotal:     4192956 kB
SwapFree:      4175456 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:          41676 kB
Slab:            37116 kB
Committed_AS:  4623476 kB
PageTables:       2120 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= 66519 MiB

End job on node13 on Sat Apr 14 16:31:07 UTC 2007