Trace number 1797719

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.06 1200.71

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_14_UNKNOWN.cnf
MD5SUM74b3bf25aa16f613ee15d6b4b9bc9486
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 variables2220
Number of clauses160694
Sum of the clauses size478924
Maximum clause length15
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23434
Number of clauses of size 3157237
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
1.19/1.26	This is MiniSat 2.0 beta
1.19/1.26	WARNING: for repeatability, setting FPU to use double precision
1.19/1.26	============================[ Problem Statistics ]=============================
1.19/1.26	|                                                                             |
1.19/1.26	|  Number of variables:  2220                                                 |
1.19/1.26	|  Number of clauses:    160694                                               |
1.25/1.33	|  Parsing time:         0.06         s                                       |
1.25/1.33	============================[ Search Statistics ]==============================
1.25/1.33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.25/1.33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.25/1.33	===============================================================================
1.25/1.33	|         0 |    2220   160560   478589 |    53520        0    nan |  0.000 % |
1.25/1.34	|       101 |    2220   160560   478589 |    58872      101     57 |  0.000 % |
1.25/1.36	|       255 |    2220   160560   478589 |    64759      255     64 |  0.000 % |
1.25/1.38	|       480 |    2220   160560   478589 |    71235      480     72 |  0.000 % |
1.25/1.41	|       819 |    2220   160560   478589 |    78358      819     71 |  0.000 % |
1.25/1.47	|      1328 |    2220   160560   478589 |    86194     1328     82 |  0.000 % |
1.25/1.54	|      2087 |    2220   160560   478589 |    94813     2087     80 |  0.000 % |
1.25/1.69	|      3227 |    2220   160560   478589 |   104295     3227     83 |  0.000 % |
1.25/1.94	|      4937 |    2220   160560   478589 |   114724     4937     95 |  0.000 % |
2.38/2.48	|      7499 |    2220   160560   478589 |   126197     7499    102 |  0.000 % |
3.18/3.21	|     11345 |    2220   160560   478589 |   138817    11345    104 |  0.000 % |
4.87/4.90	|     17112 |    2220   160560   478589 |   152698    17112    108 |  0.000 % |
10.57/10.61	|     25763 |    2220   160560   478589 |   167968    25763    118 |  0.000 % |
21.66/21.76	|     38737 |    2220   160560   478589 |   184765    38737    131 |  0.000 % |
44.45/44.52	|     58199 |    2220   160560   478589 |   203242    58199    128 |  0.000 % |
84.24/84.35	|     87396 |    2220   160560   478589 |   223566    87396    128 |  0.000 % |
161.50/161.64	|    131186 |    2220   160560   478589 |   245922   131186    126 |  0.000 % |
357.40/357.69	|    196873 |    2220   160560   478589 |   270515   196873    129 |  0.000 % |
587.09/587.47	|    295400 |    2220   160560   478589 |   297566    39583    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-1797719-1242088388/watcher-1797719-1242088388 -o /tmp/evaluation-result-1797719-1242088388/solver-1797719-1242088388 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797719-1242088388.cnf HOME 

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


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 22440
/proc/meminfo: memFree=1812488/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=3168 CPUtime=0
/proc/22440/stat : 22440 (IUT_BMB_SIM) R 22438 22440 22372 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 236868175 3244032 168 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/22440/statm: 792 168 90 274 0 515 0

