Trace number 329149

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.45

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k60.cnf
MD5SUM913879a5f9dcd02ef984b774902fd16f
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 variables41077
Number of clauses155700
Sum of the clauses size420372
Maximum clause length37
Minimum clause length1
Number of clauses of size 1798
Number of clauses of size 276566
Number of clauses of size 372380
Number of clauses of size 4326
Number of clauses of size 5625
Number of clauses of size over 55005

Solver Data (download as text)

0.58/0.69	c Starting solver ...
0.69/0.75	c Restarting after 101 conflicts
0.79/0.80	c Restarting after 252 conflicts
0.89/0.91	c Restarting after 477 conflicts
0.99/1.06	c Restarting after 814 conflicts
1.19/1.24	c Restarting after 1321 conflicts
1.39/1.40	c Restarting after 2082 conflicts
1.59/1.67	c Restarting after 3222 conflicts
2.09/2.15	c Restarting after 4931 conflicts
3.89/3.95	c Restarting after 7494 conflicts
7.70/7.74	c Restarting after 11338 conflicts
14.89/14.94	c Restarting after 17107 conflicts
34.38/34.44	c Restarting after 25756 conflicts
38.08/38.19	c Restarting after 38730 conflicts
90.56/90.68	c Restarting after 58192 conflicts
163.35/163.44	c Restarting after 87384 conflicts
263.12/263.27	c Restarting after 131173 conflicts
589.24/589.49	c Restarting after 196859 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/node61/watcher-329149-1173133074 -o ROOT/results/node61/solver-329149-1173133074 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/329149-1173133074/sat7_bin /tmp/evaluation/329149-1173133074/instance-329149-1173133074.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.66 0.92 0.93 2/64 2079
/proc/meminfo: memFree=1530984/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=1064 CPUtime=0.01
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 107 0 0 0 1 0 0 0 18 0 1 0 333264396 1089536 90 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 266 90 77 220 0 43 0

[startup+0.0980649 s]
/proc/loadavg: 0.66 0.92 0.93 2/64 2079
/proc/meminfo: memFree=1530984/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=7156 CPUtime=0.08
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 1416 0 0 0 8 0 0 0 18 0 1 0 333264396 7327744 1399 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 1789 1399 88 220 0 1566 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 7156

[startup+0.101065 s]
/proc/loadavg: 0.66 0.92 0.93 2/64 2079
/proc/meminfo: memFree=1530984/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=7156 CPUtime=0.09
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 1420 0 0 0 9 0 0 0 18 0 1 0 333264396 7327744 1403 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134546624 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 1789 1403 88 220 0 1566 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7156

[startup+0.301084 s]
/proc/loadavg: 0.66 0.92 0.93 2/64 2079
/proc/meminfo: memFree=1530984/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=11256 CPUtime=0.29
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 1924 0 0 0 29 0 0 0 19 0 1 0 333264396 11526144 1907 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029294 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 2814 1907 88 220 0 2591 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11256

[startup+0.701121 s]
/proc/loadavg: 0.66 0.92 0.93 2/64 2079
/proc/meminfo: memFree=1530984/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=15980 CPUtime=0.69
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 3270 0 0 0 68 1 0 0 23 0 1 0 333264396 16363520 3253 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 3995 3253 93 220 0 3772 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15980

[startup+1.5022 s]
/proc/loadavg: 0.66 0.92 0.93 2/65 2080
/proc/meminfo: memFree=1517344/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=16496 CPUtime=1.49
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 3736 0 0 0 148 1 0 0 25 0 1 0 333264396 16891904 3621 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529590 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 4124 3621 95 220 0 3901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16496

[startup+3.10135 s]
/proc/loadavg: 0.66 0.92 0.93 2/65 2080
/proc/meminfo: memFree=1516320/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=16496 CPUtime=3.09
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 4010 0 0 0 307 2 0 0 25 0 1 0 333264396 16891904 3895 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 4124 3895 95 220 0 3901 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16496

