Trace number 1592876

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.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
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 variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

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:  1910                                                 |
0.00/0.00	|  Number of clauses:    167931                                               |
0.09/0.13	|  Parsing time:         0.11         s                                       |
4.79/4.89	============================[ Search Statistics ]==============================
4.79/4.89	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.79/4.89	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.79/4.89	===============================================================================
4.79/4.89	|         0 |    1151   158551   707255 |    52850        0    nan |  0.000 % |
4.89/4.93	|       100 |    1151   158551   707255 |    58135      100     45 |  0.000 % |
4.99/5.03	|       250 |    1151   158551   707255 |    63948      250     44 |  0.000 % |
5.09/5.15	|       477 |    1151   158551   707255 |    70343      477     49 |  0.000 % |
5.29/5.38	|       817 |    1151   158551   707255 |    77378      817     51 |  0.000 % |
5.59/5.65	|      1325 |    1151   158551   707255 |    85115     1325     54 |  0.000 % |
5.89/5.98	|      2084 |    1151   158551   707255 |    93627     2084     53 |  0.000 % |
6.39/6.41	|      3224 |    1151   158551   707255 |   102990     3224     51 |  0.000 % |
7.49/7.51	|      4932 |    1151   158551   707255 |   113289     4932     52 |  0.000 % |
9.39/9.44	|      7495 |    1151   158551   707255 |   124618     7495     52 |  0.000 % |
11.89/11.96	|     11344 |    1151   158551   707255 |   137080    11344     54 |  0.000 % |
16.58/16.66	|     17111 |    1151   158551   707255 |   150788    17111     55 |  0.000 % |
26.17/26.20	|     25763 |    1151   158551   707255 |   165866    25763     53 |  0.000 % |
42.46/42.55	|     38744 |    1151   158551   707255 |   182453    38744     53 |  0.000 % |
72.45/72.59	|     58205 |    1151   158551   707255 |   200699    58205     52 |  0.000 % |
125.73/125.83	|     87397 |    1151   158551   707255 |   220768    87397     51 |  0.000 % |
222.99/223.11	|    131187 |    1151   158551   707255 |   242845   131187     49 |  0.000 % |
549.48/549.70	|    196871 |    1151   158551   707255 |   267130   196871     52 |  0.000 % |
1015.91/1016.32	|    295397 |    1151   158551   707255 |   293843    46711     44 |  0.000 % |

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-1592876-1239229507/watcher-1592876-1239229507 -o /tmp/evaluation-result-1592876-1239229507/solver-1592876-1239229507 -C 1200 -W 1800 -M 1800 --output-limit 1,15 minisat_static HOME/instance-1592876-1239229507.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.97 0.69 3/71 29983
/proc/meminfo: memFree=1595784/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=2408 CPUtime=0
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 459 0 0 0 0 0 0 0 18 0 1 0 1195613805 2465792 444 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 602 444 65 178 0 422 0

[startup+0.0687051 s]
/proc/loadavg: 0.99 0.97 0.69 3/71 29983
/proc/meminfo: memFree=1595784/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=6840 CPUtime=0.06
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 1549 0 0 0 5 1 0 0 18 0 1 0 1195613805 7004160 1534 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 1710 1538 65 178 0 1530 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 6840

[startup+0.101711 s]
/proc/loadavg: 0.99 0.97 0.69 3/71 29983
/proc/meminfo: memFree=1595784/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=9316 CPUtime=0.09
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 2188 0 0 0 8 1 0 0 18 0 1 0 1195613805 9539584 2173 1992294400 134512640 135243866 4294956256 18446744073709551615 134515792 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 2329 2174 65 178 0 2149 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9316

[startup+0.301749 s]
/proc/loadavg: 0.99 0.97 0.69 3/71 29983
/proc/meminfo: memFree=1595784/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=11696 CPUtime=0.29
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 2739 0 0 0 28 1 0 0 19 0 1 0 1195613805 11976704 2724 1992294400 134512640 135243866 4294956256 18446744073709551615 134535475 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 2924 2724 81 178 0 2744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11696

[startup+0.701825 s]
/proc/loadavg: 0.99 0.97 0.69 3/71 29983
/proc/meminfo: memFree=1595784/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=11696 CPUtime=0.69
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 2739 0 0 0 68 1 0 0 22 0 1 0 1195613805 11976704 2724 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 2924 2724 81 178 0 2744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11696

