Trace number 1806023

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.07 1200.69

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
MD5SUM181c4935b6e4cd791aedd030930111fa
Bench CategoryCRAFTED (crafted 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 variables16866
Number of clauses2507999
Sum of the clauses size5028712
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22505923
Number of clauses of size 31
Number of clauses of size 47
Number of clauses of size 59
Number of clauses of size over 52059

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
74.56/74.65	This is MiniSat 2.0 beta
74.56/74.65	WARNING: for repeatability, setting FPU to use double precision
74.56/74.65	============================[ Problem Statistics ]=============================
74.56/74.65	|                                                                             |
74.56/74.65	|  Number of variables:  16866                                                |
74.56/74.65	|  Number of clauses:    2507999                                              |
75.95/76.09	|  Parsing time:         1.29         s                                       |
76.15/76.20	============================[ Search Statistics ]==============================
76.15/76.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
76.15/76.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
76.15/76.20	===============================================================================
76.15/76.20	|         0 |   16866  2507999  5028712 |   835999        0    nan |  0.000 % |
76.55/76.68	|       100 |   16863  2507999  5028712 |   919599       97     60 |  0.018 % |
76.85/76.91	|       250 |   16854  2507999  5028712 |  1011559      238     32 |  0.071 % |
77.45/77.52	|       475 |   16853  2507999  5028712 |  1112715      462     55 |  0.077 % |
77.96/78.05	|       813 |   16847  2507999  5028712 |  1223987      794     39 |  0.113 % |
79.35/79.49	|      1319 |   16846  2507999  5028712 |  1346385     1299     50 |  0.119 % |
80.95/81.06	|      2078 |   16845  2507999  5028712 |  1481024     2057     48 |  0.125 % |
84.85/84.95	|      3217 |   16845  2507999  5028712 |  1629126     3196     77 |  0.125 % |
90.64/90.76	|      4925 |   16844  2507999  5028712 |  1792039     4903     80 |  0.130 % |
97.64/97.74	|      7487 |   16843  2506793  5026300 |  1971243     7447     78 |  0.136 % |
105.14/105.25	|     11331 |   16842  2506793  5026300 |  2168367    11290     96 |  0.142 % |
124.74/124.84	|     17097 |   16837  2506705  5026124 |  2385204    17050     93 |  0.172 % |
157.72/157.81	|     25748 |   16833  2506705  5026124 |  2623725    25697    103 |  0.196 % |
211.89/212.05	|     38722 |   16832  2505980  5024674 |  2886097    38660     99 |  0.202 % |
293.96/294.14	|     58183 |   16831  2505949  5024612 |  3174707    58117     92 |  0.208 % |
533.66/533.90	|     87375 |   16831  2505690  5024094 |  3492178    87308    129 |  0.208 % |
813.94/814.40	|    131165 |   16831  2505690  5024094 |  3841395   131098    144 |  0.208 % |

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-1806023-1242144451/watcher-1806023-1242144451 -o /tmp/evaluation-result-1806023-1242144451/solver-1806023-1242144451 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806023-1242144451.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: 0.99 0.97 0.91 3/64 21584
/proc/meminfo: memFree=1054360/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=30676 CPUtime=0
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 242479668 31412224 172 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 7669 173 92 274 0 7392 0

[startup+0.0678379 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21584
/proc/meminfo: memFree=1054360/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=30676 CPUtime=0.06
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 1234 0 0 0 6 0 0 0 18 0 1 0 242479668 31412224 1217 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 7669 1218 92 274 0 7392 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 30676

[startup+0.102841 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21584
/proc/meminfo: memFree=1054360/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=30676 CPUtime=0.09
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 1814 0 0 0 9 0 0 0 18 0 1 0 242479668 31412224 1797 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 7669 1798 92 274 0 7392 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30676

[startup+0.302857 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21584
/proc/meminfo: memFree=1054360/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=30676 CPUtime=0.29
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 5132 0 0 0 28 1 0 0 19 0 1 0 242479668 31412224 5115 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 7669 5115 92 274 0 7392 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30676

[startup+0.702889 s]
/proc/loadavg: 0.99 0.97 0.91 3/64 21584
/proc/meminfo: memFree=1054360/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=45380 CPUtime=0.69
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 11157 0 0 0 66 3 0 0 23 0 1 0 242479668 46469120 11140 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 11345 11141 99 274 0 11068 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45380

[startup+1.50195 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21585
/proc/meminfo: memFree=1006992/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=53168 CPUtime=1.49
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 13099 0 0 0 145 4 0 0 25 0 1 0 242479668 54444032 13082 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 13292 13082 99 274 0 13015 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53168

[startup+3.10109 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21585
/proc/meminfo: memFree=996944/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=66368 CPUtime=3.09
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 16410 0 0 0 303 6 0 0 25 0 1 0 242479668 67960832 16393 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 16592 16393 99 274 0 16315 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 66368

[startup+6.30135 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21585
/proc/meminfo: memFree=971024/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=90260 CPUtime=6.29
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 22394 0 0 0 620 9 0 0 25 0 1 0 242479668 92426240 22377 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 22565 22377 99 274 0 22288 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90260

[startup+12.7019 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21585
/proc/meminfo: memFree=925904/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=133556 CPUtime=12.69
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 33221 0 0 0 1254 15 0 0 25 0 1 0 242479668 136761344 33204 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 33389 33204 99 274 0 33112 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133556

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21585
/proc/meminfo: memFree=843536/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=213416 CPUtime=25.48
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 53191 0 0 0 2524 24 0 0 25 0 1 0 242479668 218537984 53174 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 53354 53174 99 274 0 53077 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 213416

[startup+51.102 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21585
/proc/meminfo: memFree=641104/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=418676 CPUtime=51.07
/proc/21584/stat : 21584 (IUT_BMB_SIM) R 21582 21584 21483 0 -1 4194304 104475 0 0 0 5063 44 0 0 25 0 1 0 242479668 428724224 104458 1992294400 134512640 135635349 4294956224 18446744073709551615 134530693 0 0 4096 0 0 0 0 17 0 0 0
/proc/21584/statm: 104669 104458 99 274 0 104392 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 418676

[startup+102.306 s]
/proc/loadavg: 1.15 1.02 0.93 2/66 21586
/proc/meminfo: memFree=440968/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=104464 CPUtime=27.66
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 25219 0 0 0 2748 18 0 0 25 0 1 0 242487130 106971136 24969 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 26116 24969 76 170 0 25944 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 584816

[startup+162.302 s]
/proc/loadavg: 1.05 1.01 0.93 2/66 21586
/proc/meminfo: memFree=433032/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=112616 CPUtime=87.63
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 27240 0 0 0 8743 20 0 0 25 0 1 0 242487130 115318784 26990 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 28154 26990 77 170 0 27982 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 592968

[startup+222.303 s]
/proc/loadavg: 1.02 1.01 0.93 2/66 21586
/proc/meminfo: memFree=427016/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=118420 CPUtime=147.6
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 28691 0 0 0 14738 22 0 0 25 0 1 0 242487130 121262080 28441 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 29605 28441 77 170 0 29433 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 598772

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=421896/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=123588 CPUtime=207.58
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 29989 0 0 0 20735 23 0 0 25 0 1 0 242487130 126554112 29739 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 30897 29739 77 170 0 30725 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 603940

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=415432/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=130180 CPUtime=267.56
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 31626 0 0 0 26731 25 0 0 25 0 1 0 242487130 133304320 31376 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 32545 31376 77 170 0 32373 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 610532

[startup+402.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=409160/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=136516 CPUtime=327.53
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 33211 0 0 0 32727 26 0 0 25 0 1 0 242487130 139792384 32961 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 34129 32961 77 170 0 33957 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 616868

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=403784/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=141928 CPUtime=387.5
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 34559 0 0 0 38723 27 0 0 25 0 1 0 242487130 145334272 34309 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 35482 34309 77 170 0 35310 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 622280

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=397832/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=147872 CPUtime=447.48

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

/proc/21586/statm: 36968 35795 77 170 0 36796 0
Current children cumulated CPU time (s) 522.07
Current children cumulated vsize (KiB) 628224

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=391240/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=154540 CPUtime=507.46
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 37702 0 0 0 50715 31 0 0 25 0 1 0 242487130 158248960 37452 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 38635 37452 77 170 0 38463 0
Current children cumulated CPU time (s) 582.05
Current children cumulated vsize (KiB) 634892

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=382472/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=163136 CPUtime=567.45
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 39852 0 0 0 56711 34 0 0 25 0 1 0 242487130 167051264 39602 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 40784 39602 77 170 0 40612 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 643488

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=375112/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=170576 CPUtime=627.39
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 41704 0 0 0 62703 36 0 0 25 0 1 0 242487130 174669824 41454 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 42644 41454 77 170 0 42472 0
Current children cumulated CPU time (s) 701.98
Current children cumulated vsize (KiB) 650928

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=370120/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=175404 CPUtime=687.38
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 42900 0 0 0 68700 38 0 0 25 0 1 0 242487130 179613696 42650 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 43851 42650 77 170 0 43679 0
Current children cumulated CPU time (s) 761.97
Current children cumulated vsize (KiB) 655756

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=363144/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=182584 CPUtime=747.34
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 44701 0 0 0 74694 40 0 0 25 0 1 0 242487130 186966016 44451 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 45646 44451 77 170 0 45474 0
Current children cumulated CPU time (s) 821.93
Current children cumulated vsize (KiB) 662936

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=358600/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=187212 CPUtime=807.32
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 45816 0 0 0 80691 41 0 0 25 0 1 0 242487130 191705088 45566 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 46803 45566 77 170 0 46631 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 667564

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=353992/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=191848 CPUtime=867.3
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 46972 0 0 0 86687 43 0 0 25 0 1 0 242487130 196452352 46722 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 47962 46722 77 170 0 47790 0
Current children cumulated CPU time (s) 941.89
Current children cumulated vsize (KiB) 672200

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=349512/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=196216 CPUtime=927.28
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 48078 0 0 0 92684 44 0 0 25 0 1 0 242487130 200925184 47828 1992294400 134512640 135212939 4294956320 18446744073709551615 134527110 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 49054 47828 77 170 0 48882 0
Current children cumulated CPU time (s) 1001.87
Current children cumulated vsize (KiB) 676568

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=344648/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=201104 CPUtime=987.26
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 49308 0 0 0 98680 46 0 0 25 0 1 0 242487130 205930496 49058 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 50276 49058 77 170 0 50104 0
Current children cumulated CPU time (s) 1061.85
Current children cumulated vsize (KiB) 681456

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=338696/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=206952 CPUtime=1047.23
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 50773 0 0 0 104675 48 0 0 25 0 1 0 242487130 211918848 50523 1992294400 134512640 135212939 4294956320 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 51738 50523 77 170 0 51566 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 687304

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=335048/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=210736 CPUtime=1107.21
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 51699 0 0 0 110672 49 0 0 25 0 1 0 242487130 215793664 51449 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 52684 51449 77 170 0 52512 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 691088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 0.93 2/66 21586
/proc/meminfo: memFree=333768/2055920 swapFree=4191900/4192956
[pid=21584] ppid=21582 vsize=480352 CPUtime=74.59
/proc/21584/stat : 21584 (IUT_BMB_SIM) S 21582 21584 21483 0 -1 4194304 119998 0 0 0 6519 940 0 0 25 0 1 0 242479668 491880448 119915 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/21584/statm: 120088 119915 106 274 0 119811 0
[pid=21586] ppid=21584 vsize=211888 CPUtime=1125.48
/proc/21586/stat : 21586 (minisat) R 21584 21584 21483 0 -1 4194304 52007 0 0 0 112499 49 0 0 25 0 1 0 242487130 216973312 51757 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/21586/statm: 52972 51757 77 170 0 52800 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 692240

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 21584 and gives
#  childrusage.ru_utime.tv_sec=65
#  childrusage.ru_utime.tv_usec=191089
#  childrusage.ru_stime.tv_sec=9
#  childrusage.ru_stime.tv_usec=479558
# CPU time returned by wait4() is 74.6706
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.69
CPU time (s): 1200.07
CPU user time (s): 1190.18
CPU system time (s): 9.89
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 692240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.1911
system time used= 9.47956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119998
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= 6
involuntary context switches= 169

runsolver used 1.04984 second user time and 3.32749 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-12 18:07:37
IDJOB=1806023
IDBENCH=24641
IDSOLVER=650
FILE ID=node3/1806023-1242144451
PBS_JOBID= 9289718
Free space on /tmp= 66204 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-equilarge_l1.used-as.sat04-893.sat05-4187.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806023-1242144451/watcher-1806023-1242144451 -o /tmp/evaluation-result-1806023-1242144451/solver-1806023-1242144451 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806023-1242144451.cnf HOME

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

MD5SUM BENCH= 181c4935b6e4cd791aedd030930111fa
RANDOM SEED=589714749

node3.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.212
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.212
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:       1054840 kB
Buffers:         82724 kB
Cached:         815500 kB
SwapCached:        260 kB
Active:         159512 kB
Inactive:       752468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1054840 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           35884 kB
Writeback:           0 kB
Mapped:          22280 kB
Slab:            75180 kB
Committed_AS:   957608 kB
PageTables:       1372 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= 66168 MiB
End job on node3 at 2009-05-12 18:27:39