Trace number 372107

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 988.157 988.447

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-20.cnf
MD5SUM5c40e79430f590d0520492d70b267b66
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark213.945
Satisfiable
(Un)Satisfiability was proved
Number of variables7847
Number of clauses73394
Sum of the clauses size206938
Maximum clause length4166
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262806
Number of clauses of size 35772
Number of clauses of size 4389
Number of clauses of size 599
Number of clauses of size over 54327

Solver Data (download as text)

0.19/0.27	c Starting solver ...
0.29/0.33	c Restarting after 101 conflicts
0.29/0.34	c Restarting after 252 conflicts
0.29/0.35	c Restarting after 478 conflicts
0.29/0.37	c Restarting after 815 conflicts
0.39/0.45	c Restarting after 1322 conflicts
0.59/0.61	c Restarting after 2081 conflicts
0.79/0.89	c Restarting after 3221 conflicts
1.49/1.55	c Restarting after 4929 conflicts
2.69/2.71	c Restarting after 7492 conflicts
4.99/5.08	c Restarting after 11336 conflicts
9.49/9.59	c Restarting after 17102 conflicts
18.89/18.99	c Restarting after 25751 conflicts
35.88/35.90	c Restarting after 38725 conflicts
70.97/71.09	c Restarting after 58187 conflicts
150.45/150.54	c Restarting after 87380 conflicts
261.62/261.78	c Restarting after 131170 conflicts
491.65/491.86	c Restarting after 196856 conflicts
779.06/779.32	c Restarting after 295383 conflicts
988.10/988.43	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/node5/watcher-372107-1178577811 -o ROOT/results/node5/solver-372107-1178577811 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/372107-1178577811/sat7_bin /tmp/evaluation/372107-1178577811/instance-372107-1178577811.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.90 0.98 0.99 3/77 21817
/proc/meminfo: memFree=1874112/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=1852 CPUtime=0
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 328 0 0 0 0 0 0 0 18 0 1 0 333818814 1896448 312 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 463 313 87 220 0 240 0

