Trace number 362879

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.23 1789.76

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-share1b.opb
MD5SUMbba1c13067ee4807fb3278415b1e1268
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables6750
Total number of constraints117
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints117
Minimum length of a constraint30
Maximum length of a constraint1110
Number of terms in the objective function 930
Biggest coefficient in the objective function 52096
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 525037
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262126
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 525113
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.19/0.20	--- Begin Solver configuration ---
0.19/0.20	c Stops conflict analysis at the first Unique Implication Point
0.19/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.20	c Learn all clauses as in MiniSAT
0.19/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.20	c No reason simplification
0.19/0.20	c --- End Solver configuration ---
0.19/0.20	c solving /tmp/evaluation/362879-1177019549/instance-362879-1177019549.opb
0.19/0.20	c reading problem ... 
2.39/1.43	c ... done. Wall clock time 1.232s.
2.39/1.44	c CPU time (experimental) 0.97s.
2.39/1.44	c #vars     6750
2.39/1.44	c #constraints  206
1800.07/1789.61	c starts		: 21
1800.07/1789.61	c conflicts		: 823837
1800.07/1789.61	c decisions		: 888104
1800.07/1789.61	c propagations		: 21407440
1800.07/1789.61	c inspects		: 1406375499
1800.07/1789.61	c learnt literals	: 4
1800.07/1789.61	c learnt binary clauses	: 4
1800.07/1789.61	c learnt ternary clauses	: 3
1800.07/1789.61	c learnt clauses	: 823833
1800.07/1789.61	c root simplifications	: 0
1800.07/1789.61	c removed literals (reason simplification)	: 0
1800.07/1789.61	c reason swapping (by a shorter reason)	: 0
1800.07/1789.61	c Calls to reduceDB	: 0
1800.07/1789.61	c speed (decisions/second)	: 496.6649647090799
1800.07/1789.61	c non guided choices	0
1800.07/1789.61	s UNKNOWN
1800.07/1789.61	c Total wall clock time (ms): 1789.412

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

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


