Trace number 1589807

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
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 variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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:  31616                                                |
0.00/0.00	|  Number of clauses:    95110                                                |
0.09/0.10	|  Parsing time:         0.09         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 |   13884    57461   160383 |    19153        0    nan |  0.000 % |
0.69/0.70	|       101 |   13874    57461   160383 |    21069       99     54 |  3.773 % |
1.19/1.24	|       252 |   13872    57461   160383 |    23175      248     61 |  4.068 % |
1.89/1.95	|       477 |   13728    56617   158348 |    25493      472     45 |  4.068 % |
3.59/3.69	|       814 |   13728    56617   158348 |    28042      809     36 |  4.068 % |
6.19/6.30	|      1320 |   13728    56617   158348 |    30847     1315     32 |  4.068 % |
9.09/9.11	|      2081 |   13679    56405   157864 |    33931     2073     34 |  4.223 % |
14.78/14.83	|      3221 |   13679    56405   157864 |    37325     3213     30 |  4.223 % |
23.58/23.69	|      4930 |   13679    56405   157864 |    41057     4922     27 |  4.223 % |
37.87/37.99	|      7493 |   13679    56405   157864 |    45163     7485     27 |  4.223 % |
59.28/59.32	|     11337 |   13679    56405   157864 |    49679    11329     25 |  4.223 % |
90.47/90.50	|     17104 |   13679    56405   157864 |    54647    17096     24 |  4.223 % |
132.75/132.82	|     25753 |   13679    56405   157864 |    60112    25745     26 |  4.223 % |
217.04/217.10	|     38727 |   13679    56405   157864 |    66123    38719     28 |  4.223 % |
347.80/347.97	|     58189 |   13628    56188   157364 |    72736    58176     32 |  4.384 % |
551.44/551.65	|     87381 |   13628    56188   157364 |    80009    26316     21 |  4.384 % |
842.47/842.79	|    131171 |   13628    56188   157364 |    88010    70106     22 |  4.384 % |

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-1589807-1239111039/watcher-1589807-1239111039 -o /tmp/evaluation-result-1589807-1239111039/solver-1589807-1239111039 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589807-1239111039.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.99 0.98 0.99 3/64 722
/proc/meminfo: memFree=1984896/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=2656 CPUtime=0
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 539 0 0 0 0 0 0 0 18 0 1 0 1183768773 2719744 524 1992294400 134512640 135243866 4294956256 18446744073709551615 134553504 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 664 525 62 178 0 484 0

