Trace number 419316

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
SAT4JPseudoResolution 2007-03-23SAT 330.103 302.944

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug2.opb
MD5SUMccac778212f6a59a43879910f3290455
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 benchmark330.103
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 variables521158
Total number of constraints13378532
Number of constraints which are clauses13378532
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/node1/watcher-419316-1177407167 -o ROOT/results/node1/solver-419316-1177407167 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/419316-1177407167/sat4jPseudoResolution.jar /tmp/evaluation/419316-1177407167/instance-419316-1177407167.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.35 1.24 1.11 2/77 20295
/proc/meminfo: memFree=1406016/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=152 CPUtime=0
/proc/20295/stat : 20295 (java) R 20293 20295 19213 0 -1 0 40 0 0 0 0 0 0 0 18 0 1 0 216757317 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5829412 0 0 4096 0 0 0 0 17 1 0 0
/proc/20295/statm: 38 26 19 9 0 4 0

[startup+0.0652321 s]
/proc/loadavg: 1.35 1.24 1.11 2/77 20295
/proc/meminfo: memFree=1406016/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=1800 CPUtime=0
/proc/20295/stat : 20295 (java) D 20293 20295 19213 0 -1 0 337 0 8 0 0 0 0 0 18 0 1 0 216757317 1843200 155 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 5829179 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/20295/statm: 450 155 118 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.10536 s]
/proc/loadavg: 1.35 1.24 1.11 2/77 20295
/proc/meminfo: memFree=1406016/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=12056 CPUtime=0.01
/proc/20295/stat : 20295 (java) D 20293 20295 19213 0 -1 0 362 0 23 0 0 1 0 0 18 0 1 0 216757317 12345344 194 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 5800746 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/20295/statm: 3014 194 135 9 0 1148 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12056

[startup+0.301391 s]
/proc/loadavg: 1.35 1.24 1.11 2/77 20295
/proc/meminfo: memFree=1406016/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=1773080 CPUtime=0.03
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 2471 0 37 0 0 3 0 0 18 0 2 0 216757317 1815633920 2258 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 443270 2259 386 9 0 441284 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1773080

[startup+0.701435 s]
/proc/loadavg: 1.35 1.24 1.11 2/77 20295
/proc/meminfo: memFree=1406016/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=1782524 CPUtime=0.23
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 4765 0 44 0 16 7 0 0 18 0 12 0 216757317 1825304576 4548 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 445631 4548 1244 9 0 443243 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1782524

[startup+1.50254 s]
/proc/loadavg: 1.35 1.24 1.11 3/89 20307
/proc/meminfo: memFree=1360736/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=1785728 CPUtime=1.39
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 13817 0 44 0 127 12 0 0 18 0 12 0 216757317 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 446432 12405 1301 9 0 444044 0
[pid=20295/tid=20297] ppid=20293 vsize=1785728 CPUtime=0.69
/proc/20295/task/20297/stat : 20297 (java) R 20293 20295 19213 0 -1 64 10640 0 11 0 60 9 0 0 22 0 12 0 216757330 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 216757348 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 216757348 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 216757352 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 12 0 0 0 0 0 0 0 21 0 12 0 216757352 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 216757352 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216757374 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1785728 CPUtime=0.34
/proc/20295/task/20304/stat : 20304 (java) R 20293 20295 19213 0 -1 64 1640 0 0 0 34 0 0 0 16 0 12 0 216757374 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102671708 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1785728 CPUtime=0.33
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 848 0 0 0 33 0 0 0 16 0 12 0 216757375 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216757375 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216757375 1828585472 12405 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1785728

[startup+3.10171 s]
/proc/loadavg: 1.35 1.24 1.11 2/89 20307
/proc/meminfo: memFree=1310240/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=1785728 CPUtime=3.34
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 46974 0 44 0 305 29 0 0 18 0 12 0 216757317 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 446432 45017 1311 9 0 444044 0
[pid=20295/tid=20297] ppid=20293 vsize=1785728 CPUtime=2.08
/proc/20295/task/20297/stat : 20297 (java) R 20293 20295 19213 0 -1 64 37659 0 11 0 186 22 0 0 25 0 12 0 216757330 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109490638 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1785728 CPUtime=0.06
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 2646 0 0 0 5 1 0 0 16 0 12 0 216757348 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1785728 CPUtime=0.05
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 2829 0 0 0 4 1 0 0 16 0 12 0 216757348 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 216757352 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 216757352 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216757352 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216757374 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1785728 CPUtime=0.51
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 1793 0 0 0 51 0 0 0 16 0 12 0 216757374 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1785728 CPUtime=0.58
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1352 0 0 0 57 1 0 0 16 0 12 0 216757375 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216757375 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1785728 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216757375 1828585472 45017 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 1785728