[startup+0 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 12938
/proc/meminfo: memFree=1825392/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=152 CPUtime=0
/proc/12938/stat : 12938 (java) R 12936 12938 11697 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 177944415 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 6890276 0 0 4096 0 0 0 0 17 1 0 0
/proc/12938/statm: 38 26 19 9 0 4 0

[startup+0.038748 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 12938
/proc/meminfo: memFree=1825392/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1776088 CPUtime=0.01
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 3188 0 1 0 0 1 0 0 18 0 4 0 177944415 1818714112 2936 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 444022 2936 887 9 0 441658 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1776088

[startup+0.101763 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 12938
/proc/meminfo: memFree=1825392/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1780108 CPUtime=0.08
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 3972 0 1 0 6 2 0 0 18 0 12 0 177944415 1822830592 3714 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 445027 3714 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.3018 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 12938
/proc/meminfo: memFree=1825392/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1782068 CPUtime=0.33
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 5149 0 1 0 30 3 0 0 18 0 12 0 177944415 1824837632 4886 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 445517 4886 1264 9 0 443129 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782068

[startup+0.701873 s]
/proc/loadavg: 0.91 0.96 0.98 2/64 12938
/proc/meminfo: memFree=1825392/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1788676 CPUtime=1.07
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 8599 0 1 0 103 4 0 0 18 0 12 0 177944415 1831604224 7806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 447169 7806 1302 9 0 444781 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 1788676

[startup+1.50302 s]
/proc/loadavg: 0.91 0.96 0.98 4/76 12950
/proc/meminfo: memFree=1789584/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793744 CPUtime=2.51
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 19204 0 1 0 237 14 0 0 18 0 12 0 177944415 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448436 16051 1318 9 0 446048 0
[pid=12938/tid=12940] ppid=12936 vsize=1793744 CPUtime=1.01
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 12141 0 1 0 96 5 0 0 19 0 12 0 177944416 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793744 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 177944417 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793744 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 177944417 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793744 CPUtime=0.1
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 4 6 0 0 16 0 12 0 177944420 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793744 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 177944420 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793744 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 177944420 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793744 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 177944424 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793744 CPUtime=0.63
/proc/12938/task/12947/stat : 12947 (java) R 12936 12938 11697 0 -1 64 1811 0 0 0 63 0 0 0 16 0 12 0 177944424 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104726129 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793744 CPUtime=0.74
/proc/12938/task/12948/stat : 12948 (java) R 12936 12938 11697 0 -1 64 4533 0 0 0 73 1 0 0 16 0 12 0 177944424 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102602435 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793744 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 177944424 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793744 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 177944424 1836793856 16051 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 1793744

[startup+3.1023 s]
/proc/loadavg: 0.91 0.96 0.98 2/77 12951
/proc/meminfo: memFree=1754568/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793960 CPUtime=4.31
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 28420 0 1 0 412 19 0 0 18 0 13 0 177944415 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448490 25185 1321 9 0 446102 0
[pid=12938/tid=12940] ppid=12936 vsize=1793960 CPUtime=2.51
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 21251 0 1 0 242 9 0 0 24 0 13 0 177944416 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109676375 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 177944417 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177944417 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793960 CPUtime=0.1
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 2 0 0 0 4 6 0 0 16 0 13 0 177944420 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 177944420 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177944420 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793960 CPUtime=0.78
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1892 0 0 0 78 0 0 0 15 0 13 0 177944424 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793960 CPUtime=0.87
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4553 0 0 0 86 1 0 0 16 0 13 0 177944424 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793960 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1837015040 25185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 1793960

[startup+6.30189 s]
/proc/loadavg: 0.92 0.96 0.98 2/77 12951
/proc/meminfo: memFree=1684104/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793928 CPUtime=7.5
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 44819 0 1 0 724 26 0 0 18 0 13 0 177944415 1836982272 41481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448482 41481 1321 9 0 446094 0
[pid=12938/tid=12940] ppid=12936 vsize=1793928 CPUtime=5.72
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 37650 0 1 0 555 17 0 0 25 0 13 0 177944416 1836982272 41481 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109536704 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 177944417 1836982272 41482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 20 0 13 0 177944417 1836982272 41482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.1
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 2 0 0 0 4 6 0 0 16 0 13 0 177944420 1836982272 41482 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 177944420 1836982272 41483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 177944420 1836982272 41483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1836982272 41483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793928 CPUtime=0.78
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1892 0 0 0 78 0 0 0 15 0 13 0 177944424 1836982272 41483 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793928 CPUtime=0.87
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4553 0 0 0 86 1 0 0 16 0 13 0 177944424 1836982272 41484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1836982272 41484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1836982272 41484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1836982272 41484 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 1793928

[startup+12.7021 s]
/proc/loadavg: 0.93 0.96 0.98 2/77 12951
/proc/meminfo: memFree=1655952/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793928 CPUtime=14.06
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 46744 0 1 0 1378 28 0 0 18 0 13 0 177944415 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448482 43387 1332 9 0 446094 0
[pid=12938/tid=12940] ppid=12936 vsize=1793928 CPUtime=12.03
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 37711 0 1 0 1186 17 0 0 25 0 13 0 177944416 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109777583 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793928 CPUtime=0.02
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 1096 0 0 0 2 0 0 0 16 0 13 0 177944417 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793928 CPUtime=0.02
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 745 0 0 0 2 0 0 0 16 0 13 0 177944417 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.1
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 8 0 0 0 4 6 0 0 16 0 13 0 177944420 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793928 CPUtime=0.91
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1908 0 0 0 91 0 0 0 16 0 13 0 177944424 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793928 CPUtime=0.92
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4555 0 0 0 90 2 0 0 16 0 13 0 177944424 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1836982272 43387 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 1793928

[startup+25.5014 s]
/proc/loadavg: 0.94 0.96 0.98 2/77 12951
/proc/meminfo: memFree=1631952/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793928 CPUtime=26.93
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 52823 0 1 0 2663 30 0 0 18 0 13 0 177944415 1836982272 49408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448482 49408 1332 9 0 446094 0
[pid=12938/tid=12940] ppid=12936 vsize=1793928 CPUtime=24.74
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 37713 0 1 0 2457 17 0 0 25 0 13 0 177944416 1836982272 49408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109655632 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793928 CPUtime=0.1
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 3239 0 0 0 9 1 0 0 17 0 13 0 177944417 1836982272 49408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793928 CPUtime=0.1
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 4674 0 0 0 9 1 0 0 17 0 13 0 177944417 1836982272 49408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.1
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 12 0 0 0 4 6 0 0 16 0 13 0 177944420 1836982272 49408 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.2
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 118 0 0 0 8 12 0 0 15 0 13 0 177944420 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793928 CPUtime=0.92
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1910 0 0 0 92 0 0 0 16 0 13 0 177944424 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793928 CPUtime=0.94
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4555 0 0 0 92 2 0 0 17 0 13 0 177944424 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1836982272 157185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1611.55
Current children cumulated vsize (KiB) 1793928

[startup+1662.3 s]
/proc/loadavg: 1.02 0.99 0.99 2/77 13149
/proc/meminfo: memFree=1196496/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793928 CPUtime=1671.97
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 228347 0 1 0 167061 136 0 0 18 0 13 0 177944415 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448482 157807 1332 9 0 446094 0
[pid=12938/tid=12940] ppid=12936 vsize=1793928 CPUtime=1650.31
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 75238 0 1 0 164992 39 0 0 25 0 13 0 177944416 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771789 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793928 CPUtime=10.17
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 37131 0 0 0 997 20 0 0 17 0 13 0 177944417 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793928 CPUtime=9.36
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 108674 0 0 0 876 60 0 0 16 0 13 0 177944417 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.2
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 118 0 0 0 8 12 0 0 16 0 13 0 177944420 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793928 CPUtime=0.92
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1910 0 0 0 92 0 0 0 16 0 13 0 177944424 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793928 CPUtime=0.94
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4555 0 0 0 92 2 0 0 17 0 13 0 177944424 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1836982272 157807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1671.97
Current children cumulated vsize (KiB) 1793928

[startup+1722.3 s]
/proc/loadavg: 1.01 0.99 0.99 2/77 13149
/proc/meminfo: memFree=1189968/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793928 CPUtime=1732.33
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 231875 0 1 0 173095 138 0 0 18 0 13 0 177944415 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448482 159435 1332 9 0 446094 0
[pid=12938/tid=12940] ppid=12936 vsize=1793928 CPUtime=1709.78
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 75249 0 1 0 170939 39 0 0 25 0 13 0 177944416 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804075 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793928 CPUtime=10.67
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 37253 0 0 0 1047 20 0 0 16 0 13 0 177944417 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793928 CPUtime=9.76
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 112066 0 0 0 914 62 0 0 16 0 13 0 177944417 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.21
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 121 0 0 0 8 13 0 0 16 0 13 0 177944420 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793928 CPUtime=0.92
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1910 0 0 0 92 0 0 0 16 0 13 0 177944424 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793928 CPUtime=0.94
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4555 0 0 0 92 2 0 0 17 0 13 0 177944424 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1836982272 159435 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1732.33
Current children cumulated vsize (KiB) 1793928

[startup+1782.3 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 13149
/proc/meminfo: memFree=1178576/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793928 CPUtime=1792.73
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 236464 0 1 0 179132 141 0 0 18 0 13 0 177944415 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448482 162262 1332 9 0 446094 0
[pid=12938/tid=12940] ppid=12936 vsize=1793928 CPUtime=1769.22
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 75964 0 1 0 176883 39 0 0 25 0 13 0 177944416 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109771736 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793928 CPUtime=11.19
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 37253 0 0 0 1099 20 0 0 17 0 13 0 177944417 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793928 CPUtime=10.18
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 115928 0 0 0 954 64 0 0 16 0 13 0 177944417 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.22
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 133 0 0 0 9 13 0 0 16 0 13 0 177944420 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793928 CPUtime=0.92
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1910 0 0 0 92 0 0 0 16 0 13 0 177944424 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793928 CPUtime=0.94
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4555 0 0 0 92 2 0 0 17 0 13 0 177944424 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1836982272 162262 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1792.73
Current children cumulated vsize (KiB) 1793928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.6 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 13149
/proc/meminfo: memFree=1178768/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=1793928 CPUtime=1800.07
/proc/12938/stat : 12938 (java) S 12936 12938 11697 0 -1 0 236787 0 1 0 179866 141 0 0 18 0 13 0 177944415 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/12938/statm: 448482 162215 1332 9 0 446094 0
[pid=12938/tid=12940] ppid=12936 vsize=1793928 CPUtime=1776.48
/proc/12938/task/12940/stat : 12940 (java) R 12936 12938 11697 0 -1 64 75965 0 1 0 177609 39 0 0 25 0 13 0 177944416 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109804392 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12941] ppid=12936 vsize=1793928 CPUtime=11.24
/proc/12938/task/12941/stat : 12941 (java) S 12936 12938 11697 0 -1 64 37253 0 0 0 1104 20 0 0 16 0 13 0 177944417 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12942] ppid=12936 vsize=1793928 CPUtime=10.21
/proc/12938/task/12942/stat : 12942 (java) S 12936 12938 11697 0 -1 64 116250 0 0 0 957 64 0 0 16 0 13 0 177944417 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12943] ppid=12936 vsize=1793928 CPUtime=0.22
/proc/12938/task/12943/stat : 12943 (java) S 12936 12938 11697 0 -1 64 133 0 0 0 9 13 0 0 16 0 13 0 177944420 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12944] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12944/stat : 12944 (java) S 12936 12938 11697 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12945] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12945/stat : 12945 (java) S 12936 12938 11697 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177944420 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12946] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12946/stat : 12946 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 177944424 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12947] ppid=12936 vsize=1793928 CPUtime=0.92
/proc/12938/task/12947/stat : 12947 (java) S 12936 12938 11697 0 -1 64 1910 0 0 0 92 0 0 0 16 0 13 0 177944424 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12948] ppid=12936 vsize=1793928 CPUtime=0.94
/proc/12938/task/12948/stat : 12948 (java) S 12936 12938 11697 0 -1 64 4555 0 0 0 92 2 0 0 17 0 13 0 177944424 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12938/tid=12949] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12949/stat : 12949 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177944424 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12950] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12950/stat : 12950 (java) S 12936 12938 11697 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177944424 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12938/tid=12951] ppid=12936 vsize=1793928 CPUtime=0
/proc/12938/task/12951/stat : 12951 (java) S 12936 12938 11697 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 177944568 1836982272 162215 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1793928

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

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

