Trace number 372105

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
SAT7 2007-02-08UNSAT 871.19 871.447

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-06.cnf
MD5SUM7fecd449fbdae0a526f53e395d9a04d4
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.624
Satisfiable
(Un)Satisfiability was proved
Number of variables46335
Number of clauses632886
Sum of the clauses size1813066
Maximum clause length36174
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2579116
Number of clauses of size 315779
Number of clauses of size 4960
Number of clauses of size 5277
Number of clauses of size over 536753

Solver Data (download as text)

2.49/2.59	c Starting solver ...
4.78/4.84	c Restarting after 100 conflicts
4.78/4.88	c Restarting after 250 conflicts
4.88/4.94	c Restarting after 476 conflicts
4.98/5.00	c Restarting after 814 conflicts
5.08/5.10	c Restarting after 1320 conflicts
5.18/5.25	c Restarting after 2079 conflicts
5.58/5.64	c Restarting after 3219 conflicts
6.29/6.35	c Restarting after 4928 conflicts
7.78/7.85	c Restarting after 7492 conflicts
9.98/10.07	c Restarting after 11338 conflicts
13.19/13.29	c Restarting after 17104 conflicts
20.98/21.05	c Restarting after 25753 conflicts
34.77/34.85	c Restarting after 38728 conflicts
61.67/61.72	c Restarting after 58189 conflicts
112.85/112.99	c Restarting after 87381 conflicts
208.32/208.49	c Restarting after 131171 conflicts
406.17/406.34	c Restarting after 196855 conflicts
819.55/819.84	c Restarting after 295382 conflicts
871.04/871.38	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node21/watcher-372105-1178577400 -o ROOT/results/node21/solver-372105-1178577400 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/372105-1178577400/sat7_bin /tmp/evaluation/372105-1178577400/instance-372105-1178577400.cnf 

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


[startup+0 s]
/proc/loadavg: 0.85 0.97 0.94 3/77 4294
/proc/meminfo: memFree=1825976/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=2908 CPUtime=0
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 490 0 0 0 0 0 0 0 18 0 1 0 305657370 2977792 474 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 727 477 87 220 0 504 0

[startup+0.055917 s]
/proc/loadavg: 0.85 0.97 0.94 3/77 4294
/proc/meminfo: memFree=1825976/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=8184 CPUtime=0.04
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 1667 0 0 0 4 0 0 0 18 0 1 0 305657370 8380416 1621 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134683843 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 2046 1621 88 220 0 1823 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8184

[startup+0.101922 s]
/proc/loadavg: 0.85 0.97 0.94 3/77 4294
/proc/meminfo: memFree=1825976/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=8212 CPUtime=0.09
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 1831 0 0 0 9 0 0 0 18 0 1 0 305657370 8409088 1692 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134548187 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 2053 1692 88 220 0 1830 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8212

[startup+0.301944 s]
/proc/loadavg: 0.85 0.97 0.94 3/77 4294
/proc/meminfo: memFree=1825976/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=12572 CPUtime=0.29
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 2205 0 0 0 29 0 0 0 19 0 1 0 305657370 12873728 2033 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134847868 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 3143 2033 88 220 0 2920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12572

[startup+0.701988 s]
/proc/loadavg: 0.85 0.97 0.94 3/77 4294
/proc/meminfo: memFree=1825976/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=13276 CPUtime=0.69
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 2613 0 0 0 69 0 0 0 22 0 1 0 305657370 13594624 2441 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134712466 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 3319 2441 88 220 0 3096 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13276

[startup+1.50108 s]
/proc/loadavg: 0.85 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1815216/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=14180 CPUtime=1.49
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 3353 0 0 0 147 2 0 0 25 0 1 0 305657370 14520320 3181 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 3545 3181 88 220 0 3322 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14180

[startup+3.10125 s]
/proc/loadavg: 0.85 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1810992/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=24200 CPUtime=3.09
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 5188 0 0 0 306 3 0 0 25 0 1 0 305657370 24780800 4826 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 6050 4826 93 220 0 5827 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24200

