Trace number 363593

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-23OPT62027 50.0704 49.558

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUMab21eb5817d07a398a94670d7815d5fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62027
Best CPU time to get the best result obtained on this benchmark0.016996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved YES
Number of variables40
Total number of constraints23
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint4
Maximum length of a constraint10
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.06/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.30	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.30	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.12/0.30	c no version file found!!!
0.12/0.30	c sun.arch.data.model	32
0.12/0.30	c java.version	1.6.0
0.12/0.30	c os.name	Linux
0.12/0.30	c os.version	2.6.9-22.EL.rootsmp
0.12/0.30	c os.arch	i386
0.12/0.30	c Free memory 1651659224
0.12/0.30	c Max memory 1654456320
0.12/0.30	c Total memory 1654456320
0.12/0.31	c Number of processors 2
0.12/0.36	--- Begin Solver configuration ---
0.12/0.36	c Stops conflict analysis at the first Unique Implication Point
0.12/0.36	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.12/0.36	c Learn all clauses as in MiniSAT
0.12/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.36	c VSIDS like heuristics from MiniSAT using a heap
0.12/0.36	c No reason simplification
0.12/0.36	c --- End Solver configuration ---
0.12/0.36	c solving /tmp/evaluation/363593-1177029833/instance-363593-1177029833.opb
0.12/0.36	c reading problem ... 
0.12/0.39	c ... done. Wall clock time 0.033s.
0.12/0.39	c CPU time (experimental) 0.18s.
0.12/0.39	c #vars     40
0.12/0.40	c #constraints  23
0.23/0.40	c SATISFIABLE
0.23/0.40	c OPTIMIZING...
0.23/0.40	c Got one! Elapsed wall clock time (in seconds):0.042
0.23/0.40	o 62076
0.23/0.41	c Got one! Elapsed wall clock time (in seconds):0.048
0.23/0.41	o 62051
0.23/0.42	c Got one! Elapsed wall clock time (in seconds):0.061
0.23/0.42	o 62027
50.02/49.51	c starts		: 21
50.02/49.51	c conflicts		: 239961
50.02/49.51	c decisions		: 260836
50.02/49.51	c propagations		: 1297155
50.02/49.51	c inspects		: 191236109
50.02/49.51	c learnt literals	: 16
50.02/49.51	c learnt binary clauses	: 13
50.02/49.51	c learnt ternary clauses	: 16
50.02/49.51	c learnt clauses	: 239944
50.02/49.51	c root simplifications	: 0
50.02/49.51	c removed literals (reason simplification)	: 0
50.02/49.51	c reason swapping (by a shorter reason)	: 0
50.02/49.51	c Calls to reduceDB	: 0
50.02/49.51	c speed (decisions/second)	: 5313.965569929714
50.02/49.51	c non guided choices	0
50.02/49.51	s OPTIMUM FOUND
50.02/49.51	v -x1 x2 -x3 -x4 -x5 x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30
50.02/49.51	v -x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40
50.02/49.51	c objective function=62027
50.02/49.51	c Total wall clock time (ms): 49.151

Verifier Data (download as text)

OK	62027

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node42/watcher-363593-1177029833 -o ROOT/results/node42/solver-363593-1177029833 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363593-1177029833/sat4jPseudoResolution.jar /tmp/evaluation/363593-1177029833/instance-363593-1177029833.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.77 0.93 0.98 2/77 7092
/proc/meminfo: memFree=1780376/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=152 CPUtime=0
/proc/7092/stat : 7092 (java) D 7090 7092 7029 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 150895215 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 12407588 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7092/statm: 38 26 19 9 0 4 0

[startup+0.00887611 s]
/proc/loadavg: 0.77 0.93 0.98 2/77 7092
/proc/meminfo: memFree=1780376/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=324 CPUtime=0
/proc/7092/stat : 7092 (java) D 7090 7092 7029 0 -1 0 60 0 0 0 0 0 0 0 18 0 1 0 150895215 331776 44 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 12407588 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/7092/statm: 81 44 33 9 0 6 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 324

