Trace number 419335

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 NameAnswerCPU timeWall clock time
sat4jPseudoCPClause 2007-03-23SAT 390.043 361.169

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug7.opb
MD5SUM5e1c43c34f57a3304935b5ce80424b97
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark390.043
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables521147
Total number of constraints13378010
Number of constraints which are clauses13378010
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint6689
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 6689
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-419335-1177407335 -o ROOT/results/node12/solver-419335-1177407335 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419335-1177407335/sat4jPseudoCPClause.jar /tmp/evaluation/419335-1177407335/instance-419335-1177407335.opb 

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


[startup+0 s]
/proc/loadavg: 1.40 1.13 1.05 2/79 16157
/proc/meminfo: memFree=1297896/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=18528 CPUtime=0
/proc/16157/stat : 16157 (runsolver) D 16155 16157 15097 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 216773605 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 252429528359 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16157/statm: 4632 284 249 14 0 2626 0

[startup+0.022126 s]
/proc/loadavg: 1.40 1.13 1.05 2/79 16157
/proc/meminfo: memFree=1297896/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=18528 CPUtime=0
/proc/16157/stat : 16157 (runsolver) D 16155 16157 15097 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 216773605 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 252429528359 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16157/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.101133 s]
/proc/loadavg: 1.40 1.13 1.05 2/79 16157
/proc/meminfo: memFree=1297896/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=18528 CPUtime=0
/proc/16157/stat : 16157 (runsolver) D 16155 16157 15097 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 216773605 18972672 284 18446744073709551615 4194304 4255128 548682068864 18446744073709551615 252429528359 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/16157/statm: 4632 284 249 14 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18528

[startup+0.301157 s]
/proc/loadavg: 1.40 1.13 1.05 2/79 16157
/proc/meminfo: memFree=1297896/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1777712 CPUtime=0.04
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 3568 0 1 0 2 2 0 0 18 0 7 0 216773605 1820377088 3313 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 444428 3313 1061 9 0 442064 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1777712

[startup+0.701199 s]
/proc/loadavg: 1.40 1.13 1.05 2/79 16157
/proc/meminfo: memFree=1297896/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1781976 CPUtime=0.42
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 9817 0 1 0 36 6 0 0 18 0 12 0 216773605 1824743424 9555 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 445494 9555 1268 9 0 443105 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 1781976

[startup+1.50128 s]
/proc/loadavg: 1.40 1.13 1.05 5/90 16169
/proc/meminfo: memFree=1260368/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1785680 CPUtime=1.68
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 17253 0 1 0 158 10 0 0 18 0 12 0 216773605 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 446420 15135 1301 9 0 444031 0
[pid=16157/tid=16159] ppid=16155 vsize=1785680 CPUtime=0.83
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 13300 0 1 0 76 7 0 0 18 0 12 0 216773624 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478794 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 216773626 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 216773626 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 216773628 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 216773629 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 216773629 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 216773646 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1785680 CPUtime=0.44
/proc/16157/task/16166/stat : 16166 (java) R 16155 16157 15097 0 -1 64 1966 0 0 0 44 0 0 0 17 0 12 0 216773646 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105284944 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1785680 CPUtime=0.36
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1267 0 0 0 36 0 0 0 16 0 12 0 216773646 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 216773646 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1785680 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216773646 1828536320 15135 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 1785680

[startup+3.10144 s]
/proc/loadavg: 1.40 1.13 1.05 2/90 16169
/proc/meminfo: memFree=1194512/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1785512 CPUtime=3.49
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 47368 0 1 0 323 26 0 0 18 0 12 0 216773605 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 446378 44961 1311 9 0 443989 0
[pid=16157/tid=16159] ppid=16155 vsize=1785512 CPUtime=2.24
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37672 0 1 0 204 20 0 0 23 0 12 0 216773624 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109486466 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1785512 CPUtime=0.05
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 2677 0 0 0 4 1 0 0 16 0 12 0 216773626 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1785512 CPUtime=0.05
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 2802 0 0 0 4 1 0 0 17 0 12 0 216773626 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1785512 CPUtime=0
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 216773628 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1785512 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216773629 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1785512 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216773629 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1785512 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 216773646 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1785512 CPUtime=0.58
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2199 0 0 0 58 0 0 0 17 0 12 0 216773646 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1785512 CPUtime=0.49
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1293 0 0 0 49 0 0 0 16 0 12 0 216773646 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1785512 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 216773646 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1785512 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216773646 1828364288 44961 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 1785512