[startup+6.3016 s]
/proc/loadavg: 0.86 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1806064/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=24784 CPUtime=6.29
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 5509 0 0 0 625 4 0 0 25 0 1 0 305657370 25378816 5111 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134579136 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 6196 5111 95 220 0 5973 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24784

[startup+12.7013 s]
/proc/loadavg: 0.87 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1804208/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=24784 CPUtime=12.68
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 5930 0 0 0 1264 4 0 0 25 0 1 0 305657370 25378816 5532 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 6196 5532 95 220 0 5973 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24784

[startup+25.5017 s]
/proc/loadavg: 0.90 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1801776/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=29152 CPUtime=25.48
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 6508 0 0 0 2542 6 0 0 25 0 1 0 305657370 29851648 6110 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 7288 6110 95 220 0 7065 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29152

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1798128/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=29592 CPUtime=51.07
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 7419 0 0 0 5100 7 0 0 25 0 1 0 305657370 30302208 7021 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 7398 7021 95 220 0 7175 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 29592

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1792240/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=38584 CPUtime=102.26
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 8893 0 0 0 10216 10 0 0 25 0 1 0 305657370 39510016 8495 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 9646 8495 95 220 0 9423 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 38584

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1787056/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=43200 CPUtime=162.24
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 10189 0 0 0 16212 12 0 0 25 0 1 0 305657370 44236800 9791 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536136 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 10800 9791 95 220 0 10577 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 43200

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1782832/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=47960 CPUtime=222.22
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 11234 0 0 0 22209 13 0 0 25 0 1 0 305657370 49111040 10836 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 11990 10836 95 220 0 11767 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 47960

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4295
/proc/meminfo: memFree=1779440/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=48312 CPUtime=282.21
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 12086 0 0 0 28206 15 0 0 25 0 1 0 305657370 49471488 11688 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 12078 11688 95 220 0 11855 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 48312

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4296
/proc/meminfo: memFree=1775920/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=53124 CPUtime=342.18
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 12898 0 0 0 34202 16 0 0 25 0 1 0 305657370 54398976 12500 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 13281 12500 95 220 0 13058 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 53124

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1773168/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=57480 CPUtime=402.17
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 13646 0 0 0 40200 17 0 0 25 0 1 0 305657370 58859520 13182 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 14370 13182 95 220 0 14147 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 57480

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1770864/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=57996 CPUtime=462.16
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 14308 0 0 0 46197 19 0 0 25 0 1 0 305657370 59387904 13746 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 14499 13746 95 220 0 14276 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 57996

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1768560/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=62672 CPUtime=522.13
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 14994 0 0 0 52193 20 0 0 25 0 1 0 305657370 64176128 14334 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 15668 14334 95 220 0 15445 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 62672

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1766768/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=62672 CPUtime=582.12
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 15445 0 0 0 58191 21 0 0 25 0 1 0 305657370 64176128 14785 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 15668 14785 95 220 0 15445 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 62672

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1764656/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=67164 CPUtime=642.11
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 16001 0 0 0 64189 22 0 0 25 0 1 0 305657370 68775936 15308 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 16791 15308 95 220 0 16568 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 67164

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1762544/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=67164 CPUtime=702.09
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 16501 0 0 0 70186 23 0 0 25 0 1 0 305657370 68775936 15808 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 16791 15808 95 220 0 16568 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 67164

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1760752/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=67312 CPUtime=762.07
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 16943 0 0 0 76184 23 0 0 25 0 1 0 305657370 68927488 16250 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 16828 16250 95 220 0 16605 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 67312

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1760048/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=822.05
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17121 0 0 0 82181 24 0 0 25 0 1 0 305657370 73125888 16428 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16428 95 220 0 17630 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 71412

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

