Trace number 1589833

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.07 1200.41

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-24-s100.cnf
MD5SUM107f2922072d64498e09af3270c7b9c3
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 variables31821
Number of clauses95735
Sum of the clauses size225739
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261338
Number of clauses of size 334333
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:  31821                                                |
0.00/0.00	|  Number of clauses:    95735                                                |
0.09/0.10	|  Parsing time:         0.09         s                                       |
0.59/0.62	============================[ Search Statistics ]==============================
0.59/0.62	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.59/0.62	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.59/0.62	===============================================================================
0.59/0.62	|         0 |   14187    58766   164215 |    19588        0    nan |  0.000 % |
0.79/0.85	|       100 |   14160    58766   164215 |    21547       95     41 |  4.230 % |
1.49/1.54	|       251 |   13879    57167   160155 |    23702      245     38 |  4.230 % |
2.49/2.59	|       477 |   13879    57167   160155 |    26072      471     32 |  4.230 % |
4.39/4.44	|       815 |   13879    57167   160155 |    28679      809     28 |  4.230 % |
7.19/7.27	|      1322 |   13879    57167   160155 |    31547     1316     27 |  4.230 % |
11.19/11.22	|      2083 |   13833    56954   159668 |    34702     2076     30 |  4.374 % |
16.49/16.55	|      3222 |   13833    56954   159668 |    38172     3215     37 |  4.374 % |
25.29/25.38	|      4930 |   13833    56954   159668 |    41990     4923     37 |  4.374 % |
39.98/40.00	|      7492 |   13833    56954   159668 |    46189     7485     32 |  4.374 % |
60.18/60.23	|     11338 |   13833    56954   159668 |    50807    11331     33 |  4.374 % |
91.27/91.37	|     17104 |   13833    56954   159668 |    55888    17097     33 |  4.374 % |
139.56/139.60	|     25753 |   13833    56954   159668 |    61477    25746     32 |  4.374 % |
221.22/221.36	|     38727 |   13833    56954   159668 |    67625    38720     30 |  4.374 % |
346.69/346.87	|     58188 |   13833    56954   159668 |    74387    58181     30 |  4.374 % |
552.83/553.00	|     87381 |   13833    56954   159668 |    81826    25274     25 |  4.374 % |
829.55/829.89	|    131170 |   13833    56954   159668 |    90009    69063     28 |  4.374 % |

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-1589833-1239112526/watcher-1589833-1239112526 -o /tmp/evaluation-result-1589833-1239112526/solver-1589833-1239112526 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589833-1239112526.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.91 0.97 0.99 3/69 24880
/proc/meminfo: memFree=1958432/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=2928 CPUtime=0
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 570 0 0 0 0 0 0 0 18 0 1 0 1183915819 2998272 555 1992294400 134512640 135243866 4294956256 18446744073709551615 134528103 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 732 557 62 178 0 552 0

