Trace number 1797712

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.02 1200.52

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_13_UNSAT.cnf
MD5SUMd4e16a803f6cd0903a2bd3e7157287b3
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 variables2730
Number of clauses271285
Sum of the clauses size809746
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24450
Number of clauses of size 3266804
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
2.09/2.13	This is MiniSat 2.0 beta
2.09/2.13	WARNING: for repeatability, setting FPU to use double precision
2.09/2.13	============================[ Problem Statistics ]=============================
2.09/2.13	|                                                                             |
2.09/2.13	|  Number of variables:  2730                                                 |
2.09/2.13	|  Number of clauses:    271285                                               |
2.12/2.25	|  Parsing time:         0.11         s                                       |
2.12/2.26	============================[ Search Statistics ]==============================
2.12/2.26	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.26	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.26	===============================================================================
2.12/2.26	|         0 |    2730   271103   809291 |    90367        0    nan |  0.000 % |
2.12/2.27	|       103 |    2730   271103   809291 |    99404      103     70 |  0.000 % |
2.12/2.29	|       255 |    2730   271103   809291 |   109344      255     64 |  0.000 % |
2.12/2.32	|       482 |    2730   271103   809291 |   120279      482     64 |  0.000 % |
2.12/2.37	|       819 |    2730   271103   809291 |   132307      819     68 |  0.000 % |
2.12/2.45	|      1325 |    2730   271103   809291 |   145538     1325     76 |  0.000 % |
2.12/2.57	|      2085 |    2730   271103   809291 |   160091     2085     82 |  0.000 % |
2.12/2.80	|      3225 |    2730   271103   809291 |   176101     3225     83 |  0.000 % |
3.19/3.27	|      4946 |    2730   271103   809291 |   193711     4946    106 |  0.000 % |
4.18/4.25	|      7510 |    2730   271103   809291 |   213082     7510    104 |  0.000 % |
6.08/6.17	|     11354 |    2730   271103   809291 |   234390    11354    105 |  0.000 % |
8.68/8.73	|     17120 |    2730   271103   809291 |   257829    17120    112 |  0.000 % |
13.57/13.68	|     25770 |    2730   271103   809291 |   283612    25770    117 |  0.000 % |
24.98/25.04	|     38746 |    2730   271103   809291 |   311973    38746    117 |  0.000 % |
48.86/48.98	|     58210 |    2730   271103   809291 |   343171    58210    117 |  0.000 % |
97.83/97.92	|     87404 |    2730   271103   809291 |   377488    87404    118 |  0.000 % |
171.00/171.16	|    131193 |    2730   271103   809291 |   415236   131193    114 |  0.000 % |
303.46/303.69	|    196881 |    2730   271103   809291 |   456760   196881    114 |  0.000 % |
626.45/626.72	|    295407 |    2730   271103   809291 |   502436   295407    116 |  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-1797712-1242087622/watcher-1797712-1242087622 -o /tmp/evaluation-result-1797712-1242087622/solver-1797712-1242087622 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797712-1242087622.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 7041
/proc/meminfo: memFree=1190664/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=4464 CPUtime=0
/proc/7041/stat : 7041 (IUT_BMB_SIM) R 7039 7041 6968 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 236794846 4571136 175 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/7041/statm: 1116 176 90 274 0 839 0

