Trace number 1797673

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p1.cnf
MD5SUM558e9ecf39a7773e94f4b47eef706f44
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 variables199996
Number of clauses1019200
Sum of the clauses size2430990
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2758992
Number of clauses of size 3198999
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
16.58/16.69	This is MiniSat 2.0 beta
16.58/16.69	WARNING: for repeatability, setting FPU to use double precision
16.58/16.69	============================[ Problem Statistics ]=============================
16.58/16.69	|                                                                             |
16.58/16.69	|  Number of variables:  199996                                               |
16.58/16.69	|  Number of clauses:    757235                                               |
16.66/17.17	|  Parsing time:         0.42         s                                       |
16.66/17.19	============================[ Search Statistics ]==============================
16.66/17.19	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.66/17.19	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.66/17.19	===============================================================================
16.66/17.19	|         0 |  199966   745263  1821607 |   248421        0    nan |  0.000 % |
16.66/17.41	|       100 |  199936   745263  1821607 |   273263       98    429 |  0.621 % |
17.67/17.74	|       253 |  199407   745263  1821607 |   300589      250    211 |  0.645 % |
18.07/18.15	|       481 |  199392   745263  1821607 |   330648      476    140 |  1.221 % |
18.57/18.61	|       818 |  197523   729452  1785737 |   363713      811    140 |  1.222 % |
19.17/19.23	|      1324 |  197519   729452  1785737 |   400084     1315    110 |  1.226 % |
20.37/20.45	|      2085 |  197480   729370  1785556 |   440092     2075     99 |  1.483 % |
22.26/22.35	|      3225 |  196591   726536  1779277 |   484102     3213    162 |  2.451 % |
24.66/24.74	|      4935 |  193972   710459  1744486 |   532512     4912    179 |  2.998 % |
28.37/28.49	|      7498 |  193813   709473  1742350 |   585763     7467    184 |  3.084 % |
34.95/35.05	|     11342 |  191976   699383  1719998 |   644340    11287    181 |  4.491 % |
48.74/48.89	|     17108 |  189520   685992  1691544 |   708774    17015    212 |  6.117 % |
66.84/66.97	|     25758 |  185671   665935  1649277 |   779651    25543    217 |  7.174 % |
92.92/93.04	|     38736 |  184695   662474  1641584 |   857616    38467    243 |  8.390 % |
174.99/175.17	|     58197 |  180847   646795  1607699 |   943378    56858    302 | 10.348 % |
296.95/297.16	|     87392 |  176635   626051  1562392 |  1037716    85183    352 | 11.667 % |
546.17/546.48	|    131181 |  175304   620848  1550526 |  1141487   128603    441 | 12.508 % |
998.94/999.36	|    196866 |  174414   615312  1538048 |  1255636   193986    494 | 12.779 % |

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-1797673-1242084579/watcher-1797673-1242084579 -o /tmp/evaluation-result-1797673-1242084579/solver-1797673-1242084579 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797673-1242084579.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 5573
/proc/meminfo: memFree=1938544/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=13228 CPUtime=0
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 182 0 0 0 0 0 0 0 18 0 1 0 236490784 13545472 165 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 3307 166 92 274 0 3030 0

