Trace number 1594714

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SAT07 reference solver: minisat SAT 2007? (TO) 1200.07 1200.41

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_10gates_u2_autoenc.cnf
MD5SUMb22738b664eaf1324f561a555f3cf0f3
Bench CategoryCRAFTED (crafted 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 variables475
Number of clauses117796
Sum of the clauses size690176
Maximum clause length13
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21987
Number of clauses of size 34
Number of clauses of size 41021
Number of clauses of size 56342
Number of clauses of size over 5108378

Solver Data

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  475                                                  |
0.00/0.00	c |  Number of clauses:    117796                                               |
0.09/0.14	c |  Parsing time:         0.13         s                                       |
2.49/2.52	c ============================[ Search Statistics ]==============================
2.49/2.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.49/2.52	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.49/2.52	c ===============================================================================
2.49/2.52	c |         0 |     360    41518   246514 |    13839        0    nan |  0.000 % |
2.49/2.52	c |       101 |     360    41518   246514 |    15223      101     23 | 13.474 % |
2.49/2.53	c |       251 |     360    41518   246514 |    16745      251     19 | 13.474 % |
2.49/2.54	c |       477 |     360    41518   246514 |    18420      477     19 | 13.474 % |
2.49/2.55	c |       814 |     360    41518   246514 |    20262      814     19 | 13.474 % |
2.49/2.57	c |      1321 |     360    41518   246514 |    22288     1321     18 | 13.474 % |
2.59/2.60	c |      2080 |     360    41518   246514 |    24517     2080     20 | 13.474 % |
2.59/2.67	c |      3219 |     360    41518   246514 |    26968     3219     23 | 13.474 % |
2.69/2.74	c |      4927 |     360    41518   246514 |    29665     4927     22 | 13.474 % |
2.89/2.91	c |      7489 |     360    41518   246514 |    32632     7489     23 | 13.474 % |
3.19/3.20	c |     11333 |     360    41518   246514 |    35895    11333     27 | 13.474 % |
3.49/3.59	c |     17101 |     360    41518   246514 |    39485    17101     27 | 13.474 % |
4.39/4.46	c |     25751 |     360    41518   246514 |    43433    25751     30 | 13.474 % |
6.49/6.58	c |     38725 |     360    41518   246514 |    47777    38725     31 | 13.474 % |
10.18/10.27	c |     58187 |     360    41518   246514 |    52554    25488     40 | 13.474 % |
15.19/15.24	c |     87382 |     360    41518   246514 |    57810    17923     31 | 13.474 % |
23.98/24.07	c |    131172 |     360    41518   246514 |    63591    20677     39 | 13.474 % |
43.88/43.90	c |    196856 |     360    41518   246514 |    69950    40257     41 | 13.474 % |
74.67/74.79	c |    295385 |     360    41518   246514 |    76945    37463     41 | 13.474 % |
121.46/121.50	c |    443174 |     360    41518   246514 |    84640    68297     38 | 13.474 % |
199.94/200.00	c |    664858 |     360    41518   246514 |    93104    25892     34 | 13.474 % |
329.20/329.38	c |    997384 |     360    41518   246514 |   102414    68009     40 | 13.474 % |
572.83/573.00	c |   1496173 |     360    41518   246514 |   112655    73327     40 | 13.474 % |
958.32/958.69	c |   2244355 |     360    41518   246514 |   123921    84844     41 | 13.474 % |

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1594714-1239279459/watcher-1594714-1239279459 -o /tmp/evaluation-result-1594714-1239279459/solver-1594714-1239279459 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1594714-1239279459.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): 1800 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.00 0.00 0.00 3/64 12031
/proc/meminfo: memFree=1337072/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=1864 CPUtime=0
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 384 0 0 0 0 0 0 0 18 0 1 0 1200612126 1908736 370 1992294400 134512640 135048876 4294956224 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 466 371 50 130 0 333 0