[startup+6.3019 s]
/proc/loadavg: 1.32 1.24 1.11 2/89 20307
/proc/meminfo: memFree=1187104/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=1786340 CPUtime=6.93
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 57369 0 44 0 657 36 0 0 18 0 12 0 216757317 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 446585 55082 1312 9 0 444197 0
[pid=20295/tid=20297] ppid=20293 vsize=1786340 CPUtime=4.9
/proc/20295/task/20297/stat : 20297 (java) R 20293 20295 19213 0 -1 64 37663 0 11 0 467 23 0 0 17 0 12 0 216757330 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109699931 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1786340 CPUtime=0.42
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 7473 0 0 0 39 3 0 0 16 0 12 0 216757348 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1786340 CPUtime=0.43
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 8389 0 0 0 39 4 0 0 18 0 12 0 216757348 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1786340 CPUtime=0
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216757352 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1786340 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 216757352 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1786340 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216757352 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1786340 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216757374 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1786340 CPUtime=0.51
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 1793 0 0 0 51 0 0 0 16 0 12 0 216757374 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1786340 CPUtime=0.59
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1354 0 0 0 58 1 0 0 16 0 12 0 216757375 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1786340 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216757375 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1786340 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216757375 1829212160 55082 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.93
Current children cumulated vsize (KiB) 1786340

[startup+12.7017 s]
/proc/loadavg: 1.30 1.23 1.11 2/89 20307
/proc/meminfo: memFree=1135712/2055920 swapFree=4145816/4192956
[pid=20295] ppid=20293 vsize=1789544 CPUtime=14.6
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 71967 0 44 0 1417 43 0 0 18 0 12 0 216757317 1832493056 67803 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 447386 67804 1319 9 0 444998 0
[pid=20295/tid=20297] ppid=20293 vsize=1789544 CPUtime=10
/proc/20295/task/20297/stat : 20297 (java) S 20293 20295 19213 0 -1 64 37670 0 11 0 976 24 0 0 22 0 12 0 216757330 1832493056 67805 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1789544 CPUtime=1.71
/proc/20295/task/20298/stat : 20298 (java) R 20293 20295 19213 0 -1 64 13873 0 0 0 165 6 0 0 16 0 12 0 216757348 1832493056 67806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105366882 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1789544 CPUtime=1.71
/proc/20295/task/20299/stat : 20299 (java) R 20293 20295 19213 0 -1 64 16575 0 0 0 164 7 0 0 16 0 12 0 216757348 1832493056 67806 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 216757352 1832493056 67807 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 216757352 1832493056 67808 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216757352 1832493056 67809 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216757374 1832493056 67810 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1789544 CPUtime=0.51
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 1793 0 0 0 51 0 0 0 17 0 12 0 216757374 1832493056 67811 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1789544 CPUtime=0.6
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1362 0 0 0 59 1 0 0 16 0 12 0 216757375 1832493056 67812 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 216757375 1832493056 67813 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 216757375 1832493056 67814 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.6
Current children cumulated vsize (KiB) 1789544

[startup+25.5021 s]
/proc/loadavg: 1.23 1.22 1.10 2/89 20309
/proc/meminfo: memFree=1058464/2055920 swapFree=4145820/4192956
[pid=20295] ppid=20293 vsize=1789544 CPUtime=28.59
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 90921 0 44 0 2803 56 0 0 18 0 12 0 216757317 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 447386 85026 1319 9 0 444998 0
[pid=20295/tid=20297] ppid=20293 vsize=1789544 CPUtime=21.61
/proc/20295/task/20297/stat : 20297 (java) R 20293 20295 19213 0 -1 64 37687 0 11 0 2133 28 0 0 25 0 12 0 216757330 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109488592 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1789544 CPUtime=2.89
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 20345 0 0 0 280 9 0 0 16 0 12 0 216757348 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1789544 CPUtime=2.88
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 29029 0 0 0 274 14 0 0 16 0 12 0 216757348 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 216757352 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 12 0 216757352 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 216757352 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1789544 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 216757374 1832493056 85026 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=20295/tid=20300] ppid=20293 vsize=1789868 CPUtime=0.03
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 17 0 0 0 2 1 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1789868 CPUtime=0.86
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 2048 0 1 0 86 0 0 0 16 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1789868 CPUtime=0.92
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1389 0 3 0 91 1 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20310] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20310/stat : 20310 (java) S 20293 20295 19213 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 216780065 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 309.49
Current children cumulated vsize (KiB) 1789868

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

