Trace number 1805918

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.01 1200.61

General information on the benchmark

Namecrafted/Hard/contest04/others/
Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
MD5SUMbccff1bed1e8ac721090562d562b05f0
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 variables8319
Number of clauses80958
Sum of the clauses size363322
Maximum clause length5
Minimum clause length1
Number of clauses of size 1194
Number of clauses of size 28188
Number of clauses of size 38064
Number of clauses of size 40
Number of clauses of size 564512
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.79/0.87	This is MiniSat 2.0 beta
0.79/0.87	WARNING: for repeatability, setting FPU to use double precision
0.79/0.87	============================[ Problem Statistics ]=============================
0.79/0.87	|                                                                             |
0.79/0.87	|  Number of variables:  8319                                                 |
0.79/0.87	|  Number of clauses:    79366                                                |
0.87/0.94	|  Parsing time:         0.06         s                                       |
0.87/0.95	============================[ Search Statistics ]==============================
0.87/0.95	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.87/0.95	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.87/0.95	===============================================================================
0.87/0.95	|         0 |    8319    79169   355572 |    26389        0    nan |  0.000 % |
0.87/0.99	|       100 |    8317    79169   355572 |    29028       98     15 |  0.024 % |
0.99/1.09	|       250 |    8317    79169   355572 |    31931      248     37 |  0.024 % |
1.38/1.49	|       476 |    8317    79169   355572 |    35124      474     55 |  0.024 % |
1.78/1.85	|       813 |    8317    79147   355480 |    38637      811     53 |  0.024 % |
2.88/2.92	|      1319 |    8317    79147   355480 |    42500     1317     73 |  0.024 % |
3.48/3.50	|      2078 |    8317    79147   355480 |    46750     2076     62 |  0.024 % |
6.18/6.26	|      3218 |    8317    79147   355480 |    51425     3216     76 |  0.024 % |
9.47/9.57	|      4926 |    8317    79147   355480 |    56568     4924     77 |  0.024 % |
15.57/15.61	|      7489 |    8317    79147   355480 |    62225     7487     69 |  0.024 % |
24.37/24.40	|     11333 |    8317    79147   355480 |    68447    11331     71 |  0.024 % |
39.37/39.47	|     17099 |    8317    79147   355480 |    75292    17097     68 |  0.024 % |
64.25/64.39	|     25749 |    8317    79147   355480 |    82822    25747     76 |  0.024 % |
92.94/93.06	|     38723 |    8317    79147   355480 |    91104    38721     77 |  0.024 % |
130.02/130.12	|     58185 |    8316    79136   355434 |   100214    58182     78 |  0.036 % |
221.08/221.20	|     87378 |    8316    79136   355434 |   110236    87375     82 |  0.036 % |
348.42/348.62	|    131167 |    8316    79136   355434 |   121259    30116     73 |  0.036 % |
552.32/552.60	|    196852 |    8316    79136   355434 |   133385    95801     95 |  0.036 % |
727.34/727.70	|    295378 |    8315    79125   355388 |   146724    82357     58 |  0.048 % |

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-1805918-1242142839/watcher-1805918-1242142839 -o /tmp/evaluation-result-1805918-1242142839/solver-1805918-1242142839 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1805918-1242142839.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.87 0.70 3/64 9446
/proc/meminfo: memFree=1061040/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=2236 CPUtime=0
/proc/9446/stat : 9446 (IUT_BMB_SIM) R 9444 9446 9379 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 242317211 2289664 172 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/9446/statm: 559 172 92 274 0 282 0

[startup+0.064115 s]
/proc/loadavg: 0.99 0.87 0.70 3/64 9446
/proc/meminfo: memFree=1061040/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=4176 CPUtime=0.05
/proc/9446/stat : 9446 (IUT_BMB_SIM) R 9444 9446 9379 0 -1 4194304 875 0 0 0 5 0 0 0 18 0 1 0 242317211 4276224 858 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/9446/statm: 1044 858 99 274 0 767 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4176

[startup+0.101121 s]
/proc/loadavg: 0.99 0.87 0.70 3/64 9446
/proc/meminfo: memFree=1061040/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=4704 CPUtime=0.09
/proc/9446/stat : 9446 (IUT_BMB_SIM) R 9444 9446 9379 0 -1 4194304 1010 0 0 0 9 0 0 0 18 0 1 0 242317211 4816896 993 1992294400 134512640 135635349 4294956224 18446744073709551615 134693508 0 0 4096 0 0 0 0 17 0 0 0
/proc/9446/statm: 1176 994 99 274 0 899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4704

[startup+0.301157 s]
/proc/loadavg: 0.99 0.87 0.70 3/64 9446
/proc/meminfo: memFree=1061040/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=7740 CPUtime=0.29
/proc/9446/stat : 9446 (IUT_BMB_SIM) R 9444 9446 9379 0 -1 4194304 1757 0 0 0 28 1 0 0 20 0 1 0 242317211 7925760 1740 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/9446/statm: 1935 1740 99 274 0 1658 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7740