[startup+6.30166 s]
/proc/loadavg: 0.69 0.92 0.93 2/65 2080
/proc/meminfo: memFree=1513952/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=20596 CPUtime=6.29
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 4534 0 0 0 627 2 0 0 25 0 1 0 333264396 21090304 4419 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 5149 4419 95 220 0 4926 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20596

[startup+12.7013 s]
/proc/loadavg: 0.71 0.92 0.93 2/65 2080
/proc/meminfo: memFree=1510496/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=24696 CPUtime=12.68
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 5377 0 0 0 1265 3 0 0 25 0 1 0 333264396 25288704 5262 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 6174 5262 95 220 0 5951 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 24696

[startup+25.5015 s]
/proc/loadavg: 0.77 0.93 0.93 2/65 2080
/proc/meminfo: memFree=1507040/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=28796 CPUtime=25.49
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 6135 0 0 0 2545 4 0 0 25 0 1 0 333264396 29487104 6020 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528612 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 7199 6020 95 220 0 6976 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28796

[startup+51.1019 s]
/proc/loadavg: 0.85 0.93 0.93 2/65 2080
/proc/meminfo: memFree=1497952/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=37128 CPUtime=51.08
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 8441 0 0 0 5101 7 0 0 25 0 1 0 333264396 38019072 8326 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532623 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 9282 8326 95 220 0 9059 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37128

[startup+102.306 s]
/proc/loadavg: 0.93 0.94 0.93 2/65 2080
/proc/meminfo: memFree=1485856/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=49892 CPUtime=102.26
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 11431 0 0 0 10215 11 0 0 25 0 1 0 333264396 51089408 11316 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134539071 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 12473 11316 95 220 0 12250 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 49892

[startup+162.302 s]
/proc/loadavg: 0.97 0.95 0.93 2/65 2080
/proc/meminfo: memFree=1468000/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=68132 CPUtime=162.25
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 15915 0 0 0 16208 17 0 0 25 0 1 0 333264396 69767168 15800 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 17033 15800 95 220 0 16810 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 68132

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.93 2/65 2080
/proc/meminfo: memFree=1445280/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=87028 CPUtime=222.23
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 21542 0 0 0 22202 21 0 0 25 0 1 0 333264396 89116672 21427 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 21757 21427 95 220 0 21534 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 87028

[startup+282.302 s]
/proc/loadavg: 0.99 0.96 0.93 2/65 2080
/proc/meminfo: memFree=1422112/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=111572 CPUtime=282.22
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 27361 0 0 0 28194 28 0 0 25 0 1 0 333264396 114249728 27246 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532552 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 27893 27246 95 220 0 27670 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 111572