[startup+6.30275 s]
/proc/loadavg: 1.45 1.15 1.05 2/90 16169
/proc/meminfo: memFree=1090064/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1785868 CPUtime=7.04
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 57842 0 1 0 671 33 0 0 18 0 12 0 216773605 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 446467 54944 1312 9 0 444078 0
[pid=16157/tid=16159] ppid=16155 vsize=1785868 CPUtime=5.08
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37676 0 1 0 487 21 0 0 19 0 12 0 216773624 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478794 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1785868 CPUtime=0.4
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 8553 0 0 0 35 5 0 0 16 0 12 0 216773626 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1785868 CPUtime=0.41
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 7392 0 0 0 38 3 0 0 16 0 12 0 216773626 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1785868 CPUtime=0
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 216773628 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1785868 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216773629 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1785868 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216773629 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1785868 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 216773646 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1785868 CPUtime=0.59
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2201 0 0 0 59 0 0 0 16 0 12 0 216773646 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1785868 CPUtime=0.49
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1293 0 0 0 49 0 0 0 16 0 12 0 216773646 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1785868 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 216773646 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1785868 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216773646 1828728832 54944 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 1785868

[startup+12.7024 s]
/proc/loadavg: 1.41 1.14 1.05 2/89 16169
/proc/meminfo: memFree=1037400/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1789072 CPUtime=14.58
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 73196 0 1 0 1415 43 0 0 18 0 12 0 216773605 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 447268 68940 1319 9 0 444879 0
[pid=16157/tid=16159] ppid=16155 vsize=1789072 CPUtime=10.3
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37684 0 1 0 1008 22 0 0 18 0 12 0 216773624 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1789072 CPUtime=1.56
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 15265 0 0 0 147 9 0 0 18 0 12 0 216773626 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1789072 CPUtime=1.55
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 16018 0 0 0 147 8 0 0 16 0 12 0 216773626 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 216773628 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216773629 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216773629 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 216773646 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1789072 CPUtime=0.6
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2209 0 0 0 60 0 0 0 16 0 12 0 216773646 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1789072 CPUtime=0.49
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1293 0 0 0 49 0 0 0 16 0 12 0 216773646 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 216773646 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216773646 1832009728 68940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.58
Current children cumulated vsize (KiB) 1789072

[startup+25.5017 s]
/proc/loadavg: 1.32 1.14 1.05 2/89 16169
/proc/meminfo: memFree=963672/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1789072 CPUtime=28.6
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 92661 0 1 0 2806 54 0 0 18 0 12 0 216773605 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 447268 86379 1319 9 0 444879 0
[pid=16157/tid=16159] ppid=16155 vsize=1789072 CPUtime=21.88
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37702 0 1 0 2164 24 0 0 17 0 12 0 216773624 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109478862 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1789072 CPUtime=2.75
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 23830 0 0 0 262 13 0 0 16 0 12 0 216773626 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1789072 CPUtime=2.74
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 26891 0 0 0 262 12 0 0 16 0 12 0 216773626 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1789072 CPUtime=0.01
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 14 0 0 0 1 0 0 0 16 0 12 0 216773628 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216773629 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216773629 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1789072 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 216773646 1832009728 86379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=16157] ppid=16155 vsize=1789396 CPUtime=380.64
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 400060 0 8 0 37813 251 0 0 18 0 13 0 216773605 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 447349 384385 1333 9 0 444960 0
[pid=16157/tid=16159] ppid=16155 vsize=1789396 CPUtime=320.12
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37948 0 4 0 31943 69 0 0 25 0 13 0 216773624 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834956 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1789396 CPUtime=27.84
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 136129 0 0 0 2708 76 0 0 16 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1789396 CPUtime=30.3
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 220834 0 0 0 2932 98 0 0 17 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1789396 CPUtime=0.06
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 19 0 0 0 3 3 0 0 16 0 13 0 216773628 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1789396 CPUtime=1.19
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2864 0 2 0 118 1 0 0 16 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1789396 CPUtime=1.07
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1545 0 2 0 106 1 0 0 17 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16170] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16170/stat : 16170 (java) S 16155 16157 15097 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 216796185 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 380.64
Current children cumulated vsize (KiB) 1789396