[startup+0.701226 s]
/proc/loadavg: 0.99 0.87 0.70 3/64 9446
/proc/meminfo: memFree=1061040/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.69
/proc/9446/stat : 9446 (IUT_BMB_SIM) R 9444 9446 9379 0 -1 4194304 2169 0 0 0 49 20 0 0 24 0 1 0 242317211 9564160 2151 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/9446/statm: 2335 2151 101 274 0 2058 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 9340

[startup+1.50137 s]
/proc/loadavg: 0.99 0.87 0.70 2/66 9448
/proc/meminfo: memFree=1045152/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=6700 CPUtime=0.61
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 1798 0 0 0 60 1 0 0 23 0 1 0 242317298 6860800 1548 1992294400 134512640 135212939 4294956320 18446744073709551615 134523872 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 1675 1548 77 170 0 1503 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16040

[startup+3.10165 s]
/proc/loadavg: 0.99 0.87 0.70 2/66 9448
/proc/meminfo: memFree=1044440/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=7228 CPUtime=2.21
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 1904 0 0 0 220 1 0 0 25 0 1 0 242317298 7401472 1654 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 1807 1654 77 170 0 1635 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16568

[startup+6.30121 s]
/proc/loadavg: 0.99 0.87 0.70 2/66 9448
/proc/meminfo: memFree=1043744/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=7756 CPUtime=5.41
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 2063 0 0 0 540 1 0 0 25 0 1 0 242317298 7942144 1813 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 1939 1813 77 170 0 1767 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17096

[startup+12.7023 s]
/proc/loadavg: 0.99 0.87 0.70 2/66 9450
/proc/meminfo: memFree=1042408/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=8832 CPUtime=11.8
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 2324 0 0 0 1179 1 0 0 25 0 1 0 242317298 9043968 2074 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 2208 2074 77 170 0 2036 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18172

[startup+25.5016 s]
/proc/loadavg: 0.99 0.88 0.70 2/66 9450
/proc/meminfo: memFree=1040808/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=10548 CPUtime=24.6
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 2759 0 0 0 2458 2 0 0 25 0 1 0 242317298 10801152 2509 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 2637 2509 77 170 0 2465 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19888

[startup+51.1011 s]
/proc/loadavg: 0.99 0.88 0.71 2/66 9450
/proc/meminfo: memFree=1037736/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=13860 CPUtime=50.19
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 3562 0 0 0 5015 4 0 0 25 0 1 0 242317298 14192640 3312 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 3465 3312 77 170 0 3293 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 23200

[startup+102.305 s]
/proc/loadavg: 0.99 0.90 0.72 2/66 9450
/proc/meminfo: memFree=1029416/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=22076 CPUtime=101.36
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 5603 0 0 0 10131 5 0 0 25 0 1 0 242317298 22605824 5353 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 5519 5353 77 170 0 5347 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 31416

[startup+162.302 s]
/proc/loadavg: 0.99 0.92 0.74 2/66 9450
/proc/meminfo: memFree=1020520/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=31088 CPUtime=161.34
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 7855 0 0 0 16126 8 0 0 25 0 1 0 242317298 31834112 7605 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 7772 7605 77 170 0 7600 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 40428

[startup+222.301 s]
/proc/loadavg: 0.99 0.93 0.75 2/66 9450
/proc/meminfo: memFree=1013288/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=38144 CPUtime=221.31
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 9645 0 0 0 22121 10 0 0 25 0 1 0 242317298 39059456 9395 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 9536 9395 77 170 0 9364 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 47484

[startup+282.302 s]
/proc/loadavg: 0.99 0.94 0.76 2/66 9450
/proc/meminfo: memFree=1007336/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=44436 CPUtime=281.28
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 11154 0 0 0 28116 12 0 0 25 0 1 0 242317298 45502464 10904 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 11109 10904 77 170 0 10937 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 53776

[startup+342.302 s]
/proc/loadavg: 0.99 0.95 0.77 2/66 9450
/proc/meminfo: memFree=1004520/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=47084 CPUtime=341.25
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 11833 0 0 0 34112 13 0 0 25 0 1 0 242317298 48214016 11583 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 11771 11583 77 170 0 11599 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 56424

[startup+402.302 s]
/proc/loadavg: 0.99 0.95 0.78 2/66 9450
/proc/meminfo: memFree=1004520/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=47084 CPUtime=401.22
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 11833 0 0 0 40109 13 0 0 25 0 1 0 242317298 48214016 11583 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 11771 11583 77 170 0 11599 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 56424

[startup+462.301 s]

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