[startup+0.0325111 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5573
/proc/meminfo: memFree=1938544/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=13228 CPUtime=0.03
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 619 0 0 0 3 0 0 0 18 0 1 0 236490784 13545472 602 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 3307 603 92 274 0 3030 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13228

[startup+0.102522 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5573
/proc/meminfo: memFree=1938544/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=13228 CPUtime=0.09
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 1705 0 0 0 9 0 0 0 18 0 1 0 236490784 13545472 1688 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 3307 1689 92 274 0 3030 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13228

[startup+0.302549 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5573
/proc/meminfo: memFree=1938544/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=32844 CPUtime=0.29
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 7023 0 0 0 27 2 0 0 19 0 1 0 236490784 33632256 7006 1992294400 134512640 135635349 4294956224 18446744073709551615 134535655 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 8211 7009 92 274 0 7934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32844

[startup+0.701607 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5573
/proc/meminfo: memFree=1938544/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=46840 CPUtime=0.69
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 11526 0 0 0 65 4 0 0 22 0 1 0 236490784 47964160 11509 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 11710 11509 99 274 0 11433 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46840

[startup+1.50172 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5574
/proc/meminfo: memFree=1888936/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=56476 CPUtime=1.49
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 13925 0 0 0 143 6 0 0 25 0 1 0 236490784 57831424 13908 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 14119 13908 99 274 0 13842 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56476

[startup+3.10195 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5574
/proc/meminfo: memFree=1876776/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=72316 CPUtime=3.09
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 17909 0 0 0 300 9 0 0 25 0 1 0 236490784 74051584 17892 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 18079 17892 99 274 0 17802 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 72316

[startup+6.30142 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5574
/proc/meminfo: memFree=1845480/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=101620 CPUtime=6.29
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 25229 0 0 0 616 13 0 0 25 0 1 0 236490784 104058880 25212 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 25405 25212 99 274 0 25128 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101620

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 5574
/proc/meminfo: memFree=1766376/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=12.69
/proc/5573/stat : 5573 (IUT_BMB_SIM) R 5571 5573 5065 0 -1 4194304 43556 0 0 0 1240 29 0 0 25 0 1 0 236490784 175865856 42758 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/5573/statm: 42936 42758 101 274 0 42659 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 171744

[startup+25.5022 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1706272/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=49740 CPUtime=8.8
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 12055 0 0 0 873 7 0 0 25 0 1 0 236492451 50933760 11769 1992294400 134512640 135212939 4294956320 18446744073709551615 134527110 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 12435 11769 77 170 0 12263 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 221484

[startup+51.1029 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1694752/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=61488 CPUtime=34.38
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 14988 0 0 0 3428 10 0 0 25 0 1 0 236492451 62963712 14702 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 15372 14702 77 170 0 15200 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 233232

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1667744/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=88328 CPUtime=85.56
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 21674 0 0 0 8539 17 0 0 25 0 1 0 236492451 90447872 21388 1992294400 134512640 135212939 4294956320 18446744073709551615 134529472 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 22082 21388 77 170 0 21910 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 260072

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1645792/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=110596 CPUtime=145.54
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 27275 0 0 0 14532 22 0 0 25 0 1 0 236492451 113250304 26989 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 27649 26989 77 170 0 27477 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 282340

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1619168/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=136884 CPUtime=205.52
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 33827 0 0 0 20525 27 0 0 25 0 1 0 236492451 140169216 33541 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 34221 33541 77 170 0 34049 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 308628

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1594016/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=162348 CPUtime=265.5
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 40183 0 0 0 26518 32 0 0 25 0 1 0 236492451 166244352 39897 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 40587 39897 77 170 0 40415 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 334092

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1570080/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=185984 CPUtime=325.48
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 46067 0 0 0 32510 38 0 0 25 0 1 0 236492451 190447616 45781 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 46496 45781 77 170 0 46324 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 357728

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1547232/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=208724 CPUtime=385.46
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 51756 0 0 0 38501 45 0 0 25 0 1 0 236492451 213733376 51470 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 52181 51470 77 170 0 52009 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 380468

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5575
/proc/meminfo: memFree=1520288/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=235480 CPUtime=445.45
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 58480 0 0 0 44493 52 0 0 25 0 1 0 236492451 241131520 58194 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 58870 58194 77 170 0 58698 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 407224

[startup+522.301 s]

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

/proc/5575/statm: 73234 72553 77 170 0 73062 0
Current children cumulated CPU time (s) 582.07
Current children cumulated vsize (KiB) 464680

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1439840/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=315656 CPUtime=625.39
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 78470 0 0 0 62469 70 0 0 25 0 1 0 236492451 323231744 78184 1992294400 134512640 135212939 4294956320 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 78914 78184 77 170 0 78742 0
Current children cumulated CPU time (s) 642.05
Current children cumulated vsize (KiB) 487400

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1419552/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=336072 CPUtime=685.37
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 83589 0 0 0 68462 75 0 0 25 0 1 0 236492451 344137728 83303 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 84018 83303 77 170 0 83846 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 507816

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1399328/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=356012 CPUtime=745.35
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 88581 0 0 0 74457 78 0 0 25 0 1 0 236492451 364556288 88295 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 89003 88295 77 170 0 88831 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 527756

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1375584/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=379872 CPUtime=805.34
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 94529 0 0 0 80450 84 0 0 25 0 1 0 236492451 388988928 94243 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 94968 94243 77 170 0 94796 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 551616

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1353120/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=402152 CPUtime=865.32
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 100110 0 0 0 86443 89 0 0 25 0 1 0 236492451 411803648 99824 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 100538 99824 77 170 0 100366 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 573896

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1334496/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=420772 CPUtime=925.3
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 104780 0 0 0 92436 94 0 0 25 0 1 0 236492451 430870528 104494 1992294400 134512640 135212939 4294956320 18446744073709551615 134527040 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 105193 104494 77 170 0 105021 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 592516

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1319904/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=435116 CPUtime=985.28
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 108388 0 0 0 98433 95 0 0 25 0 1 0 236492451 445558784 108102 1992294400 134512640 135212939 4294956320 18446744073709551615 134529547 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 108779 108102 77 170 0 108607 0
Current children cumulated CPU time (s) 1001.94
Current children cumulated vsize (KiB) 606860

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1303456/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=451572 CPUtime=1045.27
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 112506 0 0 0 104428 99 0 0 25 0 1 0 236492451 462409728 112220 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 112893 112220 77 170 0 112721 0
Current children cumulated CPU time (s) 1061.93
Current children cumulated vsize (KiB) 623316

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1291936/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=462968 CPUtime=1105.25
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 115348 0 0 0 110422 103 0 0 25 0 1 0 236492451 474079232 115062 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 115742 115062 77 170 0 115570 0
Current children cumulated CPU time (s) 1121.91
Current children cumulated vsize (KiB) 634712

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1275552/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=480000 CPUtime=1165.23
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 119501 0 0 0 116418 105 0 0 25 0 1 0 236492451 491520000 119215 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 120000 119215 77 170 0 119828 0
Current children cumulated CPU time (s) 1181.89
Current children cumulated vsize (KiB) 651744



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1270240/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=484928 CPUtime=1183.43
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 120737 0 0 0 118237 106 0 0 25 0 1 0 236492451 496566272 120451 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 121232 120451 77 170 0 121060 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 656672

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.00 1.00 1.00 2/66 5577
/proc/meminfo: memFree=1270240/2055920 swapFree=4179692/4192956
[pid=5573] ppid=5571 vsize=171744 CPUtime=16.66
/proc/5573/stat : 5573 (IUT_BMB_SIM) S 5571 5573 5065 0 -1 4194304 43562 0 0 0 1361 305 0 0 25 0 1 0 236490784 175865856 42763 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5573/statm: 42936 42763 106 274 0 42659 0
[pid=5575] ppid=5573 vsize=484928 CPUtime=1183.43
/proc/5575/stat : 5575 (minisat) R 5573 5573 5065 0 -1 4194304 120737 0 0 0 118237 106 0 0 25 0 1 0 236492451 496566272 120451 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 1 0 0
/proc/5575/statm: 121232 120451 77 170 0 121060 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 656672

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5573 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=617929
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=90530
# CPU time returned by wait4() is 16.7085
# while last known CPU time is 1200.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.54
CPU time (s): 1200.09
CPU user time (s): 1195.98
CPU system time (s): 4.11
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 656672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6179
system time used= 3.09053
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43562
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= 3
involuntary context switches= 41

runsolver used 1.34579 second user time and 3.02254 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-12 01:29:40
IDJOB=1797673
IDBENCH=71005
IDSOLVER=650
FILE ID=node30/1797673-1242084579
PBS_JOBID= 9277616
Free space on /tmp= 66192 MiB

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

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

MD5SUM BENCH= 558e9ecf39a7773e94f4b47eef706f44
RANDOM SEED=1551225504

node30.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.265
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.265
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:       1938960 kB
Buffers:          2072 kB
Cached:          49072 kB
SwapCached:       7064 kB
Active:          41548 kB
Inactive:        18808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938960 kB
SwapTotal:     4192956 kB
SwapFree:      4179692 kB
Dirty:           20968 kB
Writeback:           0 kB
Mapped:          14112 kB
Slab:            42628 kB
Committed_AS:   880380 kB
PageTables:       1356 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= 66176 MiB
End job on node30 at 2009-05-12 01:49:43