[startup+355.103 s]
/proc/loadavg: 1.03 1.12 1.08 2/90 16170
/proc/meminfo: memFree=15888/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1789396 CPUtime=383.84
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 400060 0 8 0 38133 251 0 0 18 0 13 0 216773605 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 447349 384385 1333 9 0 444960 0
[pid=16157/tid=16159] ppid=16155 vsize=1789396 CPUtime=323.32
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37948 0 4 0 32263 69 0 0 25 0 13 0 216773624 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109848038 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1789396 CPUtime=27.84
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 136129 0 0 0 2708 76 0 0 16 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1789396 CPUtime=30.3
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 220834 0 0 0 2932 98 0 0 17 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1789396 CPUtime=0.06
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 19 0 0 0 3 3 0 0 16 0 13 0 216773628 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1789396 CPUtime=1.19
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2864 0 2 0 118 1 0 0 16 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1789396 CPUtime=1.07
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1545 0 2 0 106 1 0 0 17 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16170] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16170/stat : 16170 (java) S 16155 16157 15097 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 216796185 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 383.84
Current children cumulated vsize (KiB) 1789396

[startup+358.303 s]
/proc/loadavg: 1.03 1.12 1.08 2/90 16170
/proc/meminfo: memFree=15888/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1789396 CPUtime=387.03
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 400060 0 8 0 38452 251 0 0 18 0 13 0 216773605 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 447349 384385 1333 9 0 444960 0
[pid=16157/tid=16159] ppid=16155 vsize=1789396 CPUtime=326.51
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37948 0 4 0 32582 69 0 0 25 0 13 0 216773624 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109878347 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1789396 CPUtime=27.84
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 136129 0 0 0 2708 76 0 0 16 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1789396 CPUtime=30.3
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 220834 0 0 0 2932 98 0 0 17 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1789396 CPUtime=0.06
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 19 0 0 0 3 3 0 0 16 0 13 0 216773628 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1789396 CPUtime=1.19
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2864 0 2 0 118 1 0 0 16 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1789396 CPUtime=1.07
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1545 0 2 0 106 1 0 0 17 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16170] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16170/stat : 16170 (java) S 16155 16157 15097 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 216796185 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 387.03
Current children cumulated vsize (KiB) 1789396

[startup+359.901 s]
/proc/loadavg: 1.03 1.12 1.08 2/90 16170
/proc/meminfo: memFree=15888/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1789396 CPUtime=388.63
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 400060 0 8 0 38612 251 0 0 18 0 13 0 216773605 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 447349 384385 1333 9 0 444960 0
[pid=16157/tid=16159] ppid=16155 vsize=1789396 CPUtime=328.11
/proc/16157/task/16159/stat : 16159 (java) R 16155 16157 15097 0 -1 64 37948 0 4 0 32742 69 0 0 25 0 13 0 216773624 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109834956 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1789396 CPUtime=27.84
/proc/16157/task/16160/stat : 16160 (java) S 16155 16157 15097 0 -1 64 136129 0 0 0 2708 76 0 0 16 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1789396 CPUtime=30.3
/proc/16157/task/16161/stat : 16161 (java) S 16155 16157 15097 0 -1 64 220834 0 0 0 2932 98 0 0 17 0 13 0 216773626 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1789396 CPUtime=0.06
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 19 0 0 0 3 3 0 0 16 0 13 0 216773628 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1789396 CPUtime=1.19
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2864 0 2 0 118 1 0 0 16 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1789396 CPUtime=1.07
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1545 0 2 0 106 1 0 0 17 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216773646 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16170] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16170/stat : 16170 (java) S 16155 16157 15097 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 216796185 1832341504 384385 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 388.63
Current children cumulated vsize (KiB) 1789396