[startup+0.101898 s]
/proc/loadavg: 0.77 0.93 0.98 2/77 7092
/proc/meminfo: memFree=1780376/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=12916 CPUtime=0
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 904 0 1 0 0 0 0 0 18 0 2 0 150895215 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12916

[startup+0.301942 s]
/proc/loadavg: 0.77 0.93 0.98 2/77 7092
/proc/meminfo: memFree=1780376/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1780284 CPUtime=0.12
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 4262 0 1 0 9 3 0 0 18 0 12 0 150895215 1823010816 4004 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 445071 4004 1143 9 0 442683 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 1780284

[startup+0.702014 s]
/proc/loadavg: 0.77 0.93 0.98 2/77 7092
/proc/meminfo: memFree=1780376/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1784764 CPUtime=0.77
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 6677 0 1 0 73 4 0 0 18 0 13 0 150895215 1827598336 5720 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446191 5720 1301 9 0 443803 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 1784764

[startup+1.50216 s]
/proc/loadavg: 0.77 0.93 0.98 3/90 7108
/proc/meminfo: memFree=1754864/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1784764 CPUtime=1.8
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 12342 0 1 0 173 7 0 0 18 0 13 0 150895215 1827598336 10498 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446191 10498 1309 9 0 443803 0
[pid=7092/tid=7094] ppid=7090 vsize=1784764 CPUtime=1.07
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 9003 0 1 0 102 5 0 0 19 0 13 0 150895224 1827598336 10499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109514215 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 150895227 1827598336 10499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 150895227 1827598336 10499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 150895229 1827598336 10499 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 150895229 1827598336 10500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 150895229 1827598336 10500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827598336 10500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1784764 CPUtime=0.43
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2020 0 0 0 43 0 0 0 17 0 13 0 150895240 1827598336 10500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1784764 CPUtime=0.27
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 27 0 0 0 16 0 13 0 150895240 1827598336 10500 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827598336 10501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827598336 10501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827598336 10501 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 1784764

[startup+3.10247 s]
/proc/loadavg: 0.77 0.93 0.98 2/90 7108
/proc/meminfo: memFree=1727856/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1784764 CPUtime=3.41
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 20688 0 1 0 330 11 0 0 18 0 13 0 150895215 1827598336 18843 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446191 18844 1309 9 0 443803 0
[pid=7092/tid=7094] ppid=7090 vsize=1784764 CPUtime=2.66
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 17348 0 1 0 257 9 0 0 25 0 13 0 150895224 1827598336 18844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109538327 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 150895227 1827598336 18844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 150895227 1827598336 18844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 150895229 1827598336 18845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 150895229 1827598336 18845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 150895229 1827598336 18845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827598336 18845 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1784764 CPUtime=0.44
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 44 0 0 0 16 0 13 0 150895240 1827598336 18846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1784764 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1827598336 18846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827598336 18846 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827598336 18847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1784764 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827598336 18847 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 1784764

[startup+6.30207 s]
/proc/loadavg: 0.79 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1679808/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1783744 CPUtime=6.6
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 30356 0 1 0 644 16 0 0 18 0 13 0 150895215 1826553856 28180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 445936 28180 1309 9 0 443548 0
[pid=7092/tid=7094] ppid=7090 vsize=1783744 CPUtime=5.85
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 27015 0 1 0 571 14 0 0 25 0 13 0 150895224 1826553856 28180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534116 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 150895227 1826553856 28180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 150895227 1826553856 28180 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 150895229 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 150895229 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 3 0 0 0 0 0 0 0 24 0 13 0 150895229 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1783744 CPUtime=0.44
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 44 0 0 0 16 0 13 0 150895240 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1783744 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1783744 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1826553856 28181 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 1783744

