Trace number 328855

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-08? (TO) 1200.15 1200.55

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k70.cnf
MD5SUM76ab26f3361f1050f9e94d7745be300c
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables43507
Number of clauses161270
Sum of the clauses size432842
Maximum clause length37
Minimum clause length1
Number of clauses of size 1928
Number of clauses of size 281196
Number of clauses of size 373000
Number of clauses of size 4366
Number of clauses of size 5705
Number of clauses of size over 55075

Solver Data (download as text)

0.69/0.72	c Starting solver ...
0.69/0.79	c Restarting after 102 conflicts
0.79/0.87	c Restarting after 253 conflicts
0.99/1.01	c Restarting after 478 conflicts
0.99/1.09	c Restarting after 816 conflicts
2.09/2.14	c Restarting after 1323 conflicts
2.70/2.75	c Restarting after 2083 conflicts
6.49/6.51	c Restarting after 3222 conflicts
10.99/11.08	c Restarting after 4931 conflicts
17.78/17.83	c Restarting after 7493 conflicts
18.38/18.48	c Restarting after 11337 conflicts
25.48/25.52	c Restarting after 17104 conflicts
41.08/41.12	c Restarting after 25755 conflicts
56.07/56.18	c Restarting after 38730 conflicts
162.93/163.03	c Restarting after 58191 conflicts
304.89/305.02	c Restarting after 87383 conflicts
413.26/413.41	c Restarting after 131173 conflicts
729.65/729.94	c Restarting after 196858 conflicts

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-328855-1173125797 -o ROOT/results/node60/solver-328855-1173125797 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/328855-1173125797/sat7_bin /tmp/evaluation/328855-1173125797/instance-328855-1173125797.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: 0.92 0.98 0.98 3/64 26896
/proc/meminfo: memFree=1592984/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=1064 CPUtime=0
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 107 0 0 0 0 0 0 0 18 0 1 0 332536619 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 266 90 77 220 0 43 0