[startup+294.302 s]
/proc/loadavg: 1.03 1.13 1.08 2/90 20310
/proc/meminfo: memFree=15064/2055920 swapFree=4141588/4192956
[pid=20295] ppid=20293 vsize=1789868 CPUtime=321.48
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 393659 0 51 0 31906 242 0 0 18 0 13 0 216757317 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 447467 376668 1332 9 0 445079 0
[pid=20295/tid=20297] ppid=20293 vsize=1789868 CPUtime=265.06
/proc/20295/task/20297/stat : 20297 (java) R 20293 20295 19213 0 -1 64 62467 0 14 0 26424 82 0 0 25 0 13 0 216757330 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109946442 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1789868 CPUtime=27.28
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 153943 0 0 0 2655 73 0 0 16 0 13 0 216757348 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1789868 CPUtime=27.24
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 173105 0 0 0 2645 79 0 0 17 0 13 0 216757348 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1789868 CPUtime=0.03
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 17 0 0 0 2 1 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1789868 CPUtime=0.86
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 2048 0 1 0 86 0 0 0 16 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1789868 CPUtime=0.92
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1389 0 3 0 91 1 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20310] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20310/stat : 20310 (java) S 20293 20295 19213 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 216780065 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.48
Current children cumulated vsize (KiB) 1789868

[startup+297.502 s]
/proc/loadavg: 1.03 1.13 1.08 2/90 20310
/proc/meminfo: memFree=15064/2055920 swapFree=4141588/4192956
[pid=20295] ppid=20293 vsize=1789868 CPUtime=324.68
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 393659 0 51 0 32226 242 0 0 18 0 13 0 216757317 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 447467 376668 1332 9 0 445079 0
[pid=20295/tid=20297] ppid=20293 vsize=1789868 CPUtime=268.26
/proc/20295/task/20297/stat : 20297 (java) R 20293 20295 19213 0 -1 64 62467 0 14 0 26744 82 0 0 25 0 13 0 216757330 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343441 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1789868 CPUtime=27.28
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 153943 0 0 0 2655 73 0 0 16 0 13 0 216757348 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1789868 CPUtime=27.24
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 173105 0 0 0 2645 79 0 0 17 0 13 0 216757348 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1789868 CPUtime=0.03
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 17 0 0 0 2 1 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1789868 CPUtime=0.86
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 2048 0 1 0 86 0 0 0 16 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1789868 CPUtime=0.92
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1389 0 3 0 91 1 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20310] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20310/stat : 20310 (java) S 20293 20295 19213 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 216780065 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 324.68
Current children cumulated vsize (KiB) 1789868

[startup+300.703 s]
/proc/loadavg: 1.03 1.12 1.08 2/90 20310
/proc/meminfo: memFree=15064/2055920 swapFree=4141588/4192956
[pid=20295] ppid=20293 vsize=1789868 CPUtime=327.88
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 393659 0 51 0 32546 242 0 0 18 0 13 0 216757317 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 447467 376668 1332 9 0 445079 0
[pid=20295/tid=20297] ppid=20293 vsize=1789868 CPUtime=271.46
/proc/20295/task/20297/stat : 20297 (java) R 20293 20295 19213 0 -1 64 62467 0 14 0 27064 82 0 0 25 0 13 0 216757330 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109343413 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1789868 CPUtime=27.28
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 153943 0 0 0 2655 73 0 0 16 0 13 0 216757348 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1789868 CPUtime=27.24
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 173105 0 0 0 2645 79 0 0 17 0 13 0 216757348 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1789868 CPUtime=0.03
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 17 0 0 0 2 1 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216757352 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1789868 CPUtime=0.86
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 2048 0 1 0 86 0 0 0 16 0 13 0 216757374 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1789868 CPUtime=0.92
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1389 0 3 0 91 1 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216757375 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20310] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20310/stat : 20310 (java) S 20293 20295 19213 0 -1 64 4 0 0 0 0 0 0 0 25 0 13 0 216780065 1832824832 376668 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 327.88
Current children cumulated vsize (KiB) 1789868