[startup+0.072848 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 21817
/proc/meminfo: memFree=1874112/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=2656 CPUtime=0.07
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 490 0 0 0 7 0 0 0 18 0 1 0 333818814 2719744 474 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 664 474 88 220 0 441 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2656

[startup+0.101851 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 21817
/proc/meminfo: memFree=1874112/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=3684 CPUtime=0.09
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 522 0 0 0 9 0 0 0 18 0 1 0 333818814 3772416 506 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 921 506 88 220 0 698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3684

[startup+0.301874 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 21817
/proc/meminfo: memFree=1874112/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=6052 CPUtime=0.29
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 892 0 0 0 29 0 0 0 19 0 1 0 333818814 6197248 876 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 1513 876 93 220 0 1290 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6052

[startup+0.701919 s]
/proc/loadavg: 0.90 0.98 0.99 3/77 21817
/proc/meminfo: memFree=1874112/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=6052 CPUtime=0.69
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 993 0 0 0 69 0 0 0 22 0 1 0 333818814 6197248 977 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134528638 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 1513 977 95 220 0 1290 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6052

[startup+1.50301 s]
/proc/loadavg: 0.90 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1870328/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=6052 CPUtime=1.49
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 1117 0 0 0 149 0 0 0 25 0 1 0 333818814 6197248 1101 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 1513 1101 95 220 0 1290 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 6052

[startup+3.10119 s]
/proc/loadavg: 0.90 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1869560/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=6052 CPUtime=3.08
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 1319 0 0 0 308 0 0 0 25 0 1 0 333818814 6197248 1303 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134525288 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 1513 1303 95 220 0 1290 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6052

[startup+6.30155 s]
/proc/loadavg: 0.91 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1868280/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=10276 CPUtime=6.29
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 1596 0 0 0 628 1 0 0 25 0 1 0 333818814 10522624 1580 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 2569 1580 95 220 0 2346 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 10276

[startup+12.7013 s]
/proc/loadavg: 0.91 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1866296/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=10408 CPUtime=12.68
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 2028 0 0 0 1267 1 0 0 25 0 1 0 333818814 10657792 2012 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532410 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 2602 2012 95 220 0 2379 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10408

[startup+25.5017 s]
/proc/loadavg: 0.93 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1863672/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=14772 CPUtime=25.49
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 2664 0 0 0 2547 2 0 0 25 0 1 0 333818814 15126528 2648 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532467 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 3693 2648 95 220 0 3470 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14772

[startup+51.1016 s]
/proc/loadavg: 0.95 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1860216/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=15060 CPUtime=51.07
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 3527 0 0 0 5104 3 0 0 25 0 1 0 333818814 15421440 3511 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 3765 3511 95 220 0 3542 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15060

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1854584/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=24124 CPUtime=102.27
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 4925 0 0 0 10221 6 0 0 25 0 1 0 333818814 24702976 4909 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 6031 4909 95 220 0 5808 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 24124

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1850616/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=24668 CPUtime=162.24
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 5902 0 0 0 16217 7 0 0 25 0 1 0 333818814 25260032 5886 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 6167 5886 95 220 0 5944 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 24668

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1846584/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=28768 CPUtime=222.22
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 6886 0 0 0 22213 9 0 0 25 0 1 0 333818814 29458432 6870 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 7192 6870 95 220 0 6969 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 28768

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1846456/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=28928 CPUtime=282.21
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 6903 0 0 0 28211 10 0 0 25 0 1 0 333818814 29622272 6887 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538659 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 7232 6887 95 220 0 7009 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 28928

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1846072/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=29072 CPUtime=342.19
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 6971 0 0 0 34209 10 0 0 25 0 1 0 333818814 29769728 6955 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134529366 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 7268 6955 95 220 0 7045 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 29072

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1845496/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=29348 CPUtime=402.17
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7101 0 0 0 40206 11 0 0 25 0 1 0 333818814 30052352 7085 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 7337 7085 95 220 0 7114 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 29348

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1845048/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=33736 CPUtime=462.15
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7241 0 0 0 46204 11 0 0 25 0 1 0 333818814 34545664 7192 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8434 7192 95 220 0 8211 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 33736

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1843896/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=33996 CPUtime=522.13
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7555 0 0 0 52201 12 0 0 25 0 1 0 333818814 34811904 7473 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8499 7473 95 220 0 8276 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 33996

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1843000/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34188 CPUtime=582.12
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7768 0 0 0 58199 13 0 0 25 0 1 0 333818814 35008512 7686 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536840 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8547 7686 95 220 0 8324 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 34188

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842808/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34188 CPUtime=642.11
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7793 0 0 0 64198 13 0 0 25 0 1 0 333818814 35008512 7711 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8547 7711 95 220 0 8324 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 34188

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842616/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34188 CPUtime=702.08
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7806 0 0 0 70195 13 0 0 25 0 1 0 333818814 35008512 7724 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8547 7724 95 220 0 8324 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 34188

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842488/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34188 CPUtime=762.07
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7809 0 0 0 76193 14 0 0 25 0 1 0 333818814 35008512 7727 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8547 7727 95 220 0 8324 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 34188

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842360/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=822.05
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7821 0 0 0 82191 14 0 0 25 0 1 0 333818814 35205120 7739 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7739 95 220 0 8372 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 34380

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 3/78 21818
/proc/meminfo: memFree=1842232/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=882.04
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 88189 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 34380

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842232/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=942.01
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 94186 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 942.01
Current children cumulated vsize (KiB) 34380

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

[startup+947.105 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842232/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=946.82
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 94667 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134538854 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 946.82
Current children cumulated vsize (KiB) 34380

[startup+972.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842232/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=972.4
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 97225 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 972.4
Current children cumulated vsize (KiB) 34380

[startup+979.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842232/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=978.8
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 97865 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134536156 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 978.8
Current children cumulated vsize (KiB) 34380

[startup+982.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842168/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=982
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 98185 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 982
Current children cumulated vsize (KiB) 34380

[startup+985.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842168/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=985.2
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 98505 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 985.2
Current children cumulated vsize (KiB) 34380

[startup+987.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842168/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=986.8
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 98665 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134578665 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 986.8
Current children cumulated vsize (KiB) 34380

[startup+987.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842168/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=987.6
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 98745 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 987.6
Current children cumulated vsize (KiB) 34380

[startup+988.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842168/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=988
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 98785 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134532367 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 988
Current children cumulated vsize (KiB) 34380

[startup+988.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/78 21818
/proc/meminfo: memFree=1842168/2055920 swapFree=4150040/4192956
[pid=21817] ppid=21815 vsize=34380 CPUtime=988.1
/proc/21817/stat : 21817 (sat7_bin) R 21815 21817 21761 0 -1 4194304 7822 0 0 0 98795 15 0 0 25 0 1 0 333818814 35205120 7740 18446744073709551615 134512640 135417445 4294956672 18446744073709551615 134533456 0 0 4096 0 0 0 0 17 1 0 0
/proc/21817/statm: 8595 7740 95 220 0 8372 0
Current children cumulated CPU time (s) 988.1
Current children cumulated vsize (KiB) 34380

Child status: 20
Real time (s): 988.447
CPU time (s): 988.157
CPU user time (s): 987.993
CPU system time (s): 0.163975
CPU usage (%): 99.9706
Max. virtual memory (cumulated for all children) (KiB): 34380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 987.993
system time used= 0.163975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7822
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= 1904

runsolver used 0.768883 second user time and 2.21966 second system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon May  7 22:43:32 UTC 2007

IDJOB= 372107
IDBENCH= 20396
IDSOLVER= 183
FILE ID= node5/372107-1178577811

PBS_JOBID= 5217715

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  5c40e79430f590d0520492d70b267b66

RANDOM SEED= 483865123

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node5.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:       1874648 kB
Buffers:          9276 kB
Cached:         101072 kB
SwapCached:      10964 kB
Active:          38852 kB
Inactive:        94124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1874648 kB
SwapTotal:     4192956 kB
SwapFree:      4150040 kB
Dirty:            2448 kB
Writeback:           0 kB
Mapped:          29536 kB
Slab:            33908 kB
Committed_AS: 13911652 kB
PageTables:       1720 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= 66562 MiB

End job on node5 on Mon May  7 23:00:00 UTC 2007