[startup+0.0245409 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 26896
/proc/meminfo: memFree=1592984/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=4188 CPUtime=0.02
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 876 0 0 0 2 0 0 0 18 0 1 0 332536619 4288512 859 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134530789 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 1047 860 88 220 0 824 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4188

[startup+0.101555 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 26896
/proc/meminfo: memFree=1592984/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=7268 CPUtime=0.09
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 1484 0 0 0 9 0 0 0 18 0 1 0 332536619 7442432 1467 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 1817 1467 88 220 0 1594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7268

[startup+0.30159 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 26896
/proc/meminfo: memFree=1592984/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=11368 CPUtime=0.29
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 1978 0 0 0 28 1 0 0 20 0 1 0 332536619 11640832 1961 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558961 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 2842 1961 88 220 0 2619 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11368

[startup+0.701661 s]
/proc/loadavg: 0.92 0.98 0.98 3/64 26896
/proc/meminfo: memFree=1592984/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=16112 CPUtime=0.69
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 3039 0 0 0 68 1 0 0 23 0 1 0 332536619 16498688 3022 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134524915 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 4028 3028 89 220 0 3805 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16112

[startup+1.50181 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1578512/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=16632 CPUtime=1.49
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 3845 0 0 0 148 1 0 0 25 0 1 0 332536619 17031168 3730 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 4158 3730 95 220 0 3935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16632

[startup+3.10109 s]
/proc/loadavg: 0.92 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1578000/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=16632 CPUtime=3.09
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 3936 0 0 0 307 2 0 0 25 0 1 0 332536619 17031168 3821 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 4158 3821 95 220 0 3935 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16632

[startup+6.30166 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1577168/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=20732 CPUtime=6.29
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 4146 0 0 0 627 2 0 0 25 0 1 0 332536619 21229568 4031 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 5183 4031 95 220 0 4960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20732

[startup+12.7018 s]
/proc/loadavg: 0.93 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1575384/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=20732 CPUtime=12.69
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 4606 0 0 0 1267 2 0 0 25 0 1 0 332536619 21229568 4491 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531614 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 5183 4491 95 220 0 4960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20732

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1570400/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=24832 CPUtime=25.48
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 5866 0 0 0 2545 3 0 0 25 0 1 0 332536619 25427968 5751 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 6208 5751 95 220 0 5985 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24832

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1562336/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=33280 CPUtime=51.07
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 7842 0 0 0 5101 6 0 0 25 0 1 0 332536619 34078720 7727 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 8320 7727 95 220 0 8097 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33280

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1548192/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=46104 CPUtime=102.27
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 11363 0 0 0 10216 11 0 0 25 0 1 0 332536619 47210496 11248 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 11526 11248 95 220 0 11303 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 46104

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1533088/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=63092 CPUtime=162.23
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 15143 0 0 0 16209 14 0 0 25 0 1 0 332536619 64606208 15028 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579059 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 15773 15029 95 220 0 15550 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 63092

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1524960/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=71660 CPUtime=222.21
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 17167 0 0 0 22204 17 0 0 25 0 1 0 332536619 73379840 17052 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528661 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 17915 17052 95 220 0 17692 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 71660

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1517984/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=79996 CPUtime=282.2
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 18911 0 0 0 28201 19 0 0 25 0 1 0 332536619 81915904 18796 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 19999 18796 95 220 0 19776 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 79996

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1503456/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=92836 CPUtime=342.18
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 22533 0 0 0 34194 24 0 0 25 0 1 0 332536619 95064064 22418 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532333 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 23209 22418 95 220 0 22986 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 92836

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1486048/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=110224 CPUtime=402.16
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 26912 0 0 0 40186 30 0 0 25 0 1 0 332536619 112869376 26797 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532404 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 27556 26797 95 220 0 27333 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 110224

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1470560/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=126996 CPUtime=462.14
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 30735 0 0 0 46179 35 0 0 25 0 1 0 332536619 130043904 30620 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 31749 30620 95 220 0 31526 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 126996

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1455840/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=139424 CPUtime=522.12
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 34459 0 0 0 52173 39 0 0 25 0 1 0 332536619 142770176 34344 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 34856 34344 95 220 0 34633 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 139424

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1441696/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=156116 CPUtime=582.1
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 37948 0 0 0 58168 42 0 0 25 0 1 0 332536619 159862784 37833 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134531439 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 39029 37833 95 220 0 38806 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 156116

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1428128/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=168812 CPUtime=642.08
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 41300 0 0 0 64163 45 0 0 25 0 1 0 332536619 172863488 41185 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 42203 41185 95 220 0 41980 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 168812

[startup+702.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1416480/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=181216 CPUtime=702.06
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 44227 0 0 0 70157 49 0 0 25 0 1 0 332536619 185565184 44112 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 45304 44112 95 220 0 45081 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 181216

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1405792/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=189696 CPUtime=762.05
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 46867 0 0 0 76152 53 0 0 25 0 1 0 332536619 194248704 46752 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 47424 46752 95 220 0 47201 0
Current children cumulated CPU time (s) 762.05
Current children cumulated vsize (KiB) 189696

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1396640/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=198092 CPUtime=822.02
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 49162 0 0 0 82147 55 0 0 25 0 1 0 332536619 202846208 49047 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532486 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 49523 49047 95 220 0 49300 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 198092

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1387296/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=207488 CPUtime=882
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 51488 0 0 0 88142 58 0 0 25 0 1 0 332536619 212467712 51373 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 51872 51373 95 220 0 51649 0
Current children cumulated CPU time (s) 882
Current children cumulated vsize (KiB) 207488

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1377312/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=220208 CPUtime=941.98
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 54010 0 0 0 94138 60 0 0 25 0 1 0 332536619 225492992 53895 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528610 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 55052 53895 95 220 0 54829 0
Current children cumulated CPU time (s) 941.98
Current children cumulated vsize (KiB) 220208

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1365856/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=230400 CPUtime=1001.96
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 56835 0 0 0 100133 63 0 0 25 0 1 0 332536619 235929600 56720 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134537030 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 57600 56720 95 220 0 57377 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 230400

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1359776/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=234564 CPUtime=1061.94
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 58362 0 0 0 106129 65 0 0 25 0 1 0 332536619 240193536 58247 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 58641 58247 95 220 0 58418 0
Current children cumulated CPU time (s) 1061.94
Current children cumulated vsize (KiB) 234564

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1354080/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=242832 CPUtime=1121.92
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 59761 0 0 0 112126 66 0 0 25 0 1 0 332536619 248659968 59646 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528665 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 60708 59646 95 220 0 60485 0
Current children cumulated CPU time (s) 1121.92
Current children cumulated vsize (KiB) 242832

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1348832/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=247080 CPUtime=1181.9
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 61078 0 0 0 118121 69 0 0 25 0 1 0 332536619 253009920 60963 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 61770 60963 95 220 0 61547 0
Current children cumulated CPU time (s) 1181.9
Current children cumulated vsize (KiB) 247080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1347296/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=247080 CPUtime=1200.1
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 61460 0 0 0 119941 69 0 0 25 0 1 0 332536619 253009920 61345 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 61770 61345 95 220 0 61547 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 247080

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.98 0.98 2/65 26897
/proc/meminfo: memFree=1347296/2055920 swapFree=4183500/4192956
[pid=26896] ppid=26894 vsize=247080 CPUtime=1200.1
/proc/26896/stat : 26896 (sat7_bin) R 26894 26896 26176 0 -1 4194304 61460 0 0 0 119941 69 0 0 25 0 1 0 332536619 253009920 61345 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/26896/statm: 61770 61345 95 220 0 61547 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 247080

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.55
CPU time (s): 1200.15
CPU user time (s): 1199.41
CPU system time (s): 0.732888
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 247080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.41
system time used= 0.732888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61460
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= 6
involuntary context switches= 1847

runsolver used 0.880866 second user time and 2.41263 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Mon Mar  5 20:16:38 UTC 2007

IDJOB= 328855
IDBENCH= 20526
IDSOLVER= 101
FILE ID= node60/328855-1173125797

PBS_JOBID= 4015156

Free space on /tmp= 66529 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k70.cnf
COMMAND LINE= /tmp/evaluation/328855-1173125797/sat7_bin /tmp/evaluation/328855-1173125797/instance-328855-1173125797.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-328855-1173125797 -o ROOT/results/node60/solver-328855-1173125797 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/328855-1173125797/sat7_bin /tmp/evaluation/328855-1173125797/instance-328855-1173125797.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  76ab26f3361f1050f9e94d7745be300c

RANDOM SEED= 717709368

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.283
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.283
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:       1593392 kB
Buffers:         29304 kB
Cached:         357876 kB
SwapCached:       3412 kB
Active:          64360 kB
Inactive:       333064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593392 kB
SwapTotal:     4192956 kB
SwapFree:      4183500 kB
Dirty:            5064 kB
Writeback:           0 kB
Mapped:          16244 kB
Slab:            51128 kB
Committed_AS:   920572 kB
PageTables:       1468 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= 66529 MiB

End job on node60 on Mon Mar  5 20:36:40 UTC 2007