[startup+0.105007 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 722
/proc/meminfo: memFree=1984896/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=11656 CPUtime=0.09
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 2497 0 0 0 9 0 0 0 18 0 1 0 1183768773 11935744 2452 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 2914 2453 65 178 0 2734 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11656

[startup+0.202022 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 722
/proc/meminfo: memFree=1984896/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=13764 CPUtime=0.19
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 3092 0 0 0 18 1 0 0 18 0 1 0 1183768773 14094336 3047 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 3441 3048 81 178 0 3261 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13764

[startup+0.301028 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 722
/proc/meminfo: memFree=1984896/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=16408 CPUtime=0.29
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 3725 0 0 0 28 1 0 0 19 0 1 0 1183768773 16801792 3680 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4102 3680 81 178 0 3922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16408

[startup+0.701075 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 722
/proc/meminfo: memFree=1984896/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=16936 CPUtime=0.69
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4391 0 0 0 68 1 0 0 22 0 1 0 1183768773 17342464 3920 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4234 3920 84 178 0 4054 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16936

[startup+1.50116 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1969272/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=16936 CPUtime=1.49
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4393 0 0 0 148 1 0 0 25 0 1 0 1183768773 17342464 3922 1992294400 134512640 135243866 4294956256 18446744073709551615 134566438 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4234 3922 86 178 0 4054 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16936

[startup+3.10134 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1969144/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=16936 CPUtime=3.09
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4393 0 0 0 308 1 0 0 25 0 1 0 1183768773 17342464 3922 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4234 3922 86 178 0 4054 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16936

[startup+6.3027 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1969080/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=16936 CPUtime=6.29
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4393 0 0 0 628 1 0 0 25 0 1 0 1183768773 17342464 3922 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4234 3922 86 178 0 4054 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16936

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1968952/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=16936 CPUtime=12.68
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4393 0 0 0 1267 1 0 0 25 0 1 0 1183768773 17342464 3922 1992294400 134512640 135243866 4294956256 18446744073709551615 134556115 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4234 3922 86 178 0 4054 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 16936

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1969016/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=17068 CPUtime=25.48
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4404 0 0 0 2547 1 0 0 25 0 1 0 1183768773 17477632 3933 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4267 3933 86 178 0 4087 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17068

[startup+51.1017 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1968952/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=17228 CPUtime=51.07
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4441 0 0 0 5106 1 0 0 25 0 1 0 1183768773 17641472 3970 1992294400 134512640 135243866 4294956256 18446744073709551615 134558448 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4307 3970 86 178 0 4127 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17228

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1968376/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=17704 CPUtime=102.27
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4571 0 0 0 10225 2 0 0 25 0 1 0 1183768773 18128896 4100 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4426 4100 86 178 0 4246 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 17704

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1967544/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=18448 CPUtime=162.24
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 4755 0 0 0 16222 2 0 0 25 0 1 0 1183768773 18890752 4284 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4612 4284 86 178 0 4432 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 18448

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1966008/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=19908 CPUtime=222.24
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 5119 0 0 0 22221 3 0 0 25 0 1 0 1183768773 20385792 4648 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 4977 4648 86 178 0 4797 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 19908

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1964408/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=21636 CPUtime=282.21
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 5525 0 0 0 28218 3 0 0 25 0 1 0 1183768773 22155264 5054 1992294400 134512640 135243866 4294956256 18446744073709551615 134556188 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 5409 5054 86 178 0 5229 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 21636

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1962616/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=23320 CPUtime=342.2
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 5949 0 0 0 34216 4 0 0 25 0 1 0 1183768773 23879680 5478 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 5830 5478 86 178 0 5650 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 23320

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1961656/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=24428 CPUtime=402.18
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6195 0 0 0 40214 4 0 0 25 0 1 0 1183768773 25014272 5724 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6107 5724 86 178 0 5927 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 24428

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1960888/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=25020 CPUtime=462.16
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6375 0 0 0 46212 4 0 0 25 0 1 0 1183768773 25620480 5904 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6255 5904 86 178 0 6075 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 25020

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1960568/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=25284 CPUtime=522.15
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6437 0 0 0 52211 4 0 0 25 0 1 0 1183768773 25890816 5966 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6321 5966 86 178 0 6141 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 25284

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1960248/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=25776 CPUtime=582.13
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6518 0 0 0 58209 4 0 0 25 0 1 0 1183768773 26394624 6047 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6444 6047 86 178 0 6264 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 25776

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1960184/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=25776 CPUtime=642.12
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6521 0 0 0 64208 4 0 0 25 0 1 0 1183768773 26394624 6050 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6444 6050 86 178 0 6264 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 25776

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1960120/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=25776 CPUtime=702.1
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6528 0 0 0 70206 4 0 0 25 0 1 0 1183768773 26394624 6057 1992294400 134512640 135243866 4294956256 18446744073709551615 134555826 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6444 6057 86 178 0 6264 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 25776

[startup+762.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1960056/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=25776 CPUtime=762.09
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6538 0 0 0 76205 4 0 0 25 0 1 0 1183768773 26394624 6067 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6444 6067 86 178 0 6264 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 25776

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1959928/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=25964 CPUtime=822.07
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6577 0 0 0 82203 4 0 0 25 0 1 0 1183768773 26587136 6106 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6491 6106 86 178 0 6311 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 25964

[startup+882.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 723
/proc/meminfo: memFree=1958712/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27216 CPUtime=882.06
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6860 0 0 0 88201 5 0 0 25 0 1 0 1183768773 27869184 6389 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6804 6389 86 178 0 6624 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 27216

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 725
/proc/meminfo: memFree=1958456/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27456 CPUtime=942.04
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6915 0 0 0 94199 5 0 0 25 0 1 0 1183768773 28114944 6444 1992294400 134512640 135243866 4294956256 18446744073709551615 134555822 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6864 6444 86 178 0 6684 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 27456

[startup+1002.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/65 725
/proc/meminfo: memFree=1958392/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27456 CPUtime=1002.03
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6923 0 0 0 100198 5 0 0 25 0 1 0 1183768773 28114944 6452 1992294400 134512640 135243866 4294956256 18446744073709551615 134555929 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6864 6452 86 178 0 6684 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 27456

[startup+1062.3 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 725
/proc/meminfo: memFree=1958328/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27456 CPUtime=1062.01
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6924 0 0 0 106196 5 0 0 25 0 1 0 1183768773 28114944 6453 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6864 6453 86 178 0 6684 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 27456

[startup+1122.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 725
/proc/meminfo: memFree=1958264/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27456 CPUtime=1121.99
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6924 0 0 0 112194 5 0 0 25 0 1 0 1183768773 28114944 6453 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6864 6453 86 178 0 6684 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 27456

[startup+1182.3 s]
/proc/loadavg: 1.06 1.03 1.00 2/65 725
/proc/meminfo: memFree=1958328/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27456 CPUtime=1181.98
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6924 0 0 0 118193 5 0 0 25 0 1 0 1183768773 28114944 6453 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6864 6453 86 178 0 6684 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 27456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 725
/proc/meminfo: memFree=1958328/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27456 CPUtime=1200.08
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6924 0 0 0 120003 5 0 0 25 0 1 0 1183768773 28114944 6453 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6864 6453 86 178 0 6684 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 27456

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

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

[startup+1200.4 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 725
/proc/meminfo: memFree=1958328/2055920 swapFree=4176548/4192956
[pid=722] ppid=720 vsize=27456 CPUtime=1200.08
/proc/722/stat : 722 (minisat_static) R 720 722 448 0 -1 4194304 6924 0 0 0 120003 5 0 0 25 0 1 0 1183768773 28114944 6453 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/722/statm: 6864 6453 86 178 0 6684 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 27456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.09
CPU user time (s): 1200.03
CPU system time (s): 0.06099
CPU usage (%): 99.9735
Max. virtual memory (cumulated for all children) (KiB): 27456

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

runsolver used 0.987849 second user time and 2.72659 second system time

The end

Launcher Data

Begin job on node35 at 2009-04-07 15:30:39
IDJOB=1589807
IDBENCH=70848
IDSOLVER=568
FILE ID=node35/1589807-1239111039
PBS_JOBID= 9110802
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=1118576444

node35.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.229
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.229
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:       1985312 kB
Buffers:          5364 kB
Cached:          24204 kB
SwapCached:      10552 kB
Active:          26300 kB
Inactive:        15176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1985312 kB
SwapTotal:     4192956 kB
SwapFree:      4176548 kB
Dirty:            2336 kB
Writeback:           0 kB
Mapped:          16980 kB
Slab:            15124 kB
Committed_AS:  3377088 kB
PageTables:       1404 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= 66456 MiB
End job on node35 at 2009-04-07 15:50:41