[startup+1789.72 s]
/proc/loadavg: 1.00 0.99 0.99 2/77 13149
/proc/meminfo: memFree=1178768/2055920 swapFree=4180708/4192956
[pid=12938] ppid=12936 vsize=0 CPUtime=1800.17
/proc/12938/stat : 12938 (java) Z 12936 12938 11697 0 -1 1036 236807 0 1 0 179871 146 0 0 16 0 2 0 177944415 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12938/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1789.76
CPU time (s): 1800.23
CPU user time (s): 1798.72
CPU system time (s): 1.50777
CPU usage (%): 100.585
Max. virtual memory (cumulated for all children) (KiB): 1794992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.72
system time used= 1.50777
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236807
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= 41145
involuntary context switches= 32152

runsolver used 1.9587 second user time and 4.6153 second system time

The end

Launcher Data (download as text)

Begin job on node67 on Thu Apr 19 21:52:29 UTC 2007

IDJOB= 362879
IDBENCH= 1679
IDSOLVER= 159
FILE ID= node67/362879-1177019549

PBS_JOBID= 4630540

Free space on /tmp= 66452 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  bba1c13067ee4807fb3278415b1e1268

RANDOM SEED= 450812278

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node67.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.263
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.263
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:       1825864 kB
Buffers:         16568 kB
Cached:         161260 kB
SwapCached:       5976 kB
Active:          42528 kB
Inactive:       147540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1825864 kB
SwapTotal:     4192956 kB
SwapFree:      4180708 kB
Dirty:            3920 kB
Writeback:           0 kB
Mapped:          15912 kB
Slab:            25992 kB
Committed_AS:   289180 kB
PageTables:       1456 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= 66452 MiB

End job on node67 on Thu Apr 19 22:22:21 UTC 2007