Trace number 1589837

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
minisat2-simp 070721? (TO) 1200.06 1200.51

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-25-s100.cnf
MD5SUMc4b5df05f50ec97b624a18161f6d43b5
Bench CategoryAPPLICATION (applications 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 variables31931
Number of clauses96111
Sum of the clauses size226723
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261482
Number of clauses of size 334565
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  31931                                                |
0.00/0.00	|  Number of clauses:    96111                                                |
0.09/0.10	|  Parsing time:         0.10         s                                       |
0.59/0.61	============================[ Search Statistics ]==============================
0.59/0.61	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.61	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.61	===============================================================================
0.59/0.61	|         0 |   14297    59235   165372 |    19745        0    nan |  0.000 % |
0.69/0.76	|       100 |   14261    59235   165372 |    21719       94     36 |  4.331 % |
0.99/1.01	|       251 |   14261    59235   165372 |    23891      245     47 |  4.331 % |
1.69/1.74	|       476 |   13892    57145   160167 |    26280      470     38 |  4.331 % |
2.59/2.68	|       814 |   13892    57145   160167 |    28908      808     34 |  4.331 % |
4.99/5.05	|      1321 |   13892    57145   160167 |    31799     1315     32 |  4.331 % |
8.29/8.36	|      2080 |   13892    57145   160167 |    34979     2074     29 |  4.331 % |
13.99/14.01	|      3220 |   13892    57145   160167 |    38477     3214     28 |  4.331 % |
20.59/20.65	|      4929 |   13892    57145   160167 |    42325     4923     32 |  4.331 % |
31.68/31.70	|      7491 |   13892    57145   160167 |    46557     7485     32 |  4.331 % |
53.67/53.74	|     11335 |   13892    57145   160167 |    51213    11329     35 |  4.331 % |
85.16/85.27	|     17101 |   13892    57145   160167 |    56334    17095     38 |  4.331 % |
133.34/133.40	|     25751 |   13892    57145   160167 |    61968    25745     43 |  4.331 % |
211.51/211.62	|     38725 |   13892    57145   160167 |    68165    38719     42 |  4.331 % |
337.46/337.64	|     58188 |   13892    57145   160167 |    74981    58182     37 |  4.331 % |
560.08/560.34	|     87381 |   13892    57145   160167 |    82479    24404     25 |  4.331 % |
870.26/870.64	|    131170 |   13892    57145   160167 |    90727    68193     32 |  4.331 % |

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-1589837-1239112694/watcher-1589837-1239112694 -o /tmp/evaluation-result-1589837-1239112694/solver-1589837-1239112694 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589837-1239112694.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: 1.00 1.00 1.00 3/71 26003
/proc/meminfo: memFree=981368/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=2928 CPUtime=0
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 570 0 0 0 0 0 0 0 18 0 1 0 1183932468 2998272 555 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 732 556 62 178 0 552 0

[startup+0.0953481 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 26003
/proc/meminfo: memFree=981368/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=10768 CPUtime=0.08
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 2381 0 0 0 8 0 0 0 18 0 1 0 1183932468 11026432 2336 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 2692 2337 65 178 0 2512 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10768

[startup+0.101348 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 26003
/proc/meminfo: memFree=981368/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=11164 CPUtime=0.09
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 2465 0 0 0 9 0 0 0 18 0 1 0 1183932468 11431936 2420 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 2791 2421 65 178 0 2611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11164

[startup+0.301386 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 26003
/proc/meminfo: memFree=981368/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=16676 CPUtime=0.29
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 3756 0 0 0 28 1 0 0 19 0 1 0 1183932468 17076224 3711 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4169 3711 81 178 0 3989 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16676

[startup+0.701463 s]
/proc/loadavg: 1.00 1.00 1.00 3/71 26003
/proc/meminfo: memFree=981368/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=17060 CPUtime=0.69
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4434 0 0 0 68 1 0 0 22 0 1 0 1183932468 17469440 3959 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4265 3959 84 178 0 4085 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17060

[startup+1.50162 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=965616/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=17060 CPUtime=1.49
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4436 0 0 0 148 1 0 0 25 0 1 0 1183932468 17469440 3961 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4265 3961 86 178 0 4085 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17060

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=965488/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=17060 CPUtime=3.09
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4436 0 0 0 308 1 0 0 25 0 1 0 1183932468 17469440 3961 1992294400 134512640 135243866 4294956256 18446744073709551615 134555829 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4265 3961 86 178 0 4085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17060

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=965424/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=17060 CPUtime=6.29
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4436 0 0 0 627 2 0 0 25 0 1 0 1183932468 17469440 3961 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4265 3961 86 178 0 4085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17060

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=965432/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=17060 CPUtime=12.69
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4436 0 0 0 1267 2 0 0 25 0 1 0 1183932468 17469440 3961 1992294400 134512640 135243866 4294956256 18446744073709551615 134555746 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4265 3961 86 178 0 4085 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17060

[startup+25.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=965432/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=17196 CPUtime=25.48
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4450 0 0 0 2546 2 0 0 25 0 1 0 1183932468 17608704 3975 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4299 3975 86 178 0 4119 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17196

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=965368/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=17328 CPUtime=51.07
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4487 0 0 0 5105 2 0 0 25 0 1 0 1183932468 17743872 4012 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4332 4012 86 178 0 4152 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17328

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=964408/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=18296 CPUtime=102.25
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 4735 0 0 0 10223 2 0 0 25 0 1 0 1183932468 18735104 4260 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 4574 4260 86 178 0 4394 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 18296

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26004
/proc/meminfo: memFree=962488/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=20312 CPUtime=162.23
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 5216 0 0 0 16220 3 0 0 25 0 1 0 1183932468 20799488 4741 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 5078 4741 86 178 0 4898 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 20312

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=960824/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=21896 CPUtime=222.2
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 5618 0 0 0 22216 4 0 0 25 0 1 0 1183932468 22421504 5143 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 5474 5143 86 178 0 5294 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 21896

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=959544/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=23192 CPUtime=282.19
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 5936 0 0 0 28214 5 0 0 25 0 1 0 1183932468 23748608 5461 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 5798 5461 86 178 0 5618 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 23192

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=958200/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=24552 CPUtime=342.16
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6275 0 0 0 34211 5 0 0 25 0 1 0 1183932468 25141248 5800 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6138 5800 86 178 0 5958 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 24552

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=957176/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=25660 CPUtime=402.14
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6538 0 0 0 40208 6 0 0 25 0 1 0 1183932468 26275840 6063 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6415 6063 86 178 0 6235 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 25660

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=956024/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=26728 CPUtime=462.12
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6802 0 0 0 46206 6 0 0 25 0 1 0 1183932468 27369472 6327 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6682 6327 86 178 0 6502 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 26728

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=955576/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=27124 CPUtime=522.09
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6919 0 0 0 52203 6 0 0 25 0 1 0 1183932468 27774976 6444 1992294400 134512640 135243866 4294956256 18446744073709551615 134556123 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6781 6444 86 178 0 6601 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 27124

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=955576/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=27124 CPUtime=582.07
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6920 0 0 0 58200 7 0 0 25 0 1 0 1183932468 27774976 6445 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6781 6445 86 178 0 6601 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 27124

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=955576/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=27124 CPUtime=642.05
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6920 0 0 0 64198 7 0 0 25 0 1 0 1183932468 27774976 6445 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6781 6445 86 178 0 6601 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 27124

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=955448/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=27304 CPUtime=702.03
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6948 0 0 0 70196 7 0 0 25 0 1 0 1183932468 27959296 6473 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6826 6473 86 178 0 6646 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 27304

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=955256/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=27440 CPUtime=762.01
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 6986 0 0 0 76194 7 0 0 25 0 1 0 1183932468 28098560 6511 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6860 6511 86 178 0 6680 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 27440

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=955000/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=27772 CPUtime=821.98
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7058 0 0 0 82191 7 0 0 25 0 1 0 1183932468 28438528 6583 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 6943 6583 86 178 0 6763 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 27772

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=954616/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=28216 CPUtime=881.96
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7144 0 0 0 88189 7 0 0 25 0 1 0 1183932468 28893184 6669 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7054 6669 86 178 0 6874 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 28216

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=954488/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=28392 CPUtime=941.94
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7177 0 0 0 94186 8 0 0 25 0 1 0 1183932468 29073408 6702 1992294400 134512640 135243866 4294956256 18446744073709551615 134566466 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7098 6702 86 178 0 6918 0
Current children cumulated CPU time (s) 941.94
Current children cumulated vsize (KiB) 28392

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=953784/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=28956 CPUtime=1001.92
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7354 0 0 0 100184 8 0 0 25 0 1 0 1183932468 29650944 6879 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7239 6879 86 178 0 7059 0
Current children cumulated CPU time (s) 1001.92
Current children cumulated vsize (KiB) 28956

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=952888/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=29932 CPUtime=1061.89
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7586 0 0 0 106181 8 0 0 25 0 1 0 1183932468 30650368 7111 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7483 7111 86 178 0 7303 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 29932

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=952248/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=30608 CPUtime=1121.88
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7723 0 0 0 112179 9 0 0 25 0 1 0 1183932468 31342592 7248 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7652 7248 86 178 0 7472 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 30608

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=952248/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=30608 CPUtime=1181.85
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7723 0 0 0 118176 9 0 0 25 0 1 0 1183932468 31342592 7248 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7652 7248 86 178 0 7472 0
Current children cumulated CPU time (s) 1181.85
Current children cumulated vsize (KiB) 30608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=952248/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=30608 CPUtime=1200.05
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7723 0 0 0 119996 9 0 0 25 0 1 0 1183932468 31342592 7248 1992294400 134512640 135243866 4294956256 18446744073709551615 134565439 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7652 7248 86 178 0 7472 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30608

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: 1.00 1.00 1.00 2/72 26010
/proc/meminfo: memFree=952248/2055920 swapFree=4170348/4192956
[pid=26003] ppid=26001 vsize=30608 CPUtime=1200.05
/proc/26003/stat : 26003 (minisat_static) R 26001 26003 25819 0 -1 4194304 7723 0 0 0 119996 9 0 0 25 0 1 0 1183932468 31342592 7248 1992294400 134512640 135243866 4294956256 18446744073709551615 134565439 0 0 4096 3 0 0 0 17 1 0 0
/proc/26003/statm: 7652 7248 86 178 0 7472 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30608

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.06
CPU user time (s): 1199.96
CPU system time (s): 0.099984
CPU usage (%): 99.9626
Max. virtual memory (cumulated for all children) (KiB): 30608

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

runsolver used 1.03684 second user time and 3.34049 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-07 15:58:14
IDJOB=1589837
IDBENCH=70878
IDSOLVER=568
FILE ID=node38/1589837-1239112694
PBS_JOBID= 9110810
Free space on /tmp= 66440 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-25-s100.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1589837-1239112694/watcher-1589837-1239112694 -o /tmp/evaluation-result-1589837-1239112694/solver-1589837-1239112694 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1589837-1239112694.cnf

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

MD5SUM BENCH= c4b5df05f50ec97b624a18161f6d43b5
RANDOM SEED=1528066856

node38.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.259
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	: 5931.00
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.259
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:        981848 kB
Buffers:         74968 kB
Cached:         906076 kB
SwapCached:      11144 kB
Active:          30204 kB
Inactive:       963496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        981848 kB
SwapTotal:     4192956 kB
SwapFree:      4170348 kB
Dirty:            2488 kB
Writeback:           0 kB
Mapped:          18300 kB
Slab:            65612 kB
Committed_AS:  3731312 kB
PageTables:       1988 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= 66440 MiB
End job on node38 at 2009-04-07 16:18:16