Trace number 1797704

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.61

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_13_UNKNOWN.cnf
MD5SUM57b85ec7870f670f13b00667a6315c05
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 variables2058
Number of clauses144294
Sum of the clauses size429916
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23219
Number of clauses of size 3141052
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.09/1.13	This is MiniSat 2.0 beta
1.09/1.13	WARNING: for repeatability, setting FPU to use double precision
1.09/1.13	============================[ Problem Statistics ]=============================
1.09/1.13	|                                                                             |
1.09/1.14	|  Number of variables:  2058                                                 |
1.09/1.14	|  Number of clauses:    144294                                               |
1.13/1.20	|  Parsing time:         0.06         s                                       |
1.13/1.20	============================[ Search Statistics ]==============================
1.13/1.20	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.13/1.20	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.13/1.20	===============================================================================
1.13/1.20	|         0 |    2058   144160   429581 |    48053        0    nan |  0.000 % |
1.13/1.21	|       103 |    2058   144160   429581 |    52858      103     57 |  0.000 % |
1.13/1.22	|       256 |    2058   144160   429581 |    58144      256     57 |  0.000 % |
1.13/1.26	|       483 |    2058   144160   429581 |    63958      483     68 |  0.000 % |
1.13/1.29	|       820 |    2058   144160   429581 |    70354      820     67 |  0.000 % |
1.13/1.33	|      1326 |    2058   144160   429581 |    77390     1326     69 |  0.000 % |
1.13/1.45	|      2087 |    2058   144160   429581 |    85129     2087     72 |  0.000 % |
1.13/1.58	|      3231 |    2058   144160   429581 |    93642     3231     76 |  0.000 % |
1.13/1.82	|      4941 |    2058   144160   429581 |   103006     4941     85 |  0.000 % |
2.09/2.19	|      7505 |    2058   144160   429581 |   113307     7505     88 |  0.000 % |
2.97/3.01	|     11351 |    2058   144160   429581 |   124637    11351     85 |  0.000 % |
4.87/4.91	|     17118 |    2058   144160   429581 |   137101    17118    111 |  0.000 % |
10.97/11.07	|     25767 |    2058   144160   429581 |   150811    25767    118 |  0.000 % |
20.87/20.96	|     38742 |    2058   144160   429581 |   165893    38742    120 |  0.000 % |
35.45/35.54	|     58203 |    2058   144160   429581 |   182482    58203    122 |  0.000 % |
51.44/51.51	|     87395 |    2058   144160   429581 |   200730    87395    115 |  0.000 % |
107.82/107.97	|    131185 |    2058   144160   429581 |   220803   131185    109 |  0.000 % |
638.10/638.41	|    196870 |    2058   144160   429581 |   242884   196870    104 |  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-1797704-1242087061/watcher-1797704-1242087061 -o /tmp/evaluation-result-1797704-1242087061/solver-1797704-1242087061 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797704-1242087061.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/64 12766
/proc/meminfo: memFree=1175200/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=2976 CPUtime=0
/proc/12766/stat : 12766 (IUT_BMB_SIM) R 12764 12766 12729 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 236733357 3047424 175 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/12766/statm: 744 176 90 274 0 467 0

