Trace number 1797702

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 1200.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_11_UNSAT.cnf
MD5SUM238f1788225c41f1f5779700e39b5833
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 variables2316
Number of clauses216962
Sum of the clauses size647286
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23879
Number of clauses of size 3213052
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.59/1.69	This is MiniSat 2.0 beta
1.59/1.69	WARNING: for repeatability, setting FPU to use double precision
1.59/1.69	============================[ Problem Statistics ]=============================
1.59/1.69	|                                                                             |
1.59/1.69	|  Number of variables:  2316                                                 |
1.59/1.69	|  Number of clauses:    216962                                               |
1.68/1.78	|  Parsing time:         0.09         s                                       |
1.68/1.79	============================[ Search Statistics ]==============================
1.68/1.79	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.68/1.79	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.68/1.79	===============================================================================
1.68/1.79	|         0 |    2316   216780   646831 |    72260        0    nan |  0.000 % |
1.68/1.80	|       102 |    2316   216780   646831 |    79486      102     46 |  0.000 % |
1.68/1.82	|       253 |    2316   216780   646831 |    87434      253     49 |  0.000 % |
1.68/1.87	|       479 |    2316   216780   646831 |    96178      479     65 |  0.000 % |
1.68/1.92	|       817 |    2316   216780   646831 |   105795      817     65 |  0.000 % |
1.68/2.00	|      1323 |    2316   216780   646831 |   116375     1323     70 |  0.000 % |
2.18/2.22	|      2082 |    2316   216780   646831 |   128012     2082     79 |  0.000 % |
2.67/2.74	|      3221 |    2316   216780   646831 |   140814     3221     75 |  0.000 % |
3.17/3.25	|      4930 |    2316   216780   646831 |   154895     4930     80 |  0.000 % |
4.27/4.35	|      7494 |    2316   216780   646831 |   170385     7494     83 |  0.000 % |
5.96/6.07	|     11340 |    2316   216780   646831 |   187423    11340     85 |  0.000 % |
8.35/8.41	|     17108 |    2316   216780   646831 |   206166    17108     87 |  0.000 % |
18.35/18.47	|     25758 |    2316   216780   646831 |   226782    25758     87 |  0.000 % |
31.34/31.42	|     38733 |    2316   216780   646831 |   249461    38733     87 |  0.000 % |
58.83/58.96	|     58196 |    2316   216780   646831 |   274407    58196     86 |  0.000 % |
146.58/146.70	|     87391 |    2316   216780   646831 |   301847    87391     84 |  0.000 % |
327.90/328.11	|    131180 |    2316   216780   646831 |   332032   131180     84 |  0.000 % |
654.84/655.20	|    196864 |    2316   216780   646831 |   365236   196864     83 |  0.000 % |

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-1797702-1242086912/watcher-1797702-1242086912 -o /tmp/evaluation-result-1797702-1242086912/solver-1797702-1242086912 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797702-1242086912.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.85 0.97 0.99 3/65 3119
/proc/meminfo: memFree=1327344/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=3828 CPUtime=0
/proc/3119/stat : 3119 (IUT_BMB_SIM) R 3117 3119 3082 0 -1 4194304 188 0 0 0 0 0 0 0 19 0 1 0 236720644 3919872 171 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/3119/statm: 957 171 90 274 0 680 0

