Trace number 1589839

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

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-19-s100.cnf
MD5SUMe2d18d9d1a45d63e75556fb963e4ae47
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark57.8082
Satisfiable
(Un)Satisfiability was proved
Number of variables31435
Number of clauses94548
Sum of the clauses size222806
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260710
Number of clauses of size 333774
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:  31435                                                |
0.00/0.00	|  Number of clauses:    94548                                                |
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 |   13701    56714   158283 |    18904        0    nan |  0.000 % |
0.89/0.90	|       100 |   13692    56714   158283 |    20795       98     56 |  4.285 % |
1.49/1.58	|       250 |   13588    56152   156906 |    22874      246     34 |  4.711 % |
2.69/2.75	|       476 |   13457    55470   155299 |    25162      471     33 |  4.711 % |
4.19/4.23	|       814 |   13457    55470   155299 |    27678      809     29 |  4.711 % |
6.79/6.85	|      1320 |   13457    55470   155299 |    30446     1315     30 |  4.711 % |
10.59/10.69	|      2079 |   13457    55470   155299 |    33490     2074     28 |  4.711 % |
17.19/17.24	|      3219 |   13457    55470   155299 |    36839     3214     24 |  4.711 % |
26.98/27.02	|      4928 |   13457    55470   155299 |    40523     4923     21 |  4.711 % |
40.97/41.05	|      7491 |   13457    55470   155299 |    44576     7486     23 |  4.711 % |
61.98/62.08	|     11335 |   13457    55470   155299 |    49033    11330     21 |  4.711 % |
95.07/95.14	|     17102 |   13406    55253   154799 |    53937    17094     22 |  4.874 % |
144.84/144.96	|     25751 |   13406    55253   154799 |    59330    25743     23 |  4.874 % |
228.13/228.27	|     38725 |   13406    55253   154799 |    65264    38717     21 |  4.874 % |
363.39/363.55	|     58186 |   13381    55146   154554 |    71790    58175     20 |  4.953 % |
556.13/556.33	|     87378 |   13381    55146   154554 |    78969    27811     23 |  4.953 % |
839.35/839.61	|    131168 |   13381    55146   154554 |    86866    71601     24 |  4.953 % |

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-1589839-1239112749/watcher-1589839-1239112749 -o /tmp/evaluation-result-1589839-1239112749/solver-1589839-1239112749 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1589839-1239112749.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/64 10931
/proc/meminfo: memFree=508488/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=2656 CPUtime=0
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 540 0 0 0 0 0 0 0 18 0 1 0 1183937339 2719744 525 1992294400 134512640 135243866 4294956256 18446744073709551615 134553583 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 664 526 62 178 0 484 0

