Trace number 1797675

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

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-15-5p0.cnf
MD5SUMb21b299f860c56270b509900cff82599
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 variables162926
Number of clauses821689
Sum of the clauses size1954581
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2618514
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
12.48/12.57	This is MiniSat 2.0 beta
12.48/12.57	WARNING: for repeatability, setting FPU to use double precision
12.48/12.57	============================[ Problem Statistics ]=============================
12.48/12.57	|                                                                             |
12.48/12.58	|  Number of variables:  162926                                               |
12.48/12.58	|  Number of clauses:    621846                                               |
12.55/12.99	|  Parsing time:         0.37         s                                       |
12.55/13.01	============================[ Search Statistics ]==============================
12.55/13.01	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.55/13.01	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.55/13.01	===============================================================================
12.55/13.01	|         0 |  162898   613974  1495483 |   204658        0    nan |  0.000 % |
13.17/13.26	|       100 |  162891   613974  1495483 |   225123       97     86 |  0.274 % |
13.36/13.41	|       250 |  162891   613974  1495483 |   247636      247    100 |  0.274 % |
13.56/13.65	|       480 |  162863   613974  1495483 |   272399      477     82 |  0.274 % |
13.96/14.04	|       817 |  159420   594365  1449340 |   299639      809     63 |  2.561 % |
14.46/14.59	|      1324 |  151888   549755  1350690 |   329603     1291     60 |  6.759 % |
15.56/15.65	|      2083 |  151230   549755  1350690 |   362564     2042     98 | 10.540 % |
16.76/16.85	|      3224 |  144340   509210  1261441 |   398820     3156    109 | 11.392 % |
18.87/18.90	|      4933 |  142344   498332  1237643 |   438702     4853    113 | 12.720 % |
21.17/21.24	|      7497 |  140315   484883  1205730 |   482572     7395    111 | 14.197 % |
25.17/25.28	|     11341 |  136713   465380  1162540 |   530830    11211    123 | 16.074 % |
33.27/33.35	|     17107 |  136173   462833  1157124 |   583913    16959    147 | 16.416 % |
46.06/46.15	|     25756 |  135111   456153  1141927 |   642304    25584    164 | 17.089 % |
69.44/69.54	|     38731 |  132932   445215  1117707 |   706534    38452    198 | 18.416 % |
110.53/110.65	|     58194 |  131650   439576  1105186 |   777188    57623    250 | 19.210 % |
198.90/199.04	|     87386 |  131208   437360  1100137 |   854907    86581    307 | 19.512 % |
368.63/368.89	|    131176 |  129173   424074  1067254 |   940397   129951    374 | 20.803 % |
741.47/741.83	|    196860 |  128271   418866  1055134 |  1034437   195240    476 | 21.455 % |

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-1797675-1242084716/watcher-1797675-1242084716 -o /tmp/evaluation-result-1797675-1242084716/solver-1797675-1242084716 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797675-1242084716.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 0.99 0.99 3/64 2232
/proc/meminfo: memFree=1429928/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=10916 CPUtime=0
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 236505085 11177984 175 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 2729 176 92 274 0 2452 0