[startup+0.029096 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 7041
/proc/meminfo: memFree=1190664/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=4464 CPUtime=0.02
/proc/7041/stat : 7041 (IUT_BMB_SIM) R 7039 7041 6968 0 -1 4194304 593 0 0 0 2 0 0 0 18 0 1 0 236794846 4571136 576 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/7041/statm: 1116 577 90 274 0 839 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 4464

[startup+0.1021 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 7041
/proc/meminfo: memFree=1190664/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=6540 CPUtime=0.09
/proc/7041/stat : 7041 (IUT_BMB_SIM) R 7039 7041 6968 0 -1 4194304 1463 0 0 0 9 0 0 0 18 0 1 0 236794846 6696960 1446 1992294400 134512640 135635349 4294956224 18446744073709551615 134544411 0 0 4096 0 0 0 0 17 0 0 0
/proc/7041/statm: 1635 1446 97 274 0 1358 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 6540

[startup+0.302114 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 7041
/proc/meminfo: memFree=1190664/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=9972 CPUtime=0.29
/proc/7041/stat : 7041 (IUT_BMB_SIM) R 7039 7041 6968 0 -1 4194304 2298 0 0 0 28 1 0 0 19 0 1 0 236794846 10211328 2281 1992294400 134512640 135635349 4294956224 18446744073709551615 134528931 0 0 4096 0 0 0 0 17 0 0 0
/proc/7041/statm: 2493 2281 97 274 0 2216 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9972

[startup+0.701143 s]
/proc/loadavg: 1.03 1.02 1.00 3/64 7041
/proc/meminfo: memFree=1190664/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=16856 CPUtime=0.69
/proc/7041/stat : 7041 (IUT_BMB_SIM) R 7039 7041 6968 0 -1 4194304 4035 0 0 0 67 2 0 0 23 0 1 0 236794846 17260544 4018 1992294400 134512640 135635349 4294956224 18446744073709551615 135088841 0 0 4096 0 0 0 0 17 0 0 0
/proc/7041/statm: 4214 4018 97 274 0 3937 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16856

[startup+1.5012 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 7042
/proc/meminfo: memFree=1173248/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=1.49
/proc/7041/stat : 7041 (IUT_BMB_SIM) R 7039 7041 6968 0 -1 4194304 4262 0 0 0 96 53 0 0 25 0 1 0 236794846 18194432 4245 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/7041/statm: 4442 4245 100 274 0 4165 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17768

[startup+3.10133 s]
/proc/loadavg: 1.03 1.02 1.00 2/65 7042
/proc/meminfo: memFree=1169472/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 17768
heavy processes:

[startup+6.30155 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 7043
/proc/meminfo: memFree=1152312/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=18404 CPUtime=4.16
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 4704 0 0 0 412 4 0 0 25 0 1 0 236795059 18845696 4454 1992294400 134512640 135212939 4294956320 18446744073709551615 134537054 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 4601 4454 77 170 0 4429 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 36172

[startup+12.702 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 7043
/proc/meminfo: memFree=1145464/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=25288 CPUtime=10.55
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 6398 0 0 0 1050 5 0 0 25 0 1 0 236795059 25894912 6148 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 6322 6148 77 170 0 6150 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43056

[startup+25.503 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 7043
/proc/meminfo: memFree=1136888/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=33464 CPUtime=23.35
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 8445 0 0 0 2327 8 0 0 25 0 1 0 236795059 34267136 8195 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 8366 8195 77 170 0 8194 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 51232

[startup+51.1028 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 7043
/proc/meminfo: memFree=1126712/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=43760 CPUtime=48.94
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 10990 0 0 0 4883 11 0 0 25 0 1 0 236795059 44810240 10740 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 10940 10740 77 170 0 10768 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 61528

[startup+102.307 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7043
/proc/meminfo: memFree=1109688/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=61000 CPUtime=100.12
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 15227 0 0 0 9997 15 0 0 25 0 1 0 236795059 62464000 14977 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 15250 14977 77 170 0 15078 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 78768

[startup+162.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=1093240/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=77772 CPUtime=160.09
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 19387 0 0 0 15990 19 0 0 25 0 1 0 236795059 79638528 19137 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 19443 19137 77 170 0 19271 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 95540

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=1075512/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=95496 CPUtime=220.07
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 23762 0 0 0 21983 24 0 0 25 0 1 0 236795059 97787904 23512 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 23874 23512 77 170 0 23702 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 113264

[startup+282.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=1063032/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=108096 CPUtime=280.04
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 26930 0 0 0 27978 26 0 0 25 0 1 0 236795059 110690304 26680 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 27024 26680 77 170 0 26852 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 125864

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=1050104/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=121200 CPUtime=340.02
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 30107 0 0 0 33973 29 0 0 25 0 1 0 236795059 124108800 29857 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 30300 29857 77 170 0 30128 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 138968

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=1038584/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=132876 CPUtime=400.01
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 32996 0 0 0 39968 33 0 0 25 0 1 0 236795059 136065024 32746 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 33219 32746 77 170 0 33047 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 150644

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=1030072/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0

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

/proc/7043/statm: 40149 39671 77 170 0 39977 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 178364

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=1005368/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=165884 CPUtime=639.92
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 41249 0 0 0 63950 42 0 0 25 0 1 0 236795059 169865216 40999 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 41471 40999 77 170 0 41299 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 183652

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=998776/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=172556 CPUtime=699.88
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 42901 0 0 0 69945 43 0 0 25 0 1 0 236795059 176697344 42651 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 43139 42651 77 170 0 42967 0
Current children cumulated CPU time (s) 702
Current children cumulated vsize (KiB) 190324

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=992632/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=179492 CPUtime=759.86
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 44447 0 0 0 75941 45 0 0 25 0 1 0 236795059 183799808 44197 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 44873 44197 77 170 0 44701 0
Current children cumulated CPU time (s) 761.98
Current children cumulated vsize (KiB) 197260

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7043
/proc/meminfo: memFree=985848/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=186480 CPUtime=819.83
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 46127 0 0 0 81937 46 0 0 25 0 1 0 236795059 190955520 45877 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 46620 45877 77 170 0 46448 0
Current children cumulated CPU time (s) 821.95
Current children cumulated vsize (KiB) 204248

[startup+882.301 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 7043
/proc/meminfo: memFree=979576/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=193276 CPUtime=879.81
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 47683 0 0 0 87934 47 0 0 25 0 1 0 236795059 197914624 47433 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 48319 47433 77 170 0 48147 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 211044

[startup+942.302 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 7043
/proc/meminfo: memFree=974776/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=198124 CPUtime=939.79
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 48896 0 0 0 93930 49 0 0 25 0 1 0 236795059 202878976 48646 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 49531 48646 77 170 0 49359 0
Current children cumulated CPU time (s) 941.91
Current children cumulated vsize (KiB) 215892

[startup+1002.3 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 7043
/proc/meminfo: memFree=970680/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=202208 CPUtime=999.77
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 49911 0 0 0 99927 50 0 0 25 0 1 0 236795059 207060992 49661 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 50552 49661 77 170 0 50380 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 219976

[startup+1062.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 7043
/proc/meminfo: memFree=967288/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=205684 CPUtime=1059.74
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 50766 0 0 0 105924 50 0 0 25 0 1 0 236795059 210620416 50516 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 51421 50516 77 170 0 51249 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 223452

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7043
/proc/meminfo: memFree=963576/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=209280 CPUtime=1119.73
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 51694 0 0 0 111922 51 0 0 25 0 1 0 236795059 214302720 51444 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 52320 51444 77 170 0 52148 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 227048

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7045
/proc/meminfo: memFree=958520/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=214264 CPUtime=1179.71
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 52919 0 0 0 117919 52 0 0 25 0 1 0 236795059 219406336 52669 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 53566 52669 77 170 0 53394 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 232032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7045
/proc/meminfo: memFree=955960/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=216824 CPUtime=1197.9
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 53540 0 0 0 119737 53 0 0 25 0 1 0 236795059 222027776 53290 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 54206 53290 77 170 0 54034 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 234592

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7045
/proc/meminfo: memFree=955960/2055920 swapFree=4181160/4192956
[pid=7041] ppid=7039 vsize=17768 CPUtime=2.12
/proc/7041/stat : 7041 (IUT_BMB_SIM) S 7039 7041 6968 0 -1 4194304 4268 0 0 0 116 96 0 0 25 0 1 0 236794846 18194432 4250 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7041/statm: 4442 4250 105 274 0 4165 0
[pid=7043] ppid=7041 vsize=216824 CPUtime=1197.9
/proc/7043/stat : 7043 (minisat) R 7041 7041 6968 0 -1 4194304 53540 0 0 0 119737 53 0 0 25 0 1 0 236795059 222027776 53290 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7043/statm: 54206 53290 77 170 0 54034 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 234592

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7041 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=161823
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=970852
# CPU time returned by wait4() is 2.13267
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.52
CPU time (s): 1200.02
CPU user time (s): 1198.53
CPU system time (s): 1.49
CPU usage (%): 99.9588
Max. virtual memory (cumulated for all children) (KiB): 234592

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

runsolver used 0.999848 second user time and 3.38049 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-12 02:20:22
IDJOB=1797712
IDBENCH=71088
IDSOLVER=650
FILE ID=node34/1797712-1242087622
PBS_JOBID= 9277670
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= d4e16a803f6cd0903a2bd3e7157287b3
RANDOM SEED=1288506108

node34.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.214
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.214
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:       1191208 kB
Buffers:         77104 kB
Cached:         690672 kB
SwapCached:       5588 kB
Active:         191496 kB
Inactive:       584064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1191208 kB
SwapTotal:     4192956 kB
SwapFree:      4181160 kB
Dirty:            6608 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            75284 kB
Committed_AS:   827812 kB
PageTables:       1380 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= 66240 MiB
End job on node34 at 2009-05-12 02:40:25