Trace number 314450

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
SATzilla CRAFTEDSAT 798.495 798.846

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-11.cnf
MD5SUMbbf2ddba983f34e9ffda755afdcf8885
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark109.163
Satisfiable
(Un)Satisfiability was proved
Number of variables1004933
Number of clauses4426834
Sum of the clauses size11901940
Maximum clause length4335
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22485540
Number of clauses of size 31662546
Number of clauses of size 4144019
Number of clauses of size 55160
Number of clauses of size over 5129568

Solver Data (download as text)

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

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-314450-1172637226 -o ROOT/results/node7/solver-314450-1172637226 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314450-1172637226/SATzilla2007_C /tmp/evaluation/314450-1172637226/instance-314450-1172637226.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2400 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.00 0.99 0.99 3/77 1255
/proc/meminfo: memFree=1560016/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=0
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283677462 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 360 110 95 260 0 84 0
[pid=1256] ppid=1255 vsize=21860 CPUtime=0
/proc/1256/stat : 1256 (march_dl) R 1255 1255 31753 0 -1 4194304 803 0 0 0 0 0 0 0 20 0 1 0 283677463 22384640 798 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134549425 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1256/statm: 5465 806 49 118 0 5344 0

[startup+0.100561 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 1255
/proc/meminfo: memFree=1560016/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=0
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283677462 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 360 110 95 260 0 84 0
[pid=1256] ppid=1255 vsize=70172 CPUtime=0.09
/proc/1256/stat : 1256 (march_dl) R 1255 1255 31753 0 -1 4194304 10176 0 0 0 5 4 0 0 20 0 1 0 283677463 71856128 10171 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1256/statm: 17543 10175 49 118 0 17422 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 71612

[startup+0.20157 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 1255
/proc/meminfo: memFree=1560016/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=0
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283677462 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 360 110 95 260 0 84 0
[pid=1256] ppid=1255 vsize=98060 CPUtime=0.19
/proc/1256/stat : 1256 (march_dl) R 1255 1255 31753 0 -1 4194304 19135 0 0 0 12 7 0 0 20 0 1 0 283677463 100413440 19130 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1256/statm: 24515 19130 50 118 0 24394 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 99500

[startup+0.30158 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 1255
/proc/meminfo: memFree=1560016/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=0
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283677462 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 360 110 95 260 0 84 0
[pid=1256] ppid=1255 vsize=99248 CPUtime=0.29
/proc/1256/stat : 1256 (march_dl) R 1255 1255 31753 0 -1 4194304 19507 0 0 0 22 7 0 0 21 0 1 0 283677463 101629952 19502 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1256/statm: 24812 19502 50 118 0 24691 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100688

[startup+0.701623 s]
/proc/loadavg: 1.00 0.99 0.99 3/77 1255
/proc/meminfo: memFree=1560016/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=0
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283677462 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 360 110 95 260 0 84 0
[pid=1256] ppid=1255 vsize=103868 CPUtime=0.69
/proc/1256/stat : 1256 (march_dl) R 1255 1255 31753 0 -1 4194304 20934 0 0 0 61 8 0 0 25 0 1 0 283677463 106360832 20929 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1256/statm: 25967 20929 50 118 0 25846 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 105308

[startup+1.50171 s]
/proc/loadavg: 1.00 0.99 0.99 2/79 1257
/proc/meminfo: memFree=1471360/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=0
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283677462 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 360 110 95 260 0 84 0
[pid=1256] ppid=1255 vsize=112976 CPUtime=1.49
/proc/1256/stat : 1256 (march_dl) R 1255 1255 31753 0 -1 4194304 23744 0 0 0 139 10 0 0 25 0 1 0 283677463 115687424 23739 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1256/statm: 28244 23739 50 118 0 28123 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 114416

[startup+3.10287 s]
/proc/loadavg: 1.08 1.00 1.00 2/79 1257
/proc/meminfo: memFree=1456320/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=0
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 283677462 1474560 110 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 360 110 95 260 0 84 0
[pid=1256] ppid=1255 vsize=131588 CPUtime=3.09
/proc/1256/stat : 1256 (march_dl) R 1255 1255 31753 0 -1 4194304 29457 0 0 0 295 14 0 0 25 0 1 0 283677463 134746112 29452 18446744073709551615 134512640 134996440 4294956640 18446744073709551615 134777133 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1256/statm: 32897 29452 50 118 0 32776 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 133028

[startup+6.30121 s]
/proc/loadavg: 1.08 1.00 1.00 2/79 1258
/proc/meminfo: memFree=1557376/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=5.01
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 135 36208 0 0 0 0 480 21 16 0 1 0 283677462 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1255/statm: 360 111 96 260 0 84 0
[pid=1258] ppid=1255 vsize=53084 CPUtime=1.23
/proc/1258/stat : 1258 (ubcsat2006) R 1255 1255 31753 0 -1 4194304 4565 0 3 0 121 2 0 0 25 0 1 0 283677965 54358016 4552 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1258/statm: 13271 4552 141 64 0 12852 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 54524

[startup+12.7019 s]
/proc/loadavg: 1.07 1.00 1.00 2/79 1258
/proc/meminfo: memFree=1292352/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=1440 CPUtime=5.01
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 135 36208 0 0 0 0 480 21 16 0 1 0 283677462 1474560 111 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1255/statm: 360 111 96 260 0 84 0
[pid=1258] ppid=1255 vsize=343144 CPUtime=7.63
/proc/1258/stat : 1258 (ubcsat2006) R 1255 1255 31753 0 -1 4194304 68096 0 3 0 732 31 0 0 25 0 1 0 283677965 351379456 68082 18446744073709551615 134512640 134777720 4294956496 18446744073709551615 134553126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1258/statm: 85786 68082 156 64 0 85367 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 344584

[startup+25.5012 s]
/proc/loadavg: 1.06 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1161736/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=431236 CPUtime=25.44
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 101785 104310 0 3 1142 51 1294 57 25 0 1 0 283677462 441585664 100694 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 107809 100694 121 260 0 107533 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 431236

[startup+51.1019 s]
/proc/loadavg: 1.04 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1160072/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=431236 CPUtime=51.01
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 101818 104310 0 3 3698 52 1294 57 25 0 1 0 283677462 441585664 100727 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134540670 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 107809 100727 121 260 0 107533 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 431236

[startup+102.301 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1313672/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=102.2
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 8811 58 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524329 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 345656

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1313544/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=162.18
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 14808 59 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524329 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 345656

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1313480/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=222.17
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 20807 59 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134699942 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 345656

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1313480/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=282.15
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 26804 60 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524739 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 345656

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1313352/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=342.13
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 32802 60 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524329 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 345656

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1258
/proc/meminfo: memFree=1313288/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=402.12
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 38801 60 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524275 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 345656

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1260
/proc/meminfo: memFree=1313096/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=462.1
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 44799 60 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524329 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 345656

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1260
/proc/meminfo: memFree=1313032/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=522.09
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 50797 61 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524329 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 345656

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1260
/proc/meminfo: memFree=1312968/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=582.07
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 56795 61 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134524329 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 345656

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 1260
/proc/meminfo: memFree=1312968/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=345656 CPUtime=642.06
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194304 111381 104310 0 3 62793 62 1294 57 25 0 1 0 283677462 353951744 62749 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 134534658 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 86414 62749 124 260 0 86138 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 345656

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1077184/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=247840 CPUtime=11.6
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59410 0 0 0 1124 36 0 0 25 0 1 0 283746530 253788160 59220 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 61960 59220 59 118 0 61838 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 506024

[startup+762.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1075520/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=249180 CPUtime=71.59
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59778 0 0 0 7123 36 0 0 25 0 1 0 283746530 255160320 59587 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62295 59587 59 118 0 62173 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 507364

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

[startup+768.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1075456/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=249180 CPUtime=77.28
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59788 0 0 0 7692 36 0 0 25 0 1 0 283746530 255160320 59597 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525434 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62295 59597 59 118 0 62173 0
Current children cumulated CPU time (s) 767.71
Current children cumulated vsize (KiB) 507364

[startup+780.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1075200/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=249472 CPUtime=90.08
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59854 0 0 0 8972 36 0 0 25 0 1 0 283746530 255459328 59663 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62368 59663 59 118 0 62246 0
Current children cumulated CPU time (s) 780.51
Current children cumulated vsize (KiB) 507656

[startup+787.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1074816/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=249944 CPUtime=96.47
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59950 0 0 0 9611 36 0 0 25 0 1 0 283746530 255942656 59759 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134529985 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62486 59759 59 118 0 62364 0
Current children cumulated CPU time (s) 786.9
Current children cumulated vsize (KiB) 508128

[startup+793.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1074752/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=249944 CPUtime=102.87
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59960 0 0 0 10251 36 0 0 25 0 1 0 283746530 255942656 59769 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525779 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62486 59769 59 118 0 62364 0
Current children cumulated CPU time (s) 793.3
Current children cumulated vsize (KiB) 508128

[startup+796.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1074688/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=250096 CPUtime=106.07
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59976 0 0 0 10571 36 0 0 25 0 1 0 283746530 256098304 59785 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134525422 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62524 59785 59 118 0 62402 0
Current children cumulated CPU time (s) 796.5
Current children cumulated vsize (KiB) 508280

[startup+797.606 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1074688/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=250096 CPUtime=106.87
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 59976 0 0 0 10651 36 0 0 25 0 1 0 283746530 256098304 59785 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134536306 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62524 59785 59 118 0 62402 0
Current children cumulated CPU time (s) 797.3
Current children cumulated vsize (KiB) 508280

[startup+798.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1074688/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=258184 CPUtime=690.43
/proc/1255/stat : 1255 (SATzilla2007_C) S 1253 1255 31753 0 -1 4194304 132833 104310 0 3 67619 73 1294 57 25 0 1 0 283677462 264380416 62360 18446744073709551615 134512640 135579813 4294956608 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/1255/statm: 64546 62360 126 260 0 64270 0
[pid=1261] ppid=1255 vsize=251084 CPUtime=107.68
/proc/1261/stat : 1261 (minisat20) R 1255 1255 31753 0 -1 4194304 60231 0 0 0 10730 38 0 0 25 0 1 0 283746530 257110016 60039 18446744073709551615 134512640 134998072 4294956640 18446744073709551615 134662429 0 0 8392704 3 0 0 0 17 1 0 0
/proc/1261/statm: 62771 60039 65 118 0 62649 0
Current children cumulated CPU time (s) 798.11
Current children cumulated vsize (KiB) 509268

[startup+798.802 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 1261
/proc/meminfo: memFree=1066688/2055920 swapFree=4147388/4192956
[pid=1255] ppid=1253 vsize=0 CPUtime=798.43
/proc/1255/stat : 1255 (SATzilla2007_C) R 1253 1255 31753 0 -1 4194308 132858 164541 0 3 67619 76 12047 101 16 0 1 0 283677462 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/1255/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 798.43
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 798.846
CPU time (s): 798.495
CPU user time (s): 796.673
CPU system time (s): 1.82172
CPU usage (%): 99.956
Max. virtual memory (cumulated for all children) (KiB): 509268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 796.673
system time used= 1.82172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297399
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6779
involuntary context switches= 16882

runsolver used 0.902862 second user time and 2.09468 second system time

The end

Launcher Data (download as text)

Begin job on node7 on Wed Feb 28 04:33:47 UTC 2007

IDJOB= 314450
IDBENCH= 20391
IDSOLVER= 135
FILE ID= node7/314450-1172637226

PBS_JOBID= 3980923

Free space on /tmp= 66409 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/fuhs/medium/AProVE07-11.cnf
COMMAND LINE= /tmp/evaluation/314450-1172637226/SATzilla2007_C /tmp/evaluation/314450-1172637226/instance-314450-1172637226.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-314450-1172637226 -o ROOT/results/node7/solver-314450-1172637226 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314450-1172637226/SATzilla2007_C /tmp/evaluation/314450-1172637226/instance-314450-1172637226.cnf            

META MD5SUM SOLVER= a1f00d13cbb558b34a83b365ff80fcc3
MD5SUM BENCH=  bbf2ddba983f34e9ffda755afdcf8885

RANDOM SEED= 489229014

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node7.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:       1560424 kB
Buffers:         10164 kB
Cached:         328960 kB
SwapCached:       8356 kB
Active:         293552 kB
Inactive:       139580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560424 kB
SwapTotal:     4192956 kB
SwapFree:      4147388 kB
Dirty:           97616 kB
Writeback:           0 kB
Mapped:         101000 kB
Slab:            47720 kB
Committed_AS:  1043160 kB
PageTables:       1948 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= 66409 MiB

End job on node7 on Wed Feb 28 04:47:06 UTC 2007