[startup+1.50198 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 29984
/proc/meminfo: memFree=1585152/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=11696 CPUtime=1.49
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 2739 0 0 0 148 1 0 0 25 0 1 0 1195613805 11976704 2724 1992294400 134512640 135243866 4294956256 18446744073709551615 134535623 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 2924 2724 81 178 0 2744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 11696

[startup+3.10128 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 29984
/proc/meminfo: memFree=1580800/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=17788 CPUtime=3.09
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 4211 0 0 0 307 2 0 0 25 0 1 0 1195613805 18214912 4196 1992294400 134512640 135243866 4294956256 18446744073709551615 134535587 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 4447 4196 81 178 0 4267 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17788

[startup+6.30189 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 29984
/proc/meminfo: memFree=1580296/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=15696 CPUtime=6.29
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 4220 0 0 0 627 2 0 0 25 0 1 0 1195613805 16072704 3815 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 3924 3815 87 178 0 3744 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15696

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.69 2/72 29984
/proc/meminfo: memFree=1580296/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=15696 CPUtime=12.68
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 4220 0 0 0 1266 2 0 0 25 0 1 0 1195613805 16072704 3815 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 3924 3815 87 178 0 3744 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15696

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.70 2/72 29984
/proc/meminfo: memFree=1577672/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=18640 CPUtime=25.47
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 4940 0 0 0 2544 3 0 0 25 0 1 0 1195613805 19087360 4535 1992294400 134512640 135243866 4294956256 18446744073709551615 134555804 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 4660 4535 87 178 0 4480 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 18640

[startup+51.1014 s]
/proc/loadavg: 0.99 0.97 0.70 2/72 29984
/proc/meminfo: memFree=1572552/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=23884 CPUtime=51.06
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 6214 0 0 0 5102 4 0 0 25 0 1 0 1195613805 24457216 5809 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 5971 5809 87 178 0 5791 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 23884

[startup+102.305 s]
/proc/loadavg: 0.99 0.97 0.72 2/72 29984
/proc/meminfo: memFree=1565064/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=31496 CPUtime=102.24
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 8062 0 0 0 10219 5 0 0 25 0 1 0 1195613805 32251904 7657 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 7874 7657 87 178 0 7694 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 31496

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.74 2/72 29984
/proc/meminfo: memFree=1558408/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=38236 CPUtime=162.22
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 9722 0 0 0 16215 7 0 0 25 0 1 0 1195613805 39153664 9317 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 9559 9317 87 178 0 9379 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 38236

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.75 2/72 29984
/proc/meminfo: memFree=1552584/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=44016 CPUtime=222.19
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 11172 0 0 0 22211 8 0 0 25 0 1 0 1195613805 45072384 10767 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 11004 10767 87 178 0 10824 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 44016

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.76 2/72 29984
/proc/meminfo: memFree=1547720/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=49336 CPUtime=282.18
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 12371 0 0 0 28208 10 0 0 25 0 1 0 1195613805 50520064 11966 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 12334 11966 87 178 0 12154 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 49336

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.77 2/72 29984
/proc/meminfo: memFree=1543496/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=53556 CPUtime=342.15
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 13415 0 0 0 34204 11 0 0 25 0 1 0 1195613805 54841344 13010 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 13389 13010 87 178 0 13209 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 53556

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.78 2/72 29984
/proc/meminfo: memFree=1540360/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=56904 CPUtime=402.13
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 14214 0 0 0 40201 12 0 0 25 0 1 0 1195613805 58269696 13809 1992294400 134512640 135243866 4294956256 18446744073709551615 134555736 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 14226 13809 87 178 0 14046 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 56904

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.79 2/72 29984
/proc/meminfo: memFree=1537864/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=59176 CPUtime=462.1
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 14820 0 0 0 46198 12 0 0 25 0 1 0 1195613805 60596224 14415 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 14794 14415 87 178 0 14614 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 59176

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.81 2/72 29984
/proc/meminfo: memFree=1534472/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=62712 CPUtime=522.09
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 15684 0 0 0 52194 15 0 0 25 0 1 0 1195613805 64217088 15279 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 15678 15279 87 178 0 15498 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 62712

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.82 2/72 29984
/proc/meminfo: memFree=1530824/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=66384 CPUtime=582.06
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 16562 0 0 0 58191 15 0 0 25 0 1 0 1195613805 67977216 16157 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 16596 16157 87 178 0 16416 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 66384

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/72 29984
/proc/meminfo: memFree=1528008/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=69480 CPUtime=642.05
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 17261 0 0 0 64189 16 0 0 25 0 1 0 1195613805 71147520 16856 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 17370 16856 87 178 0 17190 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 69480

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.83 2/72 29984
/proc/meminfo: memFree=1525448/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=71960 CPUtime=702.01
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 17887 0 0 0 70185 16 0 0 25 0 1 0 1195613805 73687040 17482 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 17990 17482 87 178 0 17810 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 71960

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.84 2/72 29984
/proc/meminfo: memFree=1523144/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=74316 CPUtime=762
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 18465 0 0 0 76183 17 0 0 25 0 1 0 1195613805 76099584 18060 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 18579 18060 87 178 0 18399 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 74316

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/72 29984
/proc/meminfo: memFree=1521032/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=76320 CPUtime=821.98
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 18987 0 0 0 82180 18 0 0 25 0 1 0 1195613805 78151680 18582 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 19080 18582 87 178 0 18900 0
Current children cumulated CPU time (s) 821.98
Current children cumulated vsize (KiB) 76320

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/72 29984
/proc/meminfo: memFree=1518664/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=78860 CPUtime=881.95
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 19575 0 0 0 88177 18 0 0 25 0 1 0 1195613805 80752640 19170 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 19715 19170 87 178 0 19535 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 78860

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.85 2/72 29984
/proc/meminfo: memFree=1516360/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=81076 CPUtime=941.93
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 20144 0 0 0 94174 19 0 0 25 0 1 0 1195613805 83021824 19739 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 20269 19739 87 178 0 20089 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 81076

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/72 29984
/proc/meminfo: memFree=1514824/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=82448 CPUtime=1001.91
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 20521 0 0 0 100171 20 0 0 25 0 1 0 1195613805 84426752 20116 1992294400 134512640 135243866 4294956256 18446744073709551615 134555808 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 20612 20116 87 178 0 20432 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 82448

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/72 29984
/proc/meminfo: memFree=1514760/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=82448 CPUtime=1061.89
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 20521 0 0 0 106169 20 0 0 25 0 1 0 1195613805 84426752 20116 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 20612 20116 87 178 0 20432 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 82448

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/72 29984
/proc/meminfo: memFree=1514696/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=82448 CPUtime=1121.86
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 20526 0 0 0 112166 20 0 0 25 0 1 0 1195613805 84426752 20121 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 20612 20121 87 178 0 20432 0
Current children cumulated CPU time (s) 1121.86
Current children cumulated vsize (KiB) 82448

[startup+1182.3 s]
/proc/loadavg: 1.03 0.99 0.88 2/72 29984
/proc/meminfo: memFree=1514632/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=82448 CPUtime=1181.84
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 20536 0 0 0 118164 20 0 0 25 0 1 0 1195613805 84426752 20131 1992294400 134512640 135243866 4294956256 18446744073709551615 134555834 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 20612 20131 87 178 0 20432 0
Current children cumulated CPU time (s) 1181.84
Current children cumulated vsize (KiB) 82448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.02 0.99 0.88 2/72 29984
/proc/meminfo: memFree=1514632/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=82448 CPUtime=1200.04
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 20536 0 0 0 119983 21 0 0 25 0 1 0 1195613805 84426752 20131 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 20612 20131 87 178 0 20432 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 82448

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.02 0.99 0.88 2/72 29984
/proc/meminfo: memFree=1514632/2055920 swapFree=4170348/4192956
[pid=29983] ppid=29981 vsize=82448 CPUtime=1200.04
/proc/29983/stat : 29983 (minisat_static) R 29981 29983 29918 0 -1 4194304 20536 0 0 0 119983 21 0 0 25 0 1 0 1195613805 84426752 20131 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/29983/statm: 20612 20131 87 178 0 20432 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 82448

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1199.84
CPU system time (s): 0.225965
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 82448

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

runsolver used 1.00185 second user time and 3.37649 second system time

The end

Launcher Data

Begin job on node38 at 2009-04-09 00:25:07
IDJOB=1592876
IDBENCH=71093
IDSOLVER=568
FILE ID=node38/1592876-1239229507
PBS_JOBID= 9113614
Free space on /tmp= 66352 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_09_UNSAT.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1592876-1239229507/watcher-1592876-1239229507 -o /tmp/evaluation-result-1592876-1239229507/solver-1592876-1239229507 -C 1200 -W 1800 -M 1800 --output-limit 1,15  minisat_static HOME/instance-1592876-1239229507.cnf

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

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED=391907184

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:       1596200 kB
Buffers:         30852 kB
Cached:         347464 kB
SwapCached:      11120 kB
Active:          40168 kB
Inactive:       350732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1596200 kB
SwapTotal:     4192956 kB
SwapFree:      4170348 kB
Dirty:            3464 kB
Writeback:           0 kB
Mapped:          18228 kB
Slab:            54072 kB
Committed_AS:  3790000 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= 66352 MiB
End job on node38 at 2009-04-09 00:45:10