[startup+0.0955541 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12031
/proc/meminfo: memFree=1337072/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=8352 CPUtime=0.09
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 1957 0 0 0 8 1 0 0 18 0 1 0 1200612126 8552448 1943 1992294400 134512640 135048876 4294956224 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 2088 1943 50 130 0 1955 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8352

[startup+0.101556 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12031
/proc/meminfo: memFree=1337072/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=8488 CPUtime=0.09
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 2014 0 0 0 8 1 0 0 18 0 1 0 1200612126 8691712 2000 1992294400 134512640 135048876 4294956224 18446744073709551615 134530821 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 2122 2000 50 130 0 1989 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8488

[startup+0.30158 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12031
/proc/meminfo: memFree=1337072/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=11792 CPUtime=0.29
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 2820 0 0 0 28 1 0 0 19 0 1 0 1200612126 12075008 2806 1992294400 134512640 135048876 4294956224 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 2948 2806 62 130 0 2815 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11792

[startup+0.701633 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 12031
/proc/meminfo: memFree=1337072/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=11792 CPUtime=0.69
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 2820 0 0 0 68 1 0 0 22 0 1 0 1200612126 12075008 2806 1992294400 134512640 135048876 4294956224 18446744073709551615 134529400 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 2948 2806 62 130 0 2815 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11792

[startup+1.50174 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 12032
/proc/meminfo: memFree=1325928/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=12720 CPUtime=1.49
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 3087 0 0 0 148 1 0 0 25 0 1 0 1200612126 13025280 3073 1992294400 134512640 135048876 4294956224 18446744073709551615 134523683 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 3180 3073 62 130 0 3047 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12720

[startup+3.10195 s]
/proc/loadavg: 0.00 0.00 0.00 2/65 12032
/proc/meminfo: memFree=1324712/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=12040 CPUtime=3.09
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 3160 0 0 0 308 1 0 0 25 0 1 0 1200612126 12328960 2902 1992294400 134512640 135048876 4294956224 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 3010 2902 67 130 0 2877 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12040

[startup+6.30136 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 12032
/proc/meminfo: memFree=1325096/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=12040 CPUtime=6.29
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 3167 0 0 0 628 1 0 0 25 0 1 0 1200612126 12328960 2909 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 3010 2909 67 130 0 2877 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12040

[startup+12.7012 s]
/proc/loadavg: 0.15 0.03 0.01 2/65 12032
/proc/meminfo: memFree=1323752/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=14016 CPUtime=12.69
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 3647 0 0 0 1267 2 0 0 25 0 1 0 1200612126 14352384 3389 1992294400 134512640 135048876 4294956224 18446744073709551615 134547293 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 3504 3389 67 130 0 3371 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 14016

[startup+25.5019 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 12032
/proc/meminfo: memFree=1320552/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=16852 CPUtime=25.48
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 4375 0 0 0 2546 2 0 0 25 0 1 0 1200612126 17256448 4117 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 4213 4117 67 130 0 4080 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16852

[startup+51.1012 s]
/proc/loadavg: 0.56 0.15 0.05 2/65 12032
/proc/meminfo: memFree=1317992/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=19920 CPUtime=51.08
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 5109 0 0 0 5104 4 0 0 25 0 1 0 1200612126 20398080 4851 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 4980 4851 67 130 0 4847 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19920

[startup+102.306 s]
/proc/loadavg: 0.81 0.28 0.10 2/65 12032
/proc/meminfo: memFree=1315112/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=22496 CPUtime=102.27
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 5755 0 0 0 10222 5 0 0 25 0 1 0 1200612126 23035904 5497 1992294400 134512640 135048876 4294956224 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 5624 5497 67 130 0 5491 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22496

[startup+162.302 s]
/proc/loadavg: 0.93 0.41 0.15 2/65 12032
/proc/meminfo: memFree=1313448/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=24292 CPUtime=162.25
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 6175 0 0 0 16219 6 0 0 25 0 1 0 1200612126 24875008 5917 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 6073 5917 67 130 0 5940 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 24292

[startup+222.302 s]
/proc/loadavg: 0.97 0.51 0.20 2/65 12032
/proc/meminfo: memFree=1311592/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=26376 CPUtime=222.23
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 6640 0 0 0 22217 6 0 0 25 0 1 0 1200612126 27009024 6382 1992294400 134512640 135048876 4294956224 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 6594 6382 67 130 0 6461 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 26376

[startup+282.301 s]
/proc/loadavg: 0.99 0.60 0.25 2/65 12032
/proc/meminfo: memFree=1310248/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=27784 CPUtime=282.22
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 6977 0 0 0 28215 7 0 0 25 0 1 0 1200612126 28450816 6719 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 6946 6719 67 130 0 6813 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 27784

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.29 2/65 12032
/proc/meminfo: memFree=1308648/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=29392 CPUtime=342.19
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 7377 0 0 0 34212 7 0 0 25 0 1 0 1200612126 30097408 7119 1992294400 134512640 135048876 4294956224 18446744073709551615 134546897 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 7348 7119 67 130 0 7215 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 29392

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.33 2/65 12032
/proc/meminfo: memFree=1304040/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=33916 CPUtime=402.18
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 8496 0 0 0 40210 8 0 0 25 0 1 0 1200612126 34729984 8238 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 8479 8238 67 130 0 8346 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 33916

[startup+462.301 s]
/proc/loadavg: 0.99 0.77 0.37 2/65 12032
/proc/meminfo: memFree=1303912/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=34064 CPUtime=462.16
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 8547 0 0 0 46208 8 0 0 25 0 1 0 1200612126 34881536 8289 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 8516 8289 67 130 0 8383 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 34064

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 12032
/proc/meminfo: memFree=1303144/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=35012 CPUtime=522.14
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 8735 0 0 0 52206 8 0 0 25 0 1 0 1200612126 35852288 8477 1992294400 134512640 135048876 4294956224 18446744073709551615 134558241 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 8753 8477 67 130 0 8620 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 35012

[startup+582.302 s]
/proc/loadavg: 0.99 0.84 0.44 2/65 12032
/proc/meminfo: memFree=1303208/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=35012 CPUtime=582.12
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 8737 0 0 0 58204 8 0 0 25 0 1 0 1200612126 35852288 8479 1992294400 134512640 135048876 4294956224 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 8753 8479 67 130 0 8620 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 35012

[startup+642.302 s]
/proc/loadavg: 0.99 0.87 0.47 2/65 12032
/proc/meminfo: memFree=1302888/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=35276 CPUtime=642.11
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 8809 0 0 0 64203 8 0 0 25 0 1 0 1200612126 36122624 8551 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 8819 8551 67 130 0 8686 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 35276

[startup+702.302 s]
/proc/loadavg: 0.99 0.89 0.50 2/65 12032
/proc/meminfo: memFree=1301672/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=36504 CPUtime=702.09
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 9114 0 0 0 70200 9 0 0 25 0 1 0 1200612126 37380096 8856 1992294400 134512640 135048876 4294956224 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 9126 8856 67 130 0 8993 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 36504

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.53 2/65 12032
/proc/meminfo: memFree=1301416/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=36668 CPUtime=762.08
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 9171 0 0 0 76199 9 0 0 25 0 1 0 1200612126 37548032 8913 1992294400 134512640 135048876 4294956224 18446744073709551615 134547111 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 9167 8913 67 130 0 9034 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 36668

[startup+822.301 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 12032
/proc/meminfo: memFree=1300968/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=37276 CPUtime=822.06
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 9289 0 0 0 82197 9 0 0 25 0 1 0 1200612126 38170624 9031 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 9319 9031 67 130 0 9186 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 37276

[startup+882.301 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 12032
/proc/meminfo: memFree=1299880/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=38324 CPUtime=882.04
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 9552 0 0 0 88194 10 0 0 25 0 1 0 1200612126 39243776 9286 1992294400 134512640 135048876 4294956224 18446744073709551615 134546862 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 9581 9286 67 130 0 9448 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 38324

[startup+942.302 s]
/proc/loadavg: 0.99 0.94 0.61 2/65 12032
/proc/meminfo: memFree=1299368/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=38940 CPUtime=942.03
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 9683 0 0 0 94193 10 0 0 25 0 1 0 1200612126 39874560 9417 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 9735 9417 67 130 0 9602 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 38940

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.63 2/65 12032
/proc/meminfo: memFree=1298920/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=39392 CPUtime=1002.01
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 9788 0 0 0 100191 10 0 0 25 0 1 0 1200612126 40337408 9522 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 9848 9522 67 130 0 9715 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 39392

[startup+1062.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/65 12032
/proc/meminfo: memFree=1295528/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=42968 CPUtime=1061.99
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 10653 0 0 0 106188 11 0 0 25 0 1 0 1200612126 43999232 10387 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 10742 10387 67 130 0 10609 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 42968

[startup+1122.3 s]
/proc/loadavg: 0.99 0.96 0.67 2/65 12032
/proc/meminfo: memFree=1294248/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=44272 CPUtime=1121.97
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 10960 0 0 0 112186 11 0 0 25 0 1 0 1200612126 45334528 10694 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 11068 10694 67 130 0 10935 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 44272

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/65 12032
/proc/meminfo: memFree=1294120/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=44272 CPUtime=1181.95
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 10984 0 0 0 118184 11 0 0 25 0 1 0 1200612126 45334528 10718 1992294400 134512640 135048876 4294956224 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 11068 10718 67 130 0 10935 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 44272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.69 2/65 12032
/proc/meminfo: memFree=1293992/2055920 swapFree=4177740/4192956
[pid=12031] ppid=12029 vsize=44448 CPUtime=1200.05
/proc/12031/stat : 12031 (minisat_noasser) R 12029 12031 11994 0 -1 4194304 11008 0 0 0 119994 11 0 0 25 0 1 0 1200612126 45514752 10742 1992294400 134512640 135048876 4294956224 18446744073709551615 134547004 0 0 4096 3 0 0 0 17 1 0 0
/proc/12031/statm: 11112 10742 67 130 0 10979 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 44448

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.41
CPU time (s): 1200.07
CPU user time (s): 1199.95
CPU system time (s): 0.123981
CPU usage (%): 99.9716
Max. virtual memory (cumulated for all children) (KiB): 44448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.95
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11008
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= 2
involuntary context switches= 1667

runsolver used 0.944856 second user time and 2.77358 second system time

The end

Launcher Data

Begin job on node13 at 2009-04-09 14:17:39
IDJOB=1594714
IDBENCH=71141
IDSOLVER=556
FILE ID=node13/1594714-1239279459
PBS_JOBID= 9115469
Free space on /tmp= 65556 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_10gates_u2_autoenc.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1594714-1239279459/watcher-1594714-1239279459 -o /tmp/evaluation-result-1594714-1239279459/solver-1594714-1239279459 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1594714-1239279459.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= b22738b664eaf1324f561a555f3cf0f3
RANDOM SEED=391720304

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.240
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.240
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:       1337488 kB
Buffers:         70244 kB
Cached:         553896 kB
SwapCached:       9008 kB
Active:          36344 kB
Inactive:       598144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1337488 kB
SwapTotal:     4192956 kB
SwapFree:      4177740 kB
Dirty:            4764 kB
Writeback:           0 kB
Mapped:          16000 kB
Slab:            69936 kB
Committed_AS:  3713960 kB
PageTables:       1464 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= 65556 MiB
End job on node13 at 2009-04-09 14:37:42