[startup+0.0584809 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10931
/proc/meminfo: memFree=508488/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=8812 CPUtime=0.04
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 1849 0 0 0 4 0 0 0 18 0 1 0 1183937339 9023488 1804 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 2203 1804 65 178 0 2023 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8812

[startup+0.101484 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10931
/proc/meminfo: memFree=508488/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=11032 CPUtime=0.09
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 2446 0 0 0 8 1 0 0 18 0 1 0 1183937339 11296768 2401 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 2758 2402 65 178 0 2578 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11032

[startup+0.301502 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10931
/proc/meminfo: memFree=508488/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=16408 CPUtime=0.29
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 3724 0 0 0 28 1 0 0 19 0 1 0 1183937339 16801792 3679 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4102 3680 81 178 0 3922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16408

[startup+0.70154 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 10931
/proc/meminfo: memFree=508488/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=16832 CPUtime=0.69
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4364 0 0 0 68 1 0 0 22 0 1 0 1183937339 17235968 3894 1992294400 134512640 135243866 4294956256 18446744073709551615 134564797 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4208 3894 84 178 0 4028 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16832

[startup+1.50161 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10932
/proc/meminfo: memFree=492928/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=16832 CPUtime=1.49
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4366 0 0 0 148 1 0 0 25 0 1 0 1183937339 17235968 3896 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4208 3896 86 178 0 4028 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16832

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10932
/proc/meminfo: memFree=492800/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=16832 CPUtime=3.09
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4366 0 0 0 307 2 0 0 25 0 1 0 1183937339 17235968 3896 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4208 3896 86 178 0 4028 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16832

[startup+6.30106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10932
/proc/meminfo: memFree=492672/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=16832 CPUtime=6.29
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4366 0 0 0 627 2 0 0 25 0 1 0 1183937339 17235968 3896 1992294400 134512640 135243866 4294956256 18446744073709551615 134558418 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4208 3896 86 178 0 4028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16832

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10932
/proc/meminfo: memFree=492608/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=16832 CPUtime=12.69
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4366 0 0 0 1267 2 0 0 25 0 1 0 1183937339 17235968 3896 1992294400 134512640 135243866 4294956256 18446744073709551615 134565367 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4208 3896 86 178 0 4028 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 16832

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10932
/proc/meminfo: memFree=492608/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=16968 CPUtime=25.48
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4375 0 0 0 2546 2 0 0 25 0 1 0 1183937339 17375232 3905 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4242 3905 86 178 0 4062 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16968

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10932
/proc/meminfo: memFree=492608/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=17112 CPUtime=51.08
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4419 0 0 0 5105 3 0 0 25 0 1 0 1183937339 17522688 3949 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4278 3949 86 178 0 4098 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 17112

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10932
/proc/meminfo: memFree=492224/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=17564 CPUtime=102.27
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4508 0 0 0 10224 3 0 0 25 0 1 0 1183937339 17985536 4038 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4391 4038 86 178 0 4211 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 17564

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=491840/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=17964 CPUtime=162.25
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4600 0 0 0 16221 4 0 0 25 0 1 0 1183937339 18395136 4130 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4491 4130 86 178 0 4311 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 17964

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=491648/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=17964 CPUtime=222.23
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4634 0 0 0 22219 4 0 0 25 0 1 0 1183937339 18395136 4164 1992294400 134512640 135243866 4294956256 18446744073709551615 134558631 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4491 4164 86 178 0 4311 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17964

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=490560/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=19204 CPUtime=282.21
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 4913 0 0 0 28217 4 0 0 25 0 1 0 1183937339 19664896 4443 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 4801 4443 86 178 0 4621 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 19204

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=489600/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=20124 CPUtime=342.2
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5151 0 0 0 34215 5 0 0 25 0 1 0 1183937339 20606976 4681 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5031 4681 86 178 0 4851 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 20124

[startup+402.302 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 10938
/proc/meminfo: memFree=488448/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=21472 CPUtime=402.18
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5429 0 0 0 40213 5 0 0 25 0 1 0 1183937339 21987328 4959 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5368 4959 86 178 0 5188 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 21472

[startup+462.301 s]
/proc/loadavg: 1.07 1.03 1.00 2/65 10938
/proc/meminfo: memFree=487552/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=22304 CPUtime=462.16
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5658 0 0 0 46211 5 0 0 25 0 1 0 1183937339 22839296 5188 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5576 5188 86 178 0 5396 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 22304

[startup+522.301 s]
/proc/loadavg: 1.15 1.05 1.01 2/65 10938
/proc/meminfo: memFree=487104/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=22700 CPUtime=522.14
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5755 0 0 0 52209 5 0 0 25 0 1 0 1183937339 23244800 5285 1992294400 134512640 135243866 4294956256 18446744073709551615 134555903 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5675 5285 86 178 0 5495 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 22700

[startup+582.302 s]
/proc/loadavg: 1.05 1.04 1.00 2/65 10938
/proc/meminfo: memFree=487232/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=22836 CPUtime=582.12
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5786 0 0 0 58207 5 0 0 25 0 1 0 1183937339 23384064 5316 1992294400 134512640 135243866 4294956256 18446744073709551615 134565613 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5709 5316 86 178 0 5529 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 22836

[startup+642.301 s]
/proc/loadavg: 1.02 1.03 1.00 2/65 10938
/proc/meminfo: memFree=487168/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=22836 CPUtime=642.11
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5789 0 0 0 64206 5 0 0 25 0 1 0 1183937339 23384064 5319 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5709 5319 86 178 0 5529 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 22836

[startup+702.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10938
/proc/meminfo: memFree=487040/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=23072 CPUtime=702.1
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5817 0 0 0 70204 6 0 0 25 0 1 0 1183937339 23625728 5347 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5768 5347 86 178 0 5588 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 23072

[startup+762.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 10938
/proc/meminfo: memFree=487040/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=23072 CPUtime=762.08
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5817 0 0 0 76202 6 0 0 25 0 1 0 1183937339 23625728 5347 1992294400 134512640 135243866 4294956256 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5768 5347 86 178 0 5588 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 23072

[startup+822.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 10938
/proc/meminfo: memFree=486592/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=23472 CPUtime=822.06
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 5937 0 0 0 82200 6 0 0 25 0 1 0 1183937339 24035328 5467 1992294400 134512640 135243866 4294956256 18446744073709551615 134556083 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 5868 5467 86 178 0 5688 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 23472

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=485696/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=24316 CPUtime=882.05
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 6151 0 0 0 88198 7 0 0 25 0 1 0 1183937339 24899584 5681 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 6079 5681 86 178 0 5899 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 24316

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=485056/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=24844 CPUtime=942.03
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 6307 0 0 0 94196 7 0 0 25 0 1 0 1183937339 25440256 5837 1992294400 134512640 135243866 4294956256 18446744073709551615 134565130 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 6211 5837 86 178 0 6031 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 24844

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=484736/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=25108 CPUtime=1002.01
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 6380 0 0 0 100194 7 0 0 25 0 1 0 1183937339 25710592 5910 1992294400 134512640 135243866 4294956256 18446744073709551615 134555754 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 6277 5910 86 178 0 6097 0
Current children cumulated CPU time (s) 1002.01
Current children cumulated vsize (KiB) 25108

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=484736/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=25108 CPUtime=1062
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 6380 0 0 0 106193 7 0 0 25 0 1 0 1183937339 25710592 5910 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 6277 5910 86 178 0 6097 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 25108

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=484608/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=25328 CPUtime=1121.98
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 6402 0 0 0 112191 7 0 0 25 0 1 0 1183937339 25935872 5932 1992294400 134512640 135243866 4294956256 18446744073709551615 134555763 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 6332 5932 86 178 0 6152 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 25328

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=484544/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=25328 CPUtime=1181.96
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 6407 0 0 0 118189 7 0 0 25 0 1 0 1183937339 25935872 5937 1992294400 134512640 135243866 4294956256 18446744073709551615 134567885 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 6332 5937 86 178 0 6152 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 25328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 10938
/proc/meminfo: memFree=484544/2055920 swapFree=4176784/4192956
[pid=10931] ppid=10929 vsize=25328 CPUtime=1200.07
/proc/10931/stat : 10931 (minisat_static) R 10929 10931 10717 0 -1 4194304 6408 0 0 0 119999 8 0 0 25 0 1 0 1183937339 25935872 5938 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/10931/statm: 6332 5938 86 178 0 6152 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 25328

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.08
CPU user time (s): 1199.99
CPU system time (s): 0.085986
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 25328

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

runsolver used 1.00285 second user time and 2.51962 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-07 15:59:10
IDJOB=1589839
IDBENCH=70880
IDSOLVER=568
FILE ID=node48/1589839-1239112749
PBS_JOBID= 9110807
Free space on /tmp= 66500 MiB

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

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

MD5SUM BENCH= e2d18d9d1a45d63e75556fb963e4ae47
RANDOM SEED=1317792918

node48.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.236
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.236
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:        508904 kB
Buffers:         79928 kB
Cached:        1390052 kB
SwapCached:      10176 kB
Active:         387524 kB
Inactive:      1094120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        508904 kB
SwapTotal:     4192956 kB
SwapFree:      4176784 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          17128 kB
Slab:            51392 kB
Committed_AS:  3281660 kB
PageTables:       1376 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= 66500 MiB
End job on node48 at 2009-04-07 16:19:12