[startup+0.051949 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 24880
/proc/meminfo: memFree=1958432/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=8256 CPUtime=0.04
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 1763 0 0 0 4 0 0 0 18 0 1 0 1183915819 8454144 1718 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 2064 1718 65 178 0 1884 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8256

[startup+0.101952 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 24880
/proc/meminfo: memFree=1958432/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=11164 CPUtime=0.09
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 2471 0 0 0 8 1 0 0 18 0 1 0 1183915819 11431936 2426 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 2791 2426 65 178 0 2611 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11164

[startup+0.301974 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 24880
/proc/meminfo: memFree=1958432/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=16676 CPUtime=0.29
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 3751 0 0 0 28 1 0 0 19 0 1 0 1183915819 17076224 3706 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4169 3706 81 178 0 3989 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16676

[startup+0.702014 s]
/proc/loadavg: 0.91 0.97 0.99 3/69 24880
/proc/meminfo: memFree=1958432/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17080 CPUtime=0.69
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4440 0 0 0 67 2 0 0 22 0 1 0 1183915819 17489920 3963 1992294400 134512640 135243866 4294956256 18446744073709551615 134555699 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4270 3963 84 178 0 4090 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17080

[startup+1.5011 s]
/proc/loadavg: 0.91 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1942616/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17080 CPUtime=1.49
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4442 0 0 0 147 2 0 0 25 0 1 0 1183915819 17489920 3965 1992294400 134512640 135243866 4294956256 18446744073709551615 134556089 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4270 3965 86 178 0 4090 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17080

[startup+3.10126 s]
/proc/loadavg: 0.91 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1942488/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17080 CPUtime=3.09
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4442 0 0 0 307 2 0 0 25 0 1 0 1183915819 17489920 3965 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4270 3965 86 178 0 4090 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17080

[startup+6.30159 s]
/proc/loadavg: 0.92 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1942360/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17080 CPUtime=6.29
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4442 0 0 0 627 2 0 0 25 0 1 0 1183915819 17489920 3965 1992294400 134512640 135243866 4294956256 18446744073709551615 134565439 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4270 3965 86 178 0 4090 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17080

[startup+12.7012 s]
/proc/loadavg: 0.93 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1942296/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17080 CPUtime=12.69
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4442 0 0 0 1267 2 0 0 25 0 1 0 1183915819 17489920 3965 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4270 3965 86 178 0 4090 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17080

[startup+25.5016 s]
/proc/loadavg: 0.94 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1942296/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17080 CPUtime=25.48
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4442 0 0 0 2546 2 0 0 25 0 1 0 1183915819 17489920 3965 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4270 3965 86 178 0 4090 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17080

[startup+51.1012 s]
/proc/loadavg: 0.96 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1942296/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17216 CPUtime=51.07
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4470 0 0 0 5105 2 0 0 25 0 1 0 1183915819 17629184 3993 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4304 3993 86 178 0 4124 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17216

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1941848/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=17848 CPUtime=102.27
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4595 0 0 0 10224 3 0 0 25 0 1 0 1183915819 18276352 4118 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4462 4118 86 178 0 4282 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 17848

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1940952/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=18756 CPUtime=162.25
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 4814 0 0 0 16222 3 0 0 25 0 1 0 1183915819 19206144 4337 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 4689 4337 86 178 0 4509 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 18756

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1939544/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=20048 CPUtime=222.22
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 5159 0 0 0 22219 3 0 0 25 0 1 0 1183915819 20529152 4682 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 5012 4682 86 178 0 4832 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 20048

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24881
/proc/meminfo: memFree=1938328/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=21288 CPUtime=282.21
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 5458 0 0 0 28217 4 0 0 25 0 1 0 1183915819 21798912 4981 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 5322 4981 86 178 0 5142 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 21288

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1936600/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=22884 CPUtime=342.19
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 5845 0 0 0 34214 5 0 0 25 0 1 0 1183915819 23433216 5368 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 5721 5368 86 178 0 5541 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 22884

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1935448/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=24216 CPUtime=402.18
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6160 0 0 0 40212 6 0 0 25 0 1 0 1183915819 24797184 5683 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6054 5683 86 178 0 5874 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 24216

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1934424/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=25196 CPUtime=462.15
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6398 0 0 0 46209 6 0 0 25 0 1 0 1183915819 25800704 5921 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6299 5921 86 178 0 6119 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 25196

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1933976/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=25592 CPUtime=522.14
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6508 0 0 0 52208 6 0 0 25 0 1 0 1183915819 26206208 6031 1992294400 134512640 135243866 4294956256 18446744073709551615 134566486 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6398 6031 86 178 0 6218 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 25592

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1933464/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=26088 CPUtime=582.12
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6629 0 0 0 58206 6 0 0 25 0 1 0 1183915819 26714112 6152 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6522 6152 86 178 0 6342 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 26088

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1933272/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=26232 CPUtime=642.11
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6671 0 0 0 64204 7 0 0 25 0 1 0 1183915819 26861568 6194 1992294400 134512640 135243866 4294956256 18446744073709551615 134556112 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6558 6194 86 178 0 6378 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 26232

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1933080/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=26444 CPUtime=702.09
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6696 0 0 0 70202 7 0 0 25 0 1 0 1183915819 27078656 6219 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6611 6219 86 178 0 6431 0
Current children cumulated CPU time (s) 702.09
Current children cumulated vsize (KiB) 26444

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1933016/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=26444 CPUtime=762.07
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6696 0 0 0 76200 7 0 0 25 0 1 0 1183915819 27078656 6219 1992294400 134512640 135243866 4294956256 18446744073709551615 134556208 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6611 6219 86 178 0 6431 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 26444

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1932696/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=26656 CPUtime=822.05
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6765 0 0 0 82198 7 0 0 25 0 1 0 1183915819 27295744 6288 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6664 6288 86 178 0 6484 0
Current children cumulated CPU time (s) 822.05
Current children cumulated vsize (KiB) 26656

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1932376/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=27056 CPUtime=882.04
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 6844 0 0 0 88196 8 0 0 25 0 1 0 1183915819 27705344 6367 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 6764 6367 86 178 0 6584 0
Current children cumulated CPU time (s) 882.04
Current children cumulated vsize (KiB) 27056

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1931160/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=28176 CPUtime=942.02
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 7142 0 0 0 94194 8 0 0 25 0 1 0 1183915819 28852224 6665 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 7044 6665 86 178 0 6864 0
Current children cumulated CPU time (s) 942.02
Current children cumulated vsize (KiB) 28176

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1929944/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=29384 CPUtime=1002.01
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 7440 0 0 0 100192 9 0 0 25 0 1 0 1183915819 30089216 6963 1992294400 134512640 135243866 4294956256 18446744073709551615 134555857 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 7346 6963 86 178 0 7166 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 29384

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1929176/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=30332 CPUtime=1061.99
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 7623 0 0 0 106190 9 0 0 25 0 1 0 1183915819 31059968 7146 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 7583 7146 86 178 0 7403 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 30332

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1929112/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=30332 CPUtime=1121.97
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 7623 0 0 0 112188 9 0 0 25 0 1 0 1183915819 31059968 7146 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 7583 7146 86 178 0 7403 0
Current children cumulated CPU time (s) 1121.97
Current children cumulated vsize (KiB) 30332

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1929112/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=30332 CPUtime=1181.95
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 7623 0 0 0 118186 9 0 0 25 0 1 0 1183915819 31059968 7146 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 7583 7146 86 178 0 7403 0
Current children cumulated CPU time (s) 1181.95
Current children cumulated vsize (KiB) 30332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.99 2/70 24887
/proc/meminfo: memFree=1928984/2055920 swapFree=4171224/4192956
[pid=24880] ppid=24878 vsize=30540 CPUtime=1200.05
/proc/24880/stat : 24880 (minisat_static) R 24878 24880 24418 0 -1 4194304 7650 0 0 0 119996 9 0 0 25 0 1 0 1183915819 31272960 7173 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/24880/statm: 7635 7173 86 178 0 7455 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 30540

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.97
CPU system time (s): 0.102984
CPU usage (%): 99.9715
Max. virtual memory (cumulated for all children) (KiB): 30540

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

runsolver used 1.08983 second user time and 3.2895 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-07 15:55:27
IDJOB=1589833
IDBENCH=70874
IDSOLVER=568
FILE ID=node44/1589833-1239112526
PBS_JOBID= 9110804
Free space on /tmp= 66532 MiB

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

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

MD5SUM BENCH= 107f2922072d64498e09af3270c7b9c3
RANDOM SEED=1487190705

node44.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.241
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.241
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:       1958912 kB
Buffers:          6608 kB
Cached:          28452 kB
SwapCached:      11452 kB
Active:          19220 kB
Inactive:        28756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1958912 kB
SwapTotal:     4192956 kB
SwapFree:      4171224 kB
Dirty:            2344 kB
Writeback:           0 kB
Mapped:          18076 kB
Slab:            34456 kB
Committed_AS:  3322436 kB
PageTables:       1796 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= 66532 MiB
End job on node44 at 2009-04-07 16:15:29