/proc/9448/statm: 11771 11583 77 170 0 11599 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 56424

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.82 2/66 9450
/proc/meminfo: memFree=999912/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=51796 CPUtime=581.14
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13019 0 0 0 58099 15 0 0 25 0 1 0 242317298 53039104 12769 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 12949 12769 77 170 0 12777 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 61136

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 9450
/proc/meminfo: memFree=999656/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=51928 CPUtime=641.11
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13059 0 0 0 64096 15 0 0 25 0 1 0 242317298 53174272 12809 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 12982 12809 77 170 0 12810 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 61268

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.83 2/66 9450
/proc/meminfo: memFree=999528/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=51928 CPUtime=701.08
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13060 0 0 0 70093 15 0 0 25 0 1 0 242317298 53174272 12810 1992294400 134512640 135212939 4294956320 18446744073709551615 134526836 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 12982 12810 77 170 0 12810 0
Current children cumulated CPU time (s) 701.95
Current children cumulated vsize (KiB) 61268

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 9450
/proc/meminfo: memFree=999464/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=51928 CPUtime=761.06
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13060 0 0 0 76091 15 0 0 25 0 1 0 242317298 53174272 12810 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 12982 12810 77 170 0 12810 0
Current children cumulated CPU time (s) 761.93
Current children cumulated vsize (KiB) 61268

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.84 2/66 9450
/proc/meminfo: memFree=999464/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=51928 CPUtime=821.02
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13063 0 0 0 82087 15 0 0 25 0 1 0 242317298 53174272 12813 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 12982 12813 77 170 0 12810 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 61268

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 9450
/proc/meminfo: memFree=999464/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=51928 CPUtime=880.99
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13065 0 0 0 88084 15 0 0 25 0 1 0 242317298 53174272 12815 1992294400 134512640 135212939 4294956320 18446744073709551615 134536379 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 12982 12815 77 170 0 12810 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 61268

[startup+942.303 s]
/proc/loadavg: 0.99 0.97 0.85 2/66 9450
/proc/meminfo: memFree=998184/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=53684 CPUtime=940.96
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13428 0 0 0 94081 15 0 0 25 0 1 0 242317298 54972416 13178 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 13421 13178 77 170 0 13249 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 63024

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.86 2/66 9450
/proc/meminfo: memFree=997352/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=54512 CPUtime=1000.93
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13633 0 0 0 100077 16 0 0 25 0 1 0 242317298 55820288 13383 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 13628 13383 77 170 0 13456 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 63852

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 9450
/proc/meminfo: memFree=997352/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=54512 CPUtime=1060.91
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 13633 0 0 0 106075 16 0 0 25 0 1 0 242317298 55820288 13383 1992294400 134512640 135212939 4294956320 18446744073709551615 134529376 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 13628 13383 77 170 0 13456 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 63852

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.87 2/66 9450
/proc/meminfo: memFree=995496/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=56516 CPUtime=1120.88
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 14096 0 0 0 112072 16 0 0 25 0 1 0 242317298 57872384 13846 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 14129 13846 77 170 0 13957 0
Current children cumulated CPU time (s) 1121.75
Current children cumulated vsize (KiB) 65856

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 9450
/proc/meminfo: memFree=994856/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=57292 CPUtime=1180.84
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 14237 0 0 0 118068 16 0 0 25 0 1 0 242317298 58667008 13987 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 14323 13987 77 170 0 14151 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 66632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.88 2/66 9450
/proc/meminfo: memFree=994792/2055920 swapFree=4155136/4192956
[pid=9446] ppid=9444 vsize=9340 CPUtime=0.87
/proc/9446/stat : 9446 (IUT_BMB_SIM) S 9444 9446 9379 0 -1 4194304 2175 0 0 0 56 31 0 0 25 0 1 0 242317211 9564160 2156 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/9446/statm: 2335 2156 106 274 0 2058 0
[pid=9448] ppid=9446 vsize=57456 CPUtime=1199.14
/proc/9448/stat : 9448 (minisat) R 9446 9446 9379 0 -1 4194304 14265 0 0 0 119898 16 0 0 25 0 1 0 242317298 58834944 14015 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/9448/statm: 14364 14015 77 170 0 14192 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 66796

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 9446 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=560914
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=312952
# CPU time returned by wait4() is 0.873866
# while last known CPU time is 1200.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.61
CPU time (s): 1200.01
CPU user time (s): 1199.54
CPU system time (s): 0.47
CPU usage (%): 99.9497
Max. virtual memory (cumulated for all children) (KiB): 66796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.560914
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2175
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 2

runsolver used 1.12883 second user time and 3.2505 second system time

The end

Launcher Data

Begin job on node18 at 2009-05-12 17:40:39
IDJOB=1805918
IDBENCH=24623
IDSOLVER=650
FILE ID=node18/1805918-1242142839
PBS_JOBID= 9289703
Free space on /tmp= 66296 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/crafted/Hard/contest04/others/Composite-064BitPrimes-1.sat05-506.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1805918-1242142839/watcher-1805918-1242142839 -o /tmp/evaluation-result-1805918-1242142839/solver-1805918-1242142839 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1805918-1242142839.cnf HOME

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

MD5SUM BENCH= bccff1bed1e8ac721090562d562b05f0
RANDOM SEED=1408642006

node18.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.280
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.280
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:       1061584 kB
Buffers:         83288 kB
Cached:         796356 kB
SwapCached:      32032 kB
Active:         268424 kB
Inactive:       645496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1061584 kB
SwapTotal:     4192956 kB
SwapFree:      4155136 kB
Dirty:            4224 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            66512 kB
Committed_AS:   899212 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= 66292 MiB
End job on node18 at 2009-05-12 18:00:42