[startup+0.0801279 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 2232
/proc/meminfo: memFree=1429928/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=10916 CPUtime=0.07
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 1429 0 0 0 7 0 0 0 18 0 1 0 236505085 11177984 1412 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 2729 1413 92 274 0 2452 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10916

[startup+0.10113 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 2232
/proc/meminfo: memFree=1429928/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=10916 CPUtime=0.09
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 1774 0 0 0 9 0 0 0 18 0 1 0 236505085 11177984 1758 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 2729 1758 92 274 0 2452 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10916

[startup+0.301149 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 2232
/proc/meminfo: memFree=1429928/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=34908 CPUtime=0.29
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 8539 0 0 0 25 4 0 0 19 0 1 0 236505085 35745792 8522 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 8727 8522 99 274 0 8450 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34908

[startup+0.701189 s]
/proc/loadavg: 1.00 0.99 0.99 3/64 2232
/proc/meminfo: memFree=1429928/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=40584 CPUtime=0.69
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 9956 0 0 0 64 5 0 0 23 0 1 0 236505085 41558016 9939 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 10146 9939 99 274 0 9869 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40584

[startup+1.50127 s]
/proc/loadavg: 1.00 0.99 0.99 2/65 2233
/proc/meminfo: memFree=1386592/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=50484 CPUtime=1.49
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 12458 0 0 0 143 6 0 0 25 0 1 0 236505085 51695616 12441 1992294400 134512640 135635349 4294956224 18446744073709551615 135077932 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 12621 12441 99 274 0 12344 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 50484

[startup+3.10143 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2233
/proc/meminfo: memFree=1374624/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=67380 CPUtime=3.08
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 16655 0 0 0 299 9 0 0 25 0 1 0 236505085 68997120 16638 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 16845 16638 99 274 0 16568 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 67380

[startup+6.30176 s]
/proc/loadavg: 1.08 1.00 1.00 2/65 2233
/proc/meminfo: memFree=1339552/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=105780 CPUtime=6.28
/proc/2232/stat : 2232 (IUT_BMB_SIM) R 2229 2232 1691 0 -1 4194304 26278 0 0 0 614 14 0 0 25 0 1 0 236505085 108318720 26261 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/2232/statm: 26445 26261 99 274 0 26168 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 105780

[startup+12.7024 s]
/proc/loadavg: 1.07 1.00 1.00 2/65 2233
/proc/meminfo: memFree=1280224/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 141064

[startup+25.5017 s]
/proc/loadavg: 1.14 1.02 1.01 2/66 2234
/proc/meminfo: memFree=1237784/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=44272 CPUtime=12.91
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 10455 0 0 0 1285 6 0 0 25 0 1 0 236506342 45334528 10135 1992294400 134512640 135212939 4294956320 18446744073709551615 134530514 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 11068 10135 77 170 0 10896 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 185336

[startup+51.1013 s]
/proc/loadavg: 1.09 1.02 1.00 2/66 2234
/proc/meminfo: memFree=1224024/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=58396 CPUtime=38.5
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 13989 0 0 0 3840 10 0 0 25 0 1 0 236506342 59797504 13669 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 14599 13669 77 170 0 14427 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 199460

[startup+102.305 s]
/proc/loadavg: 1.09 1.03 1.00 2/66 2234
/proc/meminfo: memFree=1189848/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=92200 CPUtime=89.69
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 22434 0 0 0 8952 17 0 0 25 0 1 0 236506342 94412800 22114 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 23050 22114 77 170 0 22878 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 233264

[startup+162.302 s]
/proc/loadavg: 1.12 1.05 1.01 2/66 2234
/proc/meminfo: memFree=1154520/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=127728 CPUtime=149.66
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 31307 0 0 0 14943 23 0 0 25 0 1 0 236506342 130793472 30987 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 31932 30987 77 170 0 31760 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 268792

[startup+222.302 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 2234
/proc/meminfo: memFree=1123224/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=158868 CPUtime=209.63
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 39065 0 0 0 20931 32 0 0 25 0 1 0 236506342 162680832 38745 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 39717 38745 77 170 0 39545 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 299932

[startup+282.302 s]
/proc/loadavg: 1.04 1.05 1.01 2/66 2234
/proc/meminfo: memFree=1091032/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=191328 CPUtime=269.62
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 47179 0 0 0 26923 39 0 0 25 0 1 0 236506342 195919872 46859 1992294400 134512640 135212939 4294956320 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 47832 46859 77 170 0 47660 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 332392

[startup+342.302 s]
/proc/loadavg: 1.01 1.04 1.00 2/66 2234
/proc/meminfo: memFree=1059608/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=222356 CPUtime=329.59
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 54953 0 0 0 32914 45 0 0 25 0 1 0 236506342 227692544 54633 1992294400 134512640 135212939 4294956320 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 55589 54633 77 170 0 55417 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 363420

[startup+402.302 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 2234
/proc/meminfo: memFree=1028056/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=254052 CPUtime=389.56
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 62908 0 0 0 38904 52 0 0 25 0 1 0 236506342 260149248 62588 1992294400 134512640 135212939 4294956320 18446744073709551615 134529500 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 63513 62588 77 170 0 63341 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 395116

[startup+462.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 2234
/proc/meminfo: memFree=1000408/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=281632 CPUtime=449.54
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 69738 0 0 0 44897 57 0 0 25 0 1 0 236506342 288391168 69418 1992294400 134512640 135212939 4294956320 18446744073709551615 134529386 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 70408 69418 77 170 0 70236 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 422696

[startup+522.301 s]

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

/proc/2234/statm: 77736 76750 77 170 0 77564 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 452008

[startup+582.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 2236
/proc/meminfo: memFree=941656/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=340288 CPUtime=569.48
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 84423 0 0 0 56879 69 0 0 25 0 1 0 236506342 348454912 84103 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 85072 84103 77 170 0 84900 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 481352

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=909464/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=372116 CPUtime=629.46
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 92377 0 0 0 62871 75 0 0 25 0 1 0 236506342 381046784 92057 1992294400 134512640 135212939 4294956320 18446744073709551615 134526655 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 93029 92057 77 170 0 92857 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 513180

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=883160/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=398600 CPUtime=689.45
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 99022 0 0 0 68864 81 0 0 25 0 1 0 236506342 408166400 98702 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 99650 98702 77 170 0 99478 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 539664

[startup+762.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=860440/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=420876 CPUtime=749.41
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 104599 0 0 0 74856 85 0 0 25 0 1 0 236506342 430977024 104279 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 105219 104279 77 170 0 105047 0
Current children cumulated CPU time (s) 761.96
Current children cumulated vsize (KiB) 561940

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=833112/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=448624 CPUtime=809.38
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 111463 0 0 0 80846 92 0 0 25 0 1 0 236506342 459390976 111143 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 112156 111143 77 170 0 111984 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 589688

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=814296/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=467176 CPUtime=869.36
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 116102 0 0 0 86839 97 0 0 25 0 1 0 236506342 478388224 115782 1992294400 134512640 135212939 4294956320 18446744073709551615 134529704 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 116794 115782 77 170 0 116622 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 608240

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=788888/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=492840 CPUtime=929.33
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 122530 0 0 0 92831 102 0 0 25 0 1 0 236506342 504668160 122210 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 123210 122210 77 170 0 123038 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 633904

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=758680/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=522816 CPUtime=989.31
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 130005 0 0 0 98823 108 0 0 25 0 1 0 236506342 535363584 129685 1992294400 134512640 135212939 4294956320 18446744073709551615 134539595 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 130704 129685 77 170 0 130532 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 663880

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=735512/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=545980 CPUtime=1049.29
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 135831 0 0 0 104816 113 0 0 25 0 1 0 236506342 559083520 135511 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 136495 135511 77 170 0 136323 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 687044

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=704472/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=576772 CPUtime=1109.26
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 143511 0 0 0 110805 121 0 0 25 0 1 0 236506342 590614528 143191 1992294400 134512640 135212939 4294956320 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 144193 143191 77 170 0 144021 0
Current children cumulated CPU time (s) 1121.81
Current children cumulated vsize (KiB) 717836

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=680984/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=600524 CPUtime=1169.24
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 149448 0 0 0 116797 127 0 0 25 0 1 0 236506342 614936576 149128 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 150131 149128 77 170 0 149959 0
Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 741588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 2236
/proc/meminfo: memFree=673176/2055920 swapFree=4176596/4192956
[pid=2232] ppid=2229 vsize=141064 CPUtime=12.55
/proc/2232/stat : 2232 (IUT_BMB_SIM) S 2229 2232 1691 0 -1 4194304 35587 0 0 0 1018 237 0 0 25 0 1 0 236505085 144449536 35093 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/2232/statm: 35266 35093 106 274 0 34989 0
[pid=2234] ppid=2232 vsize=607812 CPUtime=1187.53
/proc/2234/stat : 2234 (minisat) R 2232 2232 1691 0 -1 4194304 151282 0 0 0 118625 128 0 0 25 0 1 0 236506342 622399488 150962 1992294400 134512640 135212939 4294956320 18446744073709551615 134529504 0 0 4096 3 0 0 0 17 0 0 0
/proc/2234/statm: 151953 150962 77 170 0 151781 0
Current children cumulated CPU time (s) 1200.08
Current children cumulated vsize (KiB) 748876

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 2232 and gives
#  childrusage.ru_utime.tv_sec=10
#  childrusage.ru_utime.tv_usec=182452
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=399635
# CPU time returned by wait4() is 12.5821
# while last known CPU time is 1200.08
#
# 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.08
CPU user time (s): 1196.43
CPU system time (s): 3.65
CPU usage (%): 99.9535
Max. virtual memory (cumulated for all children) (KiB): 748876

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

runsolver used 1.04584 second user time and 3.33149 second system time

The end

Launcher Data

Begin job on node17 at 2009-05-12 01:31:57
IDJOB=1797675
IDBENCH=71008
IDSOLVER=650
FILE ID=node17/1797675-1242084716
PBS_JOBID= 9277633
Free space on /tmp= 66220 MiB

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

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

MD5SUM BENCH= b21b299f860c56270b509900cff82599
RANDOM SEED=703063633

node17.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.234
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.234
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:       1430416 kB
Buffers:         52796 kB
Cached:         499412 kB
SwapCached:      11172 kB
Active:          48580 kB
Inactive:       516924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430416 kB
SwapTotal:     4192956 kB
SwapFree:      4176596 kB
Dirty:           17056 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            45988 kB
Committed_AS:   819716 kB
PageTables:       1460 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= 66208 MiB
End job on node17 at 2009-05-12 01:52:00