[startup+0.057441 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 3119
/proc/meminfo: memFree=1327344/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=5112 CPUtime=0.05
/proc/3119/stat : 3119 (IUT_BMB_SIM) R 3117 3119 3082 0 -1 4194304 1107 0 0 0 5 0 0 0 19 0 1 0 236720644 5234688 1090 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/3119/statm: 1278 1090 97 274 0 1001 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5112

[startup+0.101446 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 3119
/proc/meminfo: memFree=1327344/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=5904 CPUtime=0.09
/proc/3119/stat : 3119 (IUT_BMB_SIM) R 3117 3119 3082 0 -1 4194304 1291 0 0 0 9 0 0 0 19 0 1 0 236720644 6045696 1274 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/3119/statm: 1476 1274 97 274 0 1199 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5904

[startup+0.30147 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 3119
/proc/meminfo: memFree=1327344/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=9204 CPUtime=0.29
/proc/3119/stat : 3119 (IUT_BMB_SIM) R 3117 3119 3082 0 -1 4194304 2131 0 0 0 29 0 0 0 20 0 1 0 236720644 9424896 2114 1992294400 134512640 135635349 4294956224 18446744073709551615 135070360 0 0 4096 0 0 0 0 17 0 0 0
/proc/3119/statm: 2301 2114 97 274 0 2024 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9204

[startup+0.70152 s]
/proc/loadavg: 0.85 0.97 0.99 3/65 3119
/proc/meminfo: memFree=1327344/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=0.69
/proc/3119/stat : 3119 (IUT_BMB_SIM) R 3117 3119 3082 0 -1 4194304 3429 0 0 0 61 8 0 0 24 0 1 0 236720644 14782464 3412 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/3119/statm: 3609 3412 100 274 0 3332 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14436

[startup+1.50162 s]
/proc/loadavg: 0.85 0.97 0.99 2/66 3120
/proc/meminfo: memFree=1312808/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.49
/proc/3119/stat : 3119 (IUT_BMB_SIM) R 3117 3119 3082 0 -1 4194304 3429 0 0 0 85 64 0 0 25 0 1 0 236720644 14782464 3412 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/3119/statm: 3609 3412 100 274 0 3332 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14436

[startup+3.10183 s]
/proc/loadavg: 0.85 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1300000/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=12536 CPUtime=1.39
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 3181 0 0 0 139 0 0 0 25 0 1 0 236720813 12836864 2931 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 1 0 0
/proc/3121/statm: 3134 2931 77 170 0 2962 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 26972

[startup+6.30123 s]
/proc/loadavg: 0.86 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1296480/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=15440 CPUtime=4.58
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 3890 0 0 0 456 2 0 0 25 0 1 0 236720813 15810560 3640 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 1 0 0
/proc/3121/statm: 3860 3640 77 170 0 3688 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 29876

[startup+12.702 s]
/proc/loadavg: 0.87 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1291744/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=19948 CPUtime=10.97
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 5037 0 0 0 1095 2 0 0 25 0 1 0 236720813 20426752 4787 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 4987 4787 77 170 0 4815 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 34384

[startup+25.5016 s]
/proc/loadavg: 0.90 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1288480/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=23244 CPUtime=23.76
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 5841 0 0 0 2373 3 0 0 25 0 1 0 236720813 23801856 5591 1992294400 134512640 135212939 4294956320 18446744073709551615 134527045 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 5811 5591 77 170 0 5639 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 37680

[startup+51.1018 s]
/proc/loadavg: 0.93 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1280224/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=31528 CPUtime=49.35
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 7904 0 0 0 4930 5 0 0 25 0 1 0 236720813 32284672 7654 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 7882 7654 77 170 0 7710 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 45964

[startup+102.305 s]
/proc/loadavg: 0.97 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1270624/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=41140 CPUtime=100.53
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 10239 0 0 0 10045 8 0 0 25 0 1 0 236720813 42127360 9989 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 10285 9989 77 170 0 10113 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 55576

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1265696/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=46048 CPUtime=160.51
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 11484 0 0 0 16041 10 0 0 25 0 1 0 236720813 47153152 11234 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 11512 11234 77 170 0 11340 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 60484

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1260640/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=51364 CPUtime=220.48
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 12726 0 0 0 22036 12 0 0 25 0 1 0 236720813 52596736 12476 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 12841 12476 77 170 0 12669 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 65800

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1254368/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=57744 CPUtime=280.44
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 14312 0 0 0 28031 13 0 0 25 0 1 0 236720813 59129856 14062 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 14436 14062 77 170 0 14264 0
Current children cumulated CPU time (s) 282.12
Current children cumulated vsize (KiB) 72180

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1248736/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=63176 CPUtime=340.42
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 15688 0 0 0 34028 14 0 0 25 0 1 0 236720813 64692224 15438 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 15794 15438 77 170 0 15622 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 77612

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1245280/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=67164 CPUtime=400.38
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 16572 0 0 0 40023 15 0 0 25 0 1 0 236720813 68775936 16322 1992294400 134512640 135212939 4294956320 18446744073709551615 134526732 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 16791 16322 77 170 0 16619 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 81600

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1241568/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68

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

/proc/3121/statm: 19178 18743 77 170 0 19006 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 91148

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1228704/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=83852 CPUtime=580.3
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 20688 0 0 0 58011 19 0 0 25 0 1 0 236720813 85864448 20438 1992294400 134512640 135212939 4294956320 18446744073709551615 134526845 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 20963 20438 77 170 0 20791 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 98288

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1226208/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=86228 CPUtime=640.27
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 21307 0 0 0 64007 20 0 0 25 0 1 0 236720813 88297472 21057 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 21557 21057 77 170 0 21385 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 100664

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1222816/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=89424 CPUtime=700.24
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 22156 0 0 0 70003 21 0 0 25 0 1 0 236720813 91570176 21906 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 22356 21906 77 170 0 22184 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 103860

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1220000/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=92708 CPUtime=760.22
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 22860 0 0 0 76000 22 0 0 25 0 1 0 236720813 94932992 22610 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 23177 22610 77 170 0 23005 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 107144

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1217248/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=95524 CPUtime=820.18
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 23556 0 0 0 81995 23 0 0 25 0 1 0 236720813 97816576 23306 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 23881 23306 77 170 0 23709 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 109960

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1214560/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=98080 CPUtime=880.16
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 24226 0 0 0 87992 24 0 0 25 0 1 0 236720813 100433920 23976 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 24520 23976 77 170 0 24348 0
Current children cumulated CPU time (s) 881.84
Current children cumulated vsize (KiB) 112516

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1211872/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=100832 CPUtime=940.14
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 24906 0 0 0 93989 25 0 0 25 0 1 0 236720813 103251968 24656 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 25208 24656 77 170 0 25036 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 115268

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1209056/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=103720 CPUtime=1000.11
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 25616 0 0 0 99985 26 0 0 25 0 1 0 236720813 106209280 25366 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 25930 25366 77 170 0 25758 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 118156

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1206496/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=106328 CPUtime=1060.07
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 26255 0 0 0 105981 26 0 0 25 0 1 0 236720813 108879872 26005 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 26582 26005 77 170 0 26410 0
Current children cumulated CPU time (s) 1061.75
Current children cumulated vsize (KiB) 120764

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1203680/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=109172 CPUtime=1120.05
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 26952 0 0 0 111978 27 0 0 25 0 1 0 236720813 111792128 26702 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 27293 26702 77 170 0 27121 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 123608

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1201120/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=111704 CPUtime=1180.02
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 27592 0 0 0 117974 28 0 0 25 0 1 0 236720813 114384896 27342 1992294400 134512640 135212939 4294956320 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 27926 27342 77 170 0 27754 0
Current children cumulated CPU time (s) 1181.7
Current children cumulated vsize (KiB) 126140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 3121
/proc/meminfo: memFree=1200288/2055920 swapFree=4156884/4192956
[pid=3119] ppid=3117 vsize=14436 CPUtime=1.68
/proc/3119/stat : 3119 (IUT_BMB_SIM) S 3117 3119 3082 0 -1 4194304 3435 0 0 0 91 77 0 0 25 0 1 0 236720644 14782464 3417 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/3119/statm: 3609 3417 105 274 0 3332 0
[pid=3121] ppid=3119 vsize=112400 CPUtime=1198.32
/proc/3121/stat : 3121 (minisat) R 3119 3119 3082 0 -1 4194304 27775 0 0 0 119804 28 0 0 25 0 1 0 236720813 115097600 27525 1992294400 134512640 135212939 4294956320 18446744073709551615 134526664 0 0 4096 3 0 0 0 17 0 0 0
/proc/3121/statm: 28100 27525 77 170 0 27928 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 126836

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 3119 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=917860
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=774882
# CPU time returned by wait4() is 1.69274
# while last known CPU time is 1200
#
# 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
CPU user time (s): 1198.95
CPU system time (s): 1.05
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 126836

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

runsolver used 1.17082 second user time and 3.20951 second system time

The end

Launcher Data

Begin job on node92 at 2009-05-12 02:08:32
IDJOB=1797702
IDBENCH=71074
IDSOLVER=650
FILE ID=node92/1797702-1242086912
PBS_JOBID= 9277681
Free space on /tmp= 66404 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_11_UNSAT.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797702-1242086912/watcher-1797702-1242086912 -o /tmp/evaluation-result-1797702-1242086912/solver-1797702-1242086912 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797702-1242086912.cnf HOME

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

MD5SUM BENCH= 238f1788225c41f1f5779700e39b5833
RANDOM SEED=519702800

node92.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.245
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.245
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1327888 kB
Buffers:         60840 kB
Cached:         585612 kB
SwapCached:      30760 kB
Active:         472848 kB
Inactive:       205820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1327888 kB
SwapTotal:     4192956 kB
SwapFree:      4156884 kB
Dirty:            5784 kB
Writeback:           0 kB
Mapped:          14080 kB
Slab:            35324 kB
Committed_AS:   583840 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= 66400 MiB
End job on node92 at 2009-05-12 02:28:35