[startup+12.7013 s]
/proc/loadavg: 0.81 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1629312/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1784388 CPUtime=13.08
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 44950 0 1 0 1287 21 0 0 18 0 13 0 150895215 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446097 42680 1318 9 0 443709 0
[pid=7092/tid=7094] ppid=7090 vsize=1784388 CPUtime=12.17
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 37706 0 1 0 1199 18 0 0 19 0 13 0 150895224 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534116 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1784388 CPUtime=0.07
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 1835 0 0 0 7 0 0 0 16 0 13 0 150895227 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1784388 CPUtime=0.07
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 2063 0 0 0 7 0 0 0 17 0 13 0 150895227 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 7 0 0 0 0 0 0 0 15 0 13 0 150895229 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150895229 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150895229 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1784388 CPUtime=0.45
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 45 0 0 0 16 0 13 0 150895240 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1784388 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.08
Current children cumulated vsize (KiB) 1784388

[startup+25.5027 s]
/proc/loadavg: 0.85 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1613184/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1784388 CPUtime=25.88
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 44950 0 1 0 2567 21 0 0 18 0 13 0 150895215 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446097 42680 1318 9 0 443709 0
[pid=7092/tid=7094] ppid=7090 vsize=1784388 CPUtime=24.97
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 37706 0 1 0 2478 19 0 0 25 0 13 0 150895224 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485658 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1784388 CPUtime=0.07
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 1835 0 0 0 7 0 0 0 16 0 13 0 150895227 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1784388 CPUtime=0.07
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 2063 0 0 0 7 0 0 0 17 0 13 0 150895227 1827213312 42680 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827213312 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1784388 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827213312 42683 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.67
Current children cumulated vsize (KiB) 1784388

[startup+44.7024 s]
/proc/loadavg: 0.89 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1582784/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1785028 CPUtime=45.22
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 52754 0 1 0 4496 26 0 0 18 0 13 0 150895215 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446257 50281 1318 9 0 443869 0
[pid=7092/tid=7094] ppid=7090 vsize=1785028 CPUtime=44.01
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 37710 0 1 0 4382 19 0 0 25 0 13 0 150895224 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485935 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 6042 0 0 0 19 2 0 0 16 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 5654 0 0 0 19 2 0 0 18 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1785028 CPUtime=0.45
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 45 0 0 0 16 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1785028 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 45.22
Current children cumulated vsize (KiB) 1785028

[startup+47.902 s]
/proc/loadavg: 0.89 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1582720/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1785028 CPUtime=48.41
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 52754 0 1 0 4815 26 0 0 18 0 13 0 150895215 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446257 50281 1318 9 0 443869 0
[pid=7092/tid=7094] ppid=7090 vsize=1785028 CPUtime=47.21
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 37710 0 1 0 4702 19 0 0 25 0 13 0 150895224 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534116 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 6042 0 0 0 19 2 0 0 16 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 5654 0 0 0 19 2 0 0 18 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1785028 CPUtime=0.45
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 45 0 0 0 16 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1785028 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.41
Current children cumulated vsize (KiB) 1785028

[startup+48.7011 s]
/proc/loadavg: 0.90 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1582720/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1785028 CPUtime=49.21
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 52754 0 1 0 4895 26 0 0 18 0 13 0 150895215 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446257 50281 1318 9 0 443869 0
[pid=7092/tid=7094] ppid=7090 vsize=1785028 CPUtime=48.01
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 37710 0 1 0 4782 19 0 0 25 0 13 0 150895224 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109486104 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 6042 0 0 0 19 2 0 0 16 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 5654 0 0 0 19 2 0 0 18 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1785028 CPUtime=0.45
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 45 0 0 0 16 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1785028 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.21
Current children cumulated vsize (KiB) 1785028

[startup+49.1012 s]
/proc/loadavg: 0.90 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1582720/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1785028 CPUtime=49.61
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 52754 0 1 0 4935 26 0 0 18 0 13 0 150895215 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446257 50281 1318 9 0 443869 0
[pid=7092/tid=7094] ppid=7090 vsize=1785028 CPUtime=48.41
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 37710 0 1 0 4822 19 0 0 25 0 13 0 150895224 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109485935 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 6042 0 0 0 19 2 0 0 16 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 5654 0 0 0 19 2 0 0 18 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1785028 CPUtime=0.45
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 45 0 0 0 16 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1785028 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.61
Current children cumulated vsize (KiB) 1785028