[startup+302.302 s]
/proc/loadavg: 1.03 1.12 1.08 2/90 20310
/proc/meminfo: memFree=15064/2055920 swapFree=4141588/4192956
[pid=20295] ppid=20293 vsize=1789868 CPUtime=329.57
/proc/20295/stat : 20295 (java) S 20293 20295 19213 0 -1 0 393668 0 52 0 32715 242 0 0 18 0 13 0 216757317 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20295/statm: 447467 376677 1333 9 0 445079 0
[pid=20295/tid=20297] ppid=20293 vsize=1789868 CPUtime=272.87
/proc/20295/task/20297/stat : 20297 (java) S 20293 20295 19213 0 -1 64 62469 0 14 0 27205 82 0 0 18 0 13 0 216757330 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20298] ppid=20293 vsize=1789868 CPUtime=27.28
/proc/20295/task/20298/stat : 20298 (java) S 20293 20295 19213 0 -1 64 153943 0 0 0 2655 73 0 0 16 0 13 0 216757348 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20299] ppid=20293 vsize=1789868 CPUtime=27.24
/proc/20295/task/20299/stat : 20299 (java) S 20293 20295 19213 0 -1 64 173105 0 0 0 2645 79 0 0 17 0 13 0 216757348 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20300] ppid=20293 vsize=1789868 CPUtime=0.03
/proc/20295/task/20300/stat : 20300 (java) S 20293 20295 19213 0 -1 64 17 0 0 0 2 1 0 0 16 0 13 0 216757352 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20301] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20301/stat : 20301 (java) S 20293 20295 19213 0 -1 64 13 0 0 0 0 0 0 0 17 0 13 0 216757352 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20302] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20302/stat : 20302 (java) S 20293 20295 19213 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 216757352 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20303] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20303/stat : 20303 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 216757374 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20304] ppid=20293 vsize=1789868 CPUtime=0.93
/proc/20295/task/20304/stat : 20304 (java) S 20293 20295 19213 0 -1 64 2049 0 1 0 93 0 0 0 17 0 13 0 216757374 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20305] ppid=20293 vsize=1789868 CPUtime=1.01
/proc/20295/task/20305/stat : 20305 (java) S 20293 20295 19213 0 -1 64 1393 0 3 0 100 1 0 0 17 0 13 0 216757375 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20295/tid=20306] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20306/stat : 20306 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 216757375 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=20295/tid=20307] ppid=20293 vsize=1789868 CPUtime=0
/proc/20295/task/20307/stat : 20307 (java) S 20293 20295 19213 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 216757375 1832824832 376677 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 329.57
Current children cumulated vsize (KiB) 1789868

[startup+302.702 s]
/proc/loadavg: 1.02 1.12 1.08 2/90 20311
/proc/meminfo: memFree=16208/2055920 swapFree=4141588/4192956
[pid=20295] ppid=20293 vsize=0 CPUtime=329.88
/proc/20295/stat : 20295 (java) Z 20293 20295 19213 0 -1 1036 393671 0 52 0 32745 243 0 0 16 0 2 0 216757317 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20295/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 329.88
Current children cumulated vsize (KiB) 0

[startup+302.902 s]
/proc/loadavg: 1.02 1.12 1.08 2/90 20311
/proc/meminfo: memFree=16208/2055920 swapFree=4141588/4192956
[pid=20295] ppid=20293 vsize=0 CPUtime=330.08
/proc/20295/stat : 20295 (java) Z 20293 20295 19213 0 -1 1036 393671 0 52 0 32745 263 0 0 16 0 2 0 216757317 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20295/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 330.08
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 302.944
CPU time (s): 330.103
CPU user time (s): 327.454
CPU system time (s): 2.6486
CPU usage (%): 108.965
Max. virtual memory (cumulated for all children) (KiB): 1789868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 327.454
system time used= 2.6486
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 393671
page faults= 52
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9754
involuntary context switches= 8619

runsolver used 0.319951 second user time and 0.868867 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Apr 24 09:33:15 UTC 2007

IDJOB= 419316
IDBENCH= 47765
IDSOLVER= 159
FILE ID= node1/419316-1177407167

PBS_JOBID= 4675605

Free space on /tmp= 65954 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  ccac778212f6a59a43879910f3290455

RANDOM SEED= 16891901

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:       1406424 kB
Buffers:          1616 kB
Cached:         568768 kB
SwapCached:      13192 kB
Active:         528752 kB
Inactive:        63712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1406424 kB
SwapTotal:     4192956 kB
SwapFree:      4145816 kB
Dirty:          268680 kB
Writeback:           0 kB
Mapped:          30380 kB
Slab:            42544 kB
Committed_AS:  5143708 kB
PageTables:       1832 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= 65954 MiB

End job on node1 on Tue Apr 24 09:38:18 UTC 2007