[startup+360.701 s]
/proc/loadavg: 1.03 1.12 1.08 2/90 16171
/proc/meminfo: memFree=15176/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=1789396 CPUtime=389.66
/proc/16157/stat : 16157 (java) S 16155 16157 15097 0 -1 0 401800 0 8 0 38714 252 0 0 18 0 13 0 216773605 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 447349 386124 1334 9 0 444960 0
[pid=16157/tid=16159] ppid=16155 vsize=1789396 CPUtime=328.31
/proc/16157/task/16159/stat : 16159 (java) S 16155 16157 15097 0 -1 64 37950 0 4 0 32762 69 0 0 25 0 13 0 216773624 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16160] ppid=16155 vsize=1789396 CPUtime=28.01
/proc/16157/task/16160/stat : 16160 (java) R 16155 16157 15097 0 -1 64 137858 0 0 0 2725 76 0 0 17 0 13 0 216773626 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16161] ppid=16155 vsize=1789396 CPUtime=30.49
/proc/16157/task/16161/stat : 16161 (java) R 16155 16157 15097 0 -1 64 220834 0 0 0 2951 98 0 0 17 0 13 0 216773626 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103361209 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16162] ppid=16155 vsize=1789396 CPUtime=0.06
/proc/16157/task/16162/stat : 16162 (java) S 16155 16157 15097 0 -1 64 19 0 0 0 3 3 0 0 15 0 13 0 216773628 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16163] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16163/stat : 16163 (java) S 16155 16157 15097 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16164] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16164/stat : 16164 (java) S 16155 16157 15097 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216773629 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16165] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16165/stat : 16165 (java) S 16155 16157 15097 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 216773646 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16166] ppid=16155 vsize=1789396 CPUtime=1.26
/proc/16157/task/16166/stat : 16166 (java) S 16155 16157 15097 0 -1 64 2867 0 2 0 125 1 0 0 17 0 13 0 216773646 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16167] ppid=16155 vsize=1789396 CPUtime=1.15
/proc/16157/task/16167/stat : 16167 (java) S 16155 16157 15097 0 -1 64 1548 0 2 0 114 1 0 0 16 0 13 0 216773646 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16168] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16168/stat : 16168 (java) S 16155 16157 15097 0 -1 64 2 0 0 0 0 0 0 0 21 0 13 0 216773646 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=16157/tid=16169] ppid=16155 vsize=1789396 CPUtime=0
/proc/16157/task/16169/stat : 16169 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216773646 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16157/tid=16171] ppid=16155 vsize=1789396 CPUtime=0.31
/proc/16157/task/16171/stat : 16171 (java) S 16155 16157 15097 0 -1 64 1 0 0 0 31 0 0 0 17 0 13 0 216809616 1832341504 386124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 389.66
Current children cumulated vsize (KiB) 1789396

[startup+361.102 s]
/proc/loadavg: 1.03 1.12 1.08 2/90 16171
/proc/meminfo: memFree=15176/2055920 swapFree=4160056/4192956
[pid=16157] ppid=16155 vsize=0 CPUtime=389.98
/proc/16157/stat : 16157 (java) Z 16155 16157 15097 0 -1 1036 401811 0 8 0 38728 270 0 0 16 0 2 0 216773605 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/16157/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 389.98
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 361.169
CPU time (s): 390.043
CPU user time (s): 387.289
CPU system time (s): 2.75358
CPU usage (%): 107.995
Max. virtual memory (cumulated for all children) (KiB): 1789876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.289
system time used= 2.75358
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401811
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12173
involuntary context switches= 16395

runsolver used 0.362944 second user time and 1.02284 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Tue Apr 24 09:36:02 UTC 2007

IDJOB= 419335
IDBENCH= 47766
IDSOLVER= 164
FILE ID= node12/419335-1177407335

PBS_JOBID= 4675632

Free space on /tmp= 65887 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug7.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419335-1177407335/sat4jPseudoCPClause.jar /tmp/evaluation/419335-1177407335/instance-419335-1177407335.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-419335-1177407335 -o ROOT/results/node12/solver-419335-1177407335 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419335-1177407335/sat4jPseudoCPClause.jar /tmp/evaluation/419335-1177407335/instance-419335-1177407335.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5e1c43c34f57a3304935b5ce80424b97

RANDOM SEED= 296287617

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.239
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.239
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:       1298368 kB
Buffers:          2072 kB
Cached:         616644 kB
SwapCached:      11644 kB
Active:         606920 kB
Inactive:        86756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1298368 kB
SwapTotal:     4192956 kB
SwapFree:      4160056 kB
Dirty:          279596 kB
Writeback:           0 kB
Mapped:          81840 kB
Slab:            49208 kB
Committed_AS:  6146964 kB
PageTables:       1956 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= 65887 MiB

End job on node12 on Tue Apr 24 09:42:04 UTC 2007