Trace number 1797691

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
IUT_BMB_SIM 1.0? (TO) 1200.04 1200.64

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
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 variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
15.59/15.64	This is MiniSat 2.0 beta
15.59/15.64	WARNING: for repeatability, setting FPU to use double precision
15.59/15.64	============================[ Problem Statistics ]=============================
15.59/15.64	|                                                                             |
15.59/15.65	|  Number of variables:  199290                                               |
15.59/15.65	|  Number of clauses:    743844                                               |
15.62/16.15	|  Parsing time:         0.45         s                                       |
15.62/16.17	============================[ Search Statistics ]==============================
15.62/16.17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
15.62/16.17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
15.62/16.17	===============================================================================
15.62/16.17	|         0 |  199262   731874  1783567 |   243958        0    nan |  0.000 % |
15.62/16.38	|       100 |  198902   731874  1783567 |   268353       99    152 |  0.217 % |
16.48/16.57	|       250 |  198902   731874  1783567 |   295189      249    114 |  0.217 % |
16.77/16.81	|       476 |  198902   731874  1783567 |   324708      475    104 |  0.217 % |
17.07/17.17	|       816 |  198902   731874  1783567 |   357178      815     92 |  0.217 % |
17.67/17.72	|      1322 |  198803   729785  1779389 |   392896     1319     82 |  0.333 % |
18.67/18.71	|      2086 |  198183   726348  1772225 |   432186     2081     93 |  0.541 % |
20.27/20.35	|      3225 |  196637   722406  1764210 |   475405     3210     93 |  1.543 % |
23.77/23.88	|      4933 |  196637   722406  1764210 |   522945     4918    112 |  1.543 % |
27.07/27.19	|      7495 |  194938   710086  1738432 |   575240     7468    113 |  2.747 % |
33.06/33.16	|     11340 |  192389   696806  1709520 |   632764    11280    113 |  3.916 % |
42.66/42.77	|     17110 |  187059   668979  1650109 |   696040    16832    127 |  6.124 % |
59.15/59.26	|     25760 |  185600   665217  1641829 |   765644    25295    142 |  7.572 % |
91.93/92.02	|     38734 |  184014   656845  1623878 |   842209    37641    193 |  7.658 % |
161.51/161.69	|     58198 |  180421   638273  1583116 |   926430    57010    267 |  9.597 % |
295.56/295.73	|     87395 |  178577   628321  1560694 |  1019073    85985    354 | 10.381 % |
543.26/543.58	|    131185 |  178281   626927  1557565 |  1120980   129542    439 | 10.588 % |
1012.81/1013.35	|    196869 |  174988   597528  1480659 |  1233078   188083    497 | 12.182 % |

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-1797691-1242085975/watcher-1797691-1242085975 -o /tmp/evaluation-result-1797691-1242085975/solver-1797691-1242085975 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797691-1242085975.cnf HOME 

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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17700
/proc/meminfo: memFree=1867976/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=13072 CPUtime=0
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 236625148 13385728 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 3268 174 92 274 0 2991 0