[startup+342.302 s]
/proc/loadavg: 0.99 0.96 0.93 2/65 2080
/proc/meminfo: memFree=1403104/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=128824 CPUtime=342.2
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 32064 0 0 0 34186 34 0 0 25 0 1 0 333264396 131915776 31949 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533382 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 32206 31949 95 220 0 31983 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 128824

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1383200/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=148976 CPUtime=402.19
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 37070 0 0 0 40180 39 0 0 25 0 1 0 333264396 152551424 36955 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529282 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 37244 36955 95 220 0 37021 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 148976

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1365472/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=166708 CPUtime=462.17
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 41459 0 0 0 46174 43 0 0 25 0 1 0 333264396 170708992 41344 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 41677 41344 95 220 0 41454 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 166708

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1347872/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=187904 CPUtime=522.16
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 45892 0 0 0 52168 48 0 0 25 0 1 0 333264396 192413696 45777 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134536755 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 46976 45777 95 220 0 46753 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 187904

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1329824/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=205372 CPUtime=582.14
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 50366 0 0 0 58161 53 0 0 25 0 1 0 333264396 210300928 50251 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134528610 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 51343 50251 95 220 0 51120 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 205372

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1315104/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=218664 CPUtime=642.14
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 53998 0 0 0 64157 57 0 0 25 0 1 0 333264396 223911936 53883 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134529312 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 54666 53883 95 220 0 54443 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 218664

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1301280/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=231184 CPUtime=702.11
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 57492 0 0 0 70151 60 0 0 25 0 1 0 333264396 236732416 57377 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 57796 57377 95 220 0 57573 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 231184

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1290592/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=243608 CPUtime=762.1
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 60104 0 0 0 76147 63 0 0 25 0 1 0 333264396 249454592 59989 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 60902 59989 95 220 0 60679 0
Current children cumulated CPU time (s) 762.1
Current children cumulated vsize (KiB) 243608

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1282272/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=251940 CPUtime=822.08
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 62211 0 0 0 82143 65 0 0 25 0 1 0 333264396 257986560 62096 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532331 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 62985 62096 95 220 0 62762 0
Current children cumulated CPU time (s) 822.08
Current children cumulated vsize (KiB) 251940

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1273824/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=260276 CPUtime=882.07
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 64295 0 0 0 88140 67 0 0 25 0 1 0 333264396 266522624 64180 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533251 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 65069 64180 95 220 0 64846 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 260276

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1265440/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=268476 CPUtime=942.05
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 66407 0 0 0 94136 69 0 0 25 0 1 0 333264396 274919424 66292 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532571 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 67119 66292 95 220 0 66896 0
Current children cumulated CPU time (s) 942.05
Current children cumulated vsize (KiB) 268476

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1256928/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=276960 CPUtime=1002.04
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 68510 0 0 0 100132 72 0 0 25 0 1 0 333264396 283607040 68395 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 69240 68395 95 220 0 69017 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 276960

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1248672/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=285288 CPUtime=1062.02
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 70583 0 0 0 106128 74 0 0 25 0 1 0 333264396 292134912 70468 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 71322 70468 95 220 0 71099 0
Current children cumulated CPU time (s) 1062.02
Current children cumulated vsize (KiB) 285288

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1240800/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=293620 CPUtime=1122.01
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 72523 0 0 0 112124 77 0 0 25 0 1 0 333264396 300666880 72408 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 73405 72408 95 220 0 73182 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 293620

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1233440/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=301820 CPUtime=1181.99
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 74396 0 0 0 118120 79 0 0 25 0 1 0 333264396 309063680 74281 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579019 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 75455 74281 95 220 0 75232 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 301820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.93 2/65 2080
/proc/meminfo: memFree=1230816/2055920 swapFree=4183424/4192956
[pid=2079] ppid=2077 vsize=301956 CPUtime=1200.09
/proc/2079/stat : 2079 (sat7_bin) R 2077 2079 2015 0 -1 4194304 75004 0 0 0 119929 80 0 0 25 0 1 0 333264396 309202944 74889 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533566 0 0 4096 0 0 0 0 17 1 0 0
/proc/2079/statm: 75489 74889 95 220 0 75266 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 301956

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.45
CPU time (s): 1200.15
CPU user time (s): 1199.3
CPU system time (s): 0.85287
CPU usage (%): 99.9749
Max. virtual memory (cumulated for all children) (KiB): 301956

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

runsolver used 0.743886 second user time and 2.54561 second system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Mar  5 22:17:55 UTC 2007

IDJOB= 329149
IDBENCH= 20533
IDSOLVER= 101
FILE ID= node61/329149-1173133074

PBS_JOBID= 4015185

Free space on /tmp= 66520 MiB

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

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  913879a5f9dcd02ef984b774902fd16f

RANDOM SEED= 39925091

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node61.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.216
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.216
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:       1531456 kB
Buffers:         29052 kB
Cached:         419448 kB
SwapCached:       3496 kB
Active:          73716 kB
Inactive:       384112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1531456 kB
SwapTotal:     4192956 kB
SwapFree:      4183424 kB
Dirty:            5080 kB
Writeback:           0 kB
Mapped:          15388 kB
Slab:            52680 kB
Committed_AS:   865696 kB
PageTables:       1388 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= 66520 MiB

End job on node61 on Mon Mar  5 22:37:57 UTC 2007