[startup+49.5063 s]
/proc/loadavg: 0.90 0.94 0.98 2/90 7108
/proc/meminfo: memFree=1582720/2055920 swapFree=4145860/4192956
[pid=7092] ppid=7090 vsize=1785028 CPUtime=50.02
/proc/7092/stat : 7092 (java) S 7090 7092 7029 0 -1 0 52754 0 1 0 4976 26 0 0 18 0 13 0 150895215 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7092/statm: 446257 50281 1318 9 0 443869 0
[pid=7092/tid=7094] ppid=7090 vsize=1785028 CPUtime=48.82
/proc/7092/task/7094/stat : 7094 (java) R 7090 7092 7029 0 -1 64 37710 0 1 0 4863 19 0 0 25 0 13 0 150895224 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109486092 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7095] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7095/stat : 7095 (java) S 7090 7092 7029 0 -1 64 6042 0 0 0 19 2 0 0 16 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7096] ppid=7090 vsize=1785028 CPUtime=0.21
/proc/7092/task/7096/stat : 7096 (java) S 7090 7092 7029 0 -1 64 5654 0 0 0 19 2 0 0 18 0 13 0 150895227 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7092/tid=7097] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7097/stat : 7097 (java) S 7090 7092 7029 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7098] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7098/stat : 7098 (java) S 7090 7092 7029 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7099] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7099/stat : 7099 (java) S 7090 7092 7029 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150895229 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7100] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7100/stat : 7100 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7101] ppid=7090 vsize=1785028 CPUtime=0.45
/proc/7092/task/7101/stat : 7101 (java) S 7090 7092 7029 0 -1 64 2021 0 0 0 45 0 0 0 16 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7102] ppid=7090 vsize=1785028 CPUtime=0.28
/proc/7092/task/7102/stat : 7102 (java) S 7090 7092 7029 0 -1 64 591 0 0 0 28 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7103] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7103/stat : 7103 (java) S 7090 7092 7029 0 -1 64 2 0 0 0 0 0 0 0 22 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7104] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7104/stat : 7104 (java) S 7090 7092 7029 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 150895240 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7092/tid=7108] ppid=7090 vsize=1785028 CPUtime=0
/proc/7092/task/7108/stat : 7108 (java) S 7090 7092 7029 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 150895259 1827868672 50281 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.02
Current children cumulated vsize (KiB) 1785028

Child status: 30
Real time (s): 49.558
CPU time (s): 50.0704
CPU user time (s): 49.7744
CPU system time (s): 0.295955
CPU usage (%): 101.034
Max. virtual memory (cumulated for all children) (KiB): 1785704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.7744
system time used= 0.295955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52758
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= 1516
involuntary context switches= 474

runsolver used 0.051992 second user time and 0.142978 second system time

The end

Launcher Data (download as text)

Begin job on node42 on Fri Apr 20 00:43:53 UTC 2007

IDJOB= 363593
IDBENCH= 1867
IDSOLVER= 159
FILE ID= node42/363593-1177029833

PBS_JOBID= 4630656

Free space on /tmp= 66445 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363593-1177029833/sat4jPseudoResolution.jar /tmp/evaluation/363593-1177029833/instance-363593-1177029833.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node42/watcher-363593-1177029833 -o ROOT/results/node42/solver-363593-1177029833 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363593-1177029833/sat4jPseudoResolution.jar /tmp/evaluation/363593-1177029833/instance-363593-1177029833.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ab21eb5817d07a398a94670d7815d5fb

RANDOM SEED= 512774358

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node42.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.277
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.277
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:       1780784 kB
Buffers:         57740 kB
Cached:         134844 kB
SwapCached:      17128 kB
Active:          43600 kB
Inactive:       178716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1780784 kB
SwapTotal:     4192956 kB
SwapFree:      4145860 kB
Dirty:            3772 kB
Writeback:           0 kB
Mapped:          34344 kB
Slab:            38224 kB
Committed_AS:  3430396 kB
PageTables:       1912 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= 66445 MiB

End job on node42 on Fri Apr 20 00:44:43 UTC 2007