[startup+0.0348769 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 12766
/proc/meminfo: memFree=1175200/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=3848 CPUtime=0.03
/proc/12766/stat : 12766 (IUT_BMB_SIM) R 12764 12766 12729 0 -1 4194304 780 0 0 0 3 0 0 0 18 0 1 0 236733357 3940352 763 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/12766/statm: 962 763 97 274 0 685 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3848

[startup+0.10188 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 12766
/proc/meminfo: memFree=1175200/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=5036 CPUtime=0.09
/proc/12766/stat : 12766 (IUT_BMB_SIM) R 12764 12766 12729 0 -1 4194304 1064 0 0 0 9 0 0 0 18 0 1 0 236733357 5156864 1047 1992294400 134512640 135635349 4294956224 18446744073709551615 134544410 0 0 4096 0 0 0 0 17 0 0 0
/proc/12766/statm: 1259 1047 97 274 0 982 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5036

[startup+0.301897 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 12766
/proc/meminfo: memFree=1175200/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=8468 CPUtime=0.3
/proc/12766/stat : 12766 (IUT_BMB_SIM) R 12764 12766 12729 0 -1 4194304 1940 0 0 0 29 1 0 0 19 0 1 0 236733357 8671232 1923 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/12766/statm: 2117 1923 97 274 0 1840 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 8468

[startup+0.701933 s]
/proc/loadavg: 0.85 0.97 0.99 3/64 12766
/proc/meminfo: memFree=1175200/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=0.69
/proc/12766/stat : 12766 (IUT_BMB_SIM) R 12764 12766 12729 0 -1 4194304 2371 0 0 0 49 20 0 0 23 0 1 0 236733357 10432512 2354 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/12766/statm: 2547 2354 100 274 0 2270 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10188

[startup+1.50201 s]
/proc/loadavg: 0.85 0.97 0.99 2/65 12767
/proc/meminfo: memFree=1164184/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 10188

[startup+3.10114 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1153936/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=12560 CPUtime=1.94
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 3218 0 0 0 193 1 0 0 25 0 1 0 236733471 12861440 2968 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 3140 2968 77 170 0 2968 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22748

[startup+6.30142 s]
/proc/loadavg: 0.86 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1147408/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=18448 CPUtime=5.13
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 4687 0 0 0 511 2 0 0 25 0 1 0 236733471 18890752 4437 1992294400 134512640 135212939 4294956320 18446744073709551615 134529673 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 4612 4437 77 170 0 4440 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 28636

[startup+12.702 s]
/proc/loadavg: 0.88 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1142296/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=22988 CPUtime=11.54
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 5801 0 0 0 1150 4 0 0 25 0 1 0 236733471 23539712 5551 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 5747 5551 77 170 0 5575 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 33176

[startup+25.5011 s]
/proc/loadavg: 0.90 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1132568/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=32364 CPUtime=24.33
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 8131 0 0 0 2427 6 0 0 25 0 1 0 236733471 33140736 7881 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 8091 7881 77 170 0 7919 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 42552

[startup+51.1013 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1112984/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=52112 CPUtime=49.91
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 13076 0 0 0 4980 11 0 0 25 0 1 0 236733471 53362688 12826 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 13028 12826 77 170 0 12856 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 62300

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1094232/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=70816 CPUtime=101.09
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 17638 0 0 0 10094 15 0 0 25 0 1 0 236733471 72515584 17388 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 17704 17388 77 170 0 17532 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 81004

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1087896/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=77620 CPUtime=161.07
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 19241 0 0 0 16091 16 0 0 25 0 1 0 236733471 79482880 18965 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 19405 18965 77 170 0 19233 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 87808

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1084248/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=81360 CPUtime=221.06
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 20146 0 0 0 22088 18 0 0 25 0 1 0 236733471 83312640 19870 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 20340 19870 77 170 0 20168 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 91548

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1080408/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=85268 CPUtime=281.02
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 21130 0 0 0 28083 19 0 0 25 0 1 0 236733471 87314432 20854 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 21317 20854 77 170 0 21145 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 95456

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1076824/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=88700 CPUtime=341
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 22016 0 0 0 34080 20 0 0 25 0 1 0 236733471 90828800 21740 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 22175 21740 77 170 0 22003 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 98888

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1074072/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=91584 CPUtime=400.96
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 22725 0 0 0 40075 21 0 0 25 0 1 0 236733471 93782016 22449 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 22896 22449 77 170 0 22724 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 101772

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1071320/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13

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

/proc/12768/statm: 24160 23712 77 170 0 23988 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 106828

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1066584/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=99012 CPUtime=580.9
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 24594 0 0 0 58067 23 0 0 25 0 1 0 236733471 101388288 24318 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 24753 24318 77 170 0 24581 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 109200

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1064152/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=101540 CPUtime=640.87
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 25184 0 0 0 64064 23 0 0 25 0 1 0 236733471 103976960 24908 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 25385 24908 77 170 0 25213 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 111728

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1062744/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=102808 CPUtime=700.84
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 25521 0 0 0 70061 23 0 0 25 0 1 0 236733471 105275392 25245 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 25702 25245 77 170 0 25530 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 112996

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1060056/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=105792 CPUtime=760.82
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 26206 0 0 0 76058 24 0 0 25 0 1 0 236733471 108331008 25922 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 26448 25922 77 170 0 26276 0
Current children cumulated CPU time (s) 761.95
Current children cumulated vsize (KiB) 115980

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1058392/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=108008 CPUtime=820.79
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 26619 0 0 0 82054 25 0 0 25 0 1 0 236733471 110600192 26335 1992294400 134512640 135212939 4294956320 18446744073709551615 134526759 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 27002 26335 77 170 0 26830 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 118196

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1056856/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=109360 CPUtime=880.77
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 27008 0 0 0 88051 26 0 0 25 0 1 0 236733471 111984640 26724 1992294400 134512640 135212939 4294956320 18446744073709551615 134526750 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 27340 26724 77 170 0 27168 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 119548

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1055128/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=111244 CPUtime=940.74
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 27449 0 0 0 94048 26 0 0 25 0 1 0 236733471 113913856 27165 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 27811 27165 77 170 0 27639 0
Current children cumulated CPU time (s) 941.87
Current children cumulated vsize (KiB) 121432

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1053272/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=113004 CPUtime=1000.7
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 27900 0 0 0 100043 27 0 0 25 0 1 0 236733471 115716096 27616 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 28251 27616 77 170 0 28079 0
Current children cumulated CPU time (s) 1001.83
Current children cumulated vsize (KiB) 123192

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1051800/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=114632 CPUtime=1060.69
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 28272 0 0 0 106041 28 0 0 25 0 1 0 236733471 117383168 27988 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 28658 27988 77 170 0 28486 0
Current children cumulated CPU time (s) 1061.82
Current children cumulated vsize (KiB) 124820

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1050264/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=116124 CPUtime=1120.67
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 28649 0 0 0 112039 28 0 0 25 0 1 0 236733471 118910976 28365 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 29031 28365 77 170 0 28859 0
Current children cumulated CPU time (s) 1121.8
Current children cumulated vsize (KiB) 126312

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1046488/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=120244 CPUtime=1180.64
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 29684 0 0 0 118036 28 0 0 25 0 1 0 236733471 123129856 29308 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 30061 29308 77 170 0 29889 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 130432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 12768
/proc/meminfo: memFree=1045400/2055920 swapFree=4181940/4192956
[pid=12766] ppid=12764 vsize=10188 CPUtime=1.13
/proc/12766/stat : 12766 (IUT_BMB_SIM) S 12764 12766 12729 0 -1 4194304 2377 0 0 0 64 49 0 0 25 0 1 0 236733357 10432512 2359 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/12766/statm: 2547 2359 105 274 0 2270 0
[pid=12768] ppid=12766 vsize=121452 CPUtime=1198.93
/proc/12768/stat : 12768 (minisat) R 12766 12766 12729 0 -1 4194304 30005 0 0 0 119865 28 0 0 25 0 1 0 236733471 124366848 29577 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/12768/statm: 30363 29577 77 170 0 30191 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 131640

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 12766 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=644901
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=492925
# CPU time returned by wait4() is 1.13783
# 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.61
CPU time (s): 1200.06
CPU user time (s): 1199.29
CPU system time (s): 0.77
CPU usage (%): 99.9538
Max. virtual memory (cumulated for all children) (KiB): 131640

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

runsolver used 1.19282 second user time and 3.18452 second system time

The end

Launcher Data

Begin job on node58 at 2009-05-12 02:11:01
IDJOB=1797704
IDBENCH=71076
IDSOLVER=650
FILE ID=node58/1797704-1242087061
PBS_JOBID= 9277692
Free space on /tmp= 66096 MiB

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

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

MD5SUM BENCH= 57b85ec7870f670f13b00667a6315c05
RANDOM SEED=301874785

node58.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.233
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.233
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:       1175680 kB
Buffers:         68744 kB
Cached:         728652 kB
SwapCached:       4936 kB
Active:         206280 kB
Inactive:       599528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1175680 kB
SwapTotal:     4192956 kB
SwapFree:      4181940 kB
Dirty:            4580 kB
Writeback:           0 kB
Mapped:          14568 kB
Slab:            60528 kB
Committed_AS:   756344 kB
PageTables:       1356 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= 66092 MiB
End job on node58 at 2009-05-12 02:31:04