[startup+0.0193519 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 22440
/proc/meminfo: memFree=1812488/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=3168 CPUtime=0.01
/proc/22440/stat : 22440 (IUT_BMB_SIM) R 22438 22440 22372 0 -1 4194304 428 0 0 0 1 0 0 0 18 0 1 0 236868175 3244032 411 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/22440/statm: 792 412 90 274 0 515 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3168

[startup+0.101366 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 22440
/proc/meminfo: memFree=1812488/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=5144 CPUtime=0.09
/proc/22440/stat : 22440 (IUT_BMB_SIM) R 22438 22440 22372 0 -1 4194304 1103 0 0 0 9 0 0 0 18 0 1 0 236868175 5267456 1086 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/22440/statm: 1286 1086 97 274 0 1009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5144

[startup+0.301403 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 22440
/proc/meminfo: memFree=1812488/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=8576 CPUtime=0.29
/proc/22440/stat : 22440 (IUT_BMB_SIM) R 22438 22440 22372 0 -1 4194304 1970 0 0 0 29 0 0 0 19 0 1 0 236868175 8781824 1953 1992294400 134512640 135635349 4294956224 18446744073709551615 134544412 0 0 4096 0 0 0 0 17 0 0 0
/proc/22440/statm: 2144 1953 97 274 0 1867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 8576

[startup+0.701478 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 22440
/proc/meminfo: memFree=1812488/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=0.69
/proc/22440/stat : 22440 (IUT_BMB_SIM) R 22438 22440 22372 0 -1 4194304 2606 0 0 0 51 18 0 0 23 0 1 0 236868175 11354112 2589 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/22440/statm: 2772 2589 100 274 0 2495 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 11088

[startup+1.50164 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 22441
/proc/meminfo: memFree=1800696/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 11088

[startup+3.10292 s]
/proc/loadavg: 1.07 0.99 0.99 2/67 22442
/proc/meminfo: memFree=1789616/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=13572 CPUtime=1.82
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 3488 0 0 0 181 1 0 0 25 0 1 0 236868302 13897728 3238 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 3393 3238 77 170 0 3221 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 24660

[startup+6.30152 s]
/proc/loadavg: 1.07 0.99 0.99 2/67 22442
/proc/meminfo: memFree=1783024/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=18256 CPUtime=5.02
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 4635 0 0 0 500 2 0 0 25 0 1 0 236868302 18694144 4385 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 4564 4385 77 170 0 4392 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29344

[startup+12.7017 s]
/proc/loadavg: 1.06 0.99 0.99 2/67 22442
/proc/meminfo: memFree=1777208/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=23968 CPUtime=11.42
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 6057 0 0 0 1138 4 0 0 25 0 1 0 236868302 24543232 5807 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 5992 5807 77 170 0 5820 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 35056

[startup+25.5011 s]
/proc/loadavg: 1.05 0.99 0.99 2/67 22442
/proc/meminfo: memFree=1767800/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=32956 CPUtime=24.22
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 8312 0 0 0 2416 6 0 0 25 0 1 0 236868302 33746944 8062 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 8239 8062 77 170 0 8067 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44044

[startup+51.1018 s]
/proc/loadavg: 1.03 0.99 0.99 2/67 22442
/proc/meminfo: memFree=1755064/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=46176 CPUtime=49.81
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 11590 0 0 0 4972 9 0 0 25 0 1 0 236868302 47284224 11340 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 11544 11340 77 170 0 11372 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 57264

[startup+102.305 s]
/proc/loadavg: 1.05 1.00 1.00 2/67 22442
/proc/meminfo: memFree=1737272/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=63484 CPUtime=100.98
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 15884 0 0 0 10085 13 0 0 25 0 1 0 236868302 65007616 15634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526823 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 15871 15634 77 170 0 15699 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 74572

[startup+162.301 s]
/proc/loadavg: 1.02 1.00 1.00 2/67 22442
/proc/meminfo: memFree=1720184/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=80600 CPUtime=160.95
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 20184 0 0 0 16077 18 0 0 25 0 1 0 236868302 82534400 19934 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 20150 19934 77 170 0 19978 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 91688

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22442
/proc/meminfo: memFree=1708344/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=92604 CPUtime=220.91
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 23086 0 0 0 22071 20 0 0 25 0 1 0 236868302 94826496 22836 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 23151 22836 77 170 0 22979 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 103692

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22442
/proc/meminfo: memFree=1698296/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=102760 CPUtime=280.89
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 25621 0 0 0 28067 22 0 0 25 0 1 0 236868302 105226240 25371 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 25690 25371 77 170 0 25518 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 113848

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22442
/proc/meminfo: memFree=1684728/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=116364 CPUtime=340.86
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 29004 0 0 0 34061 25 0 0 25 0 1 0 236868302 119156736 28754 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 29091 28754 77 170 0 28919 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 127452

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22442
/proc/meminfo: memFree=1671864/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=129652 CPUtime=400.83
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 32239 0 0 0 40054 29 0 0 25 0 1 0 236868302 132763648 31989 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 32413 31989 77 170 0 32241 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 140740

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22442
/proc/meminfo: memFree=1660216/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25

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

/proc/22442/statm: 39540 39000 77 170 0 39368 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 169248

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643384/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=640.71
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39273 0 0 0 64035 36 0 0 25 0 1 0 236868302 161955840 39014 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39014 77 170 0 39368 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 169248

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643320/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=700.68
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39292 0 0 0 70032 36 0 0 25 0 1 0 236868302 161955840 39033 1992294400 134512640 135212939 4294956320 18446744073709551615 134526720 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39033 77 170 0 39368 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 169248

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643128/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=760.65
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39314 0 0 0 76029 36 0 0 25 0 1 0 236868302 161955840 39055 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39055 77 170 0 39368 0
Current children cumulated CPU time (s) 761.9
Current children cumulated vsize (KiB) 169248

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643128/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=820.62
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39330 0 0 0 82026 36 0 0 25 0 1 0 236868302 161955840 39071 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39071 77 170 0 39368 0
Current children cumulated CPU time (s) 821.87
Current children cumulated vsize (KiB) 169248

[startup+882.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643128/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=880.58
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39333 0 0 0 88022 36 0 0 25 0 1 0 236868302 161955840 39074 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39074 77 170 0 39368 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 169248

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643064/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=940.55
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39333 0 0 0 94019 36 0 0 25 0 1 0 236868302 161955840 39074 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39074 77 170 0 39368 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 169248

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643064/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=1000.52
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39333 0 0 0 100016 36 0 0 25 0 1 0 236868302 161955840 39074 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39074 77 170 0 39368 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 169248

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643000/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=1060.49
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39337 0 0 0 106013 36 0 0 25 0 1 0 236868302 161955840 39078 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39078 77 170 0 39368 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 169248

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1643000/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=1120.45
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39340 0 0 0 112009 36 0 0 25 0 1 0 236868302 161955840 39081 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39081 77 170 0 39368 0
Current children cumulated CPU time (s) 1121.7
Current children cumulated vsize (KiB) 169248

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1642936/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=1180.43
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39342 0 0 0 118007 36 0 0 25 0 1 0 236868302 161955840 39083 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39083 77 170 0 39368 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 169248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1642872/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=1198.81
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39350 0 0 0 119845 36 0 0 25 0 1 0 236868302 161955840 39091 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39091 77 170 0 39368 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 169248

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

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

[startup+1200.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 22444
/proc/meminfo: memFree=1642872/2055920 swapFree=4180356/4192956
[pid=22440] ppid=22438 vsize=11088 CPUtime=1.25
/proc/22440/stat : 22440 (IUT_BMB_SIM) S 22438 22440 22372 0 -1 4194304 2612 0 0 0 69 56 0 0 25 0 1 0 236868175 11354112 2594 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/22440/statm: 2772 2594 105 274 0 2495 0
[pid=22442] ppid=22440 vsize=158160 CPUtime=1198.81
/proc/22442/stat : 22442 (minisat) R 22440 22440 22372 0 -1 4194304 39350 0 0 0 119845 36 0 0 25 0 1 0 236868302 161955840 39091 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/22442/statm: 39540 39091 77 170 0 39368 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 169248

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.71
CPU time (s): 1200.06
CPU user time (s): 1199.14
CPU system time (s): 0.92
CPU usage (%): 99.9455
Max. virtual memory (cumulated for all children) (KiB): 169248

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

runsolver used 1.04084 second user time and 3.33349 second system time

The end

Launcher Data

Begin job on node82 at 2009-05-12 02:33:08
IDJOB=1797719
IDBENCH=71097
IDSOLVER=650
FILE ID=node82/1797719-1242088388
PBS_JOBID= 9277701
Free space on /tmp= 66156 MiB

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

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

MD5SUM BENCH= 74b3bf25aa16f613ee15d6b4b9bc9486
RANDOM SEED=37546084

node82.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.259
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.259
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:       1813032 kB
Buffers:         35880 kB
Cached:         149364 kB
SwapCached:       6108 kB
Active:          38052 kB
Inactive:       155384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1813032 kB
SwapTotal:     4192956 kB
SwapFree:      4180356 kB
Dirty:            4752 kB
Writeback:           0 kB
Mapped:          13812 kB
Slab:            35512 kB
Committed_AS:   667244 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66152 MiB
End job on node82 at 2009-05-12 02:53:11