[startup+0.00778999 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17700
/proc/meminfo: memFree=1867976/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=13072 CPUtime=0
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 237 0 0 0 0 0 0 0 18 0 1 0 236625148 13385728 220 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 3268 220 92 274 0 2991 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13072

[startup+0.101796 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17700
/proc/meminfo: memFree=1867976/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=13072 CPUtime=0.09
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 1787 0 0 0 9 0 0 0 18 0 1 0 236625148 13385728 1770 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 3268 1771 92 274 0 2991 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13072

[startup+0.301815 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17700
/proc/meminfo: memFree=1867976/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=37252 CPUtime=0.29
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 8188 0 0 0 26 3 0 0 19 0 1 0 236625148 38146048 8171 1992294400 134512640 135635349 4294956224 18446744073709551615 134535675 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 9313 8174 92 274 0 9036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37252

[startup+0.701849 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 17700
/proc/meminfo: memFree=1867976/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=47072 CPUtime=0.69
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 11600 0 0 0 64 5 0 0 23 0 1 0 236625148 48201728 11583 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 11768 11583 99 274 0 11491 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47072

[startup+1.50192 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17701
/proc/meminfo: memFree=1817856/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=57236 CPUtime=1.49
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 14125 0 0 0 143 6 0 0 25 0 1 0 236625148 58609664 14108 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 14309 14108 99 274 0 14032 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 57236

[startup+3.10107 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17701
/proc/meminfo: memFree=1805312/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=74924 CPUtime=3.09
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 18548 0 0 0 301 8 0 0 25 0 1 0 236625148 76722176 18531 1992294400 134512640 135635349 4294956224 18446744073709551615 134549754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 18731 18531 99 274 0 18454 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 74924

[startup+6.30135 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17701
/proc/meminfo: memFree=1772480/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=104492 CPUtime=6.29
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 25934 0 0 0 617 12 0 0 25 0 1 0 236625148 106999808 25917 1992294400 134512640 135635349 4294956224 18446744073709551615 134537084 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 26123 25917 99 274 0 25846 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104492

[startup+12.7019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 17701
/proc/meminfo: memFree=1697792/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=12.69
/proc/17700/stat : 17700 (IUT_BMB_SIM) R 17698 17700 17213 0 -1 4194304 43268 0 0 0 1195 74 0 0 25 0 1 0 236625148 174690304 42471 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/17700/statm: 42649 42471 101 274 0 42372 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 170596

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1638520/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=48304 CPUtime=9.85
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 11668 0 0 0 977 8 0 0 25 0 1 0 236626711 49463296 11382 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 12076 11382 77 170 0 11904 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 218900

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1630456/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=56524 CPUtime=35.43
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 13715 0 0 0 3534 9 0 0 25 0 1 0 236626711 57880576 13429 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 14131 13429 77 170 0 13959 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 227120

[startup+102.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1607096/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=79768 CPUtime=86.62
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 19542 0 0 0 8648 14 0 0 25 0 1 0 236626711 81682432 19256 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 19942 19256 77 170 0 19770 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 250364

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1578424/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=108548 CPUtime=146.59
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 26712 0 0 0 14638 21 0 0 25 0 1 0 236626711 111153152 26426 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 27137 26426 77 170 0 26965 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 279144

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1549624/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=137184 CPUtime=206.57
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 33875 0 0 0 20629 28 0 0 25 0 1 0 236626711 140476416 33589 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 34296 33589 77 170 0 34124 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 307780

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1522872/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=164068 CPUtime=266.55
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 40604 0 0 0 26619 36 0 0 25 0 1 0 236626711 168005632 40318 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 41017 40318 77 170 0 40845 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 334664

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1492792/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=193996 CPUtime=326.52
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 48049 0 0 0 32610 42 0 0 25 0 1 0 236626711 198651904 47763 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 48499 47763 77 170 0 48327 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 364592

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1470392/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=216496 CPUtime=386.5
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 53690 0 0 0 38603 47 0 0 25 0 1 0 236626711 221691904 53404 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 54124 53404 77 170 0 53952 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 387092

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17702
/proc/meminfo: memFree=1443640/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=242888 CPUtime=446.46
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 60293 0 0 0 44593 53 0 0 25 0 1 0 236626711 248717312 60007 1992294400 134512640 135212939 4294956320 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 60722 60007 77 170 0 60550 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 413484

[startup+522.303 s]

################
# More data... #
################

/proc/17702/statm: 66748 66030 77 170 0 66576 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 437588

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1393464/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=292764 CPUtime=566.42
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 72759 0 0 0 56579 63 0 0 25 0 1 0 236626711 299790336 72473 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 73191 72473 77 170 0 73019 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 463360

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1371320/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=314948 CPUtime=626.37
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 78260 0 0 0 62570 67 0 0 25 0 1 0 236626711 322506752 77974 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 78737 77974 77 170 0 78565 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 485544

[startup+702.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1353400/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=332896 CPUtime=686.35
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 82771 0 0 0 68564 71 0 0 25 0 1 0 236626711 340885504 82485 1992294400 134512640 135212939 4294956320 18446744073709551615 134536097 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 83224 82485 77 170 0 83052 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 503492

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1332984/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=353104 CPUtime=746.33
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 87813 0 0 0 74559 74 0 0 25 0 1 0 236626711 361578496 87527 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 88276 87527 77 170 0 88104 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 523700

[startup+822.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1313272/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=372936 CPUtime=806.3
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 92769 0 0 0 80551 79 0 0 25 0 1 0 236626711 381886464 92483 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 93234 92483 77 170 0 93062 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 543532

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1293880/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=392064 CPUtime=866.27
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 97577 0 0 0 86544 83 0 0 25 0 1 0 236626711 401473536 97291 1992294400 134512640 135212939 4294956320 18446744073709551615 134535725 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 98016 97291 77 170 0 97844 0
Current children cumulated CPU time (s) 881.89
Current children cumulated vsize (KiB) 562660

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1285944/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=400156 CPUtime=926.25
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 99577 0 0 0 92540 85 0 0 25 0 1 0 236626711 409759744 99291 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 100039 99291 77 170 0 99867 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 570752

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1267000/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=418956 CPUtime=986.2
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 104294 0 0 0 98531 89 0 0 25 0 1 0 236626711 429010944 104008 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 104739 104008 77 170 0 104567 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 589552

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1247160/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=438904 CPUtime=1046.18
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 109297 0 0 0 104523 95 0 0 25 0 1 0 236626711 449437696 109011 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 109726 109011 77 170 0 109554 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 609500

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1232440/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=453400 CPUtime=1106.15
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 112936 0 0 0 110518 97 0 0 25 0 1 0 236626711 464281600 112650 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 113350 112650 77 170 0 113178 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 623996

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1213880/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=472516 CPUtime=1166.12
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 117588 0 0 0 116512 100 0 0 25 0 1 0 236626711 483856384 117302 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 118129 117303 77 170 0 117957 0
Current children cumulated CPU time (s) 1181.74
Current children cumulated vsize (KiB) 643112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 17708
/proc/meminfo: memFree=1206520/2055920 swapFree=4150108/4192956
[pid=17700] ppid=17698 vsize=170596 CPUtime=15.62
/proc/17700/stat : 17700 (IUT_BMB_SIM) S 17698 17700 17213 0 -1 4194304 43274 0 0 0 1284 278 0 0 25 0 1 0 236625148 174690304 42476 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17700/statm: 42649 42476 106 274 0 42372 0
[pid=17702] ppid=17700 vsize=479432 CPUtime=1184.42
/proc/17702/stat : 17702 (minisat) R 17700 17700 17213 0 -1 4194304 119331 0 0 0 118341 101 0 0 25 0 1 0 236626711 490938368 119045 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/17702/statm: 119858 119045 77 170 0 119686 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 650028

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17700 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=848046
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=812572
# CPU time returned by wait4() is 15.6606
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.64
CPU time (s): 1200.04
CPU user time (s): 1196.25
CPU system time (s): 3.79
CPU usage (%): 99.9497
Max. virtual memory (cumulated for all children) (KiB): 650028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.848
system time used= 2.81257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43274
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= 4
involuntary context switches= 47

runsolver used 1.03284 second user time and 3.34449 second system time

The end

Launcher Data

Begin job on node51 at 2009-05-12 01:52:56
IDJOB=1797691
IDBENCH=71047
IDSOLVER=650
FILE ID=node51/1797691-1242085975
PBS_JOBID= 9277610
Free space on /tmp= 66256 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-10p0.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797691-1242085975/watcher-1797691-1242085975 -o /tmp/evaluation-result-1797691-1242085975/solver-1797691-1242085975 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797691-1242085975.cnf HOME

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED=1395442756

node51.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.214
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.214
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:       1868456 kB
Buffers:          7668 kB
Cached:          75488 kB
SwapCached:      36660 kB
Active:          35696 kB
Inactive:        86224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868456 kB
SwapTotal:     4192956 kB
SwapFree:      4150108 kB
Dirty:           20652 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            51628 kB
Committed_AS:   655052 kB
PageTables:       1396 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= 66240 MiB
End job on node51 at 2009-05-12 02:12:59