[startup+844.701 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=844.44
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17122 0 0 0 84420 24 0 0 25 0 1 0 305657370 73125888 16429 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16429 95 220 0 17630 0
Current children cumulated CPU time (s) 844.44
Current children cumulated vsize (KiB) 71412

[startup+857.502 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=857.23
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17123 0 0 0 85699 24 0 0 25 0 1 0 305657370 73125888 16430 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16430 95 220 0 17630 0
Current children cumulated CPU time (s) 857.23
Current children cumulated vsize (KiB) 71412

[startup+863.901 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=863.64
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17125 0 0 0 86339 25 0 0 25 0 1 0 305657370 73125888 16432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16432 95 220 0 17630 0
Current children cumulated CPU time (s) 863.64
Current children cumulated vsize (KiB) 71412

[startup+867.102 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=866.84
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17125 0 0 0 86659 25 0 0 25 0 1 0 305657370 73125888 16432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16432 95 220 0 17630 0
Current children cumulated CPU time (s) 866.84
Current children cumulated vsize (KiB) 71412

[startup+868.702 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=868.44
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17125 0 0 0 86819 25 0 0 25 0 1 0 305657370 73125888 16432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538567 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16432 95 220 0 17630 0
Current children cumulated CPU time (s) 868.44
Current children cumulated vsize (KiB) 71412

[startup+870.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=870.04
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17125 0 0 0 86979 25 0 0 25 0 1 0 305657370 73125888 16432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16432 95 220 0 17630 0
Current children cumulated CPU time (s) 870.04
Current children cumulated vsize (KiB) 71412

[startup+871.101 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=870.84
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17125 0 0 0 87059 25 0 0 25 0 1 0 305657370 73125888 16432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532892 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16432 95 220 0 17630 0
Current children cumulated CPU time (s) 870.84
Current children cumulated vsize (KiB) 71412

[startup+871.301 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=71412 CPUtime=871.04
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17125 0 0 0 87079 25 0 0 25 0 1 0 305657370 73125888 16432 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532542 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17853 16432 95 220 0 17630 0
Current children cumulated CPU time (s) 871.04
Current children cumulated vsize (KiB) 71412

[startup+871.401 s]
/proc/loadavg: 0.99 0.97 0.94 2/78 4297
/proc/meminfo: memFree=1759984/2055920 swapFree=4156336/4192956
[pid=4294] ppid=4292 vsize=70500 CPUtime=871.14
/proc/4294/stat : 4294 (sat7_bin) R 4292 4294 4238 0 -1 4194304 17125 0 0 0 87089 25 0 0 25 0 1 0 305657370 72192000 16204 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134517496 0 0 4096 0 0 0 0 17 1 0 0
/proc/4294/statm: 17625 16204 95 220 0 17402 0
Current children cumulated CPU time (s) 871.14
Current children cumulated vsize (KiB) 70500

Child status: 20
Real time (s): 871.447
CPU time (s): 871.19
CPU user time (s): 870.926
CPU system time (s): 0.263959
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 71412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 870.926
system time used= 0.263959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17125
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 942

runsolver used 0.751885 second user time and 2.07668 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon May  7 22:36:41 UTC 2007

IDJOB= 372105
IDBENCH= 20395
IDSOLVER= 183
FILE ID= node21/372105-1178577400

PBS_JOBID= 5217714

Free space on /tmp= 66552 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-06.cnf
COMMAND LINE= /tmp/evaluation/372105-1178577400/sat7_bin /tmp/evaluation/372105-1178577400/instance-372105-1178577400.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-372105-1178577400 -o ROOT/results/node21/solver-372105-1178577400 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/372105-1178577400/sat7_bin /tmp/evaluation/372105-1178577400/instance-372105-1178577400.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  7fecd449fbdae0a526f53e395d9a04d4

RANDOM SEED= 113080733

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:       1826384 kB
Buffers:         24804 kB
Cached:         111384 kB
SwapCached:      15112 kB
Active:          67828 kB
Inactive:        91156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826384 kB
SwapTotal:     4192956 kB
SwapFree:      4156336 kB
Dirty:           13144 kB
Writeback:           0 kB
Mapped:          29732 kB
Slab:            56060 kB
Committed_AS:  5034256 kB
PageTables:       1784 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= 66552 MiB

End job on node21 on Mon May  7 22:51:12 UTC 2007