Trace number 1797752

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
minisat2-core 070721? (TO) 1200.1 1200.43

General information on the benchmark

Nameindustrial/grieu/
vmpc_30.cnf
MD5SUM8df6cfaff4435ad2a04367a34fb047c1
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 variables900
Number of clauses133080
Sum of the clauses size348570
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252290
Number of clauses of size 380730
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  900                                                  |
0.00/0.00	|  Number of clauses:    133080                                               |
0.02/0.06	|  Parsing time:         0.06         s                                       |
0.02/0.07	============================[ Search Statistics ]==============================
0.02/0.07	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.02/0.07	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.02/0.07	===============================================================================
0.02/0.07	|         0 |     900   133080   348570 |    44360        0    nan |  0.000 % |
0.09/0.10	|       100 |     900   133080   348570 |    48796      100     58 |  0.000 % |
0.09/0.13	|       255 |     900   133080   348570 |    53675      255     79 |  0.000 % |
0.09/0.16	|       481 |     900   133080   348570 |    59043      481     85 |  0.000 % |
0.19/0.21	|       818 |     900   133080   348570 |    64947      818     88 |  0.000 % |
0.19/0.28	|      1325 |     900   133080   348570 |    71442     1325     86 |  0.000 % |
0.29/0.39	|      2084 |     900   133080   348570 |    78586     2084     99 |  0.000 % |
0.49/0.57	|      3223 |     900   133080   348570 |    86445     3223     95 |  0.000 % |
0.79/0.86	|      4932 |     900   133080   348570 |    95089     4932    102 |  0.000 % |
1.39/1.41	|      7494 |     900   133080   348570 |   104598     7494     99 |  0.000 % |
2.29/2.36	|     11338 |     900   133080   348570 |   115058    11338     96 |  0.000 % |
4.30/4.34	|     17108 |     900   133080   348570 |   126564    17108    102 |  0.000 % |
8.29/8.37	|     25758 |     900   133080   348570 |   139220    25758    100 |  0.000 % |
17.29/17.37	|     38734 |     900   133080   348570 |   153142    38734    106 |  0.000 % |
36.18/36.20	|     58195 |     900   133080   348570 |   168457    58195     97 |  0.000 % |
68.08/68.15	|     87388 |     899   132790   347818 |   185302    87387     91 |  0.111 % |
128.86/128.99	|    131177 |     899   132790   347818 |   203833   131176     90 |  0.111 % |
293.90/294.10	|    196861 |     899   132790   347818 |   224216   196860     87 |  0.111 % |
474.56/474.76	|    295388 |     899   132790   347818 |   246637    92259     84 |  0.111 % |
1058.90/1059.24	|    443179 |     899   132790   347818 |   271301   240050    103 |  0.111 % |

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-1797752-1242075551/watcher-1797752-1242075551 -o /tmp/evaluation-result-1797752-1242075551/solver-1797752-1242075551 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797752-1242075551.cnf 

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.04 1.01 1.00 3/64 4093
/proc/meminfo: memFree=1178240/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=2028 CPUtime=0
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 235588769 2076672 385 1992294400 134512640 135213614 4294956256 18446744073709551615 134544745 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 507 386 58 171 0 333 0

[startup+0.024835 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 4093
/proc/meminfo: memFree=1178240/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=3724 CPUtime=0.02
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 781 0 0 0 2 0 0 0 18 0 1 0 235588769 3813376 767 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 931 767 58 171 0 757 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3724

[startup+0.101842 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 4093
/proc/meminfo: memFree=1178240/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=7188 CPUtime=0.09
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 1678 0 0 0 9 0 0 0 18 0 1 0 235588769 7360512 1663 1992294400 134512640 135213614 4294956256 18446744073709551615 134526761 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 1797 1663 75 171 0 1623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7188

[startup+0.301866 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 4093
/proc/meminfo: memFree=1178240/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=7584 CPUtime=0.29
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 1794 0 0 0 29 0 0 0 19 0 1 0 235588769 7766016 1779 1992294400 134512640 135213614 4294956256 18446744073709551615 134527168 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 1896 1779 78 171 0 1722 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7584

[startup+0.701912 s]
/proc/loadavg: 1.04 1.01 1.00 3/64 4093
/proc/meminfo: memFree=1178240/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=8772 CPUtime=0.69
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 2075 0 0 0 69 0 0 0 22 0 1 0 235588769 8982528 2060 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 2193 2060 78 171 0 2019 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 8772

[startup+1.502 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 4094
/proc/meminfo: memFree=1169464/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=10356 CPUtime=1.49
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 2483 0 0 0 148 1 0 0 25 0 1 0 235588769 10604544 2468 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 2589 2468 78 171 0 2415 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10356

[startup+3.10119 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 4094
/proc/meminfo: memFree=1167480/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=12996 CPUtime=3.09
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 3130 0 0 0 307 2 0 0 25 0 1 0 235588769 13307904 3115 1992294400 134512640 135213614 4294956256 18446744073709551615 134536492 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 3249 3115 78 171 0 3075 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12996

[startup+6.30156 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 4094
/proc/meminfo: memFree=1163064/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=16660 CPUtime=6.29
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 4046 0 0 0 627 2 0 0 25 0 1 0 235588769 17059840 4031 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 4165 4031 78 171 0 3991 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16660

[startup+12.7013 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 4094
/proc/meminfo: memFree=1157312/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=22108 CPUtime=12.69
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 5395 0 0 0 1265 4 0 0 25 0 1 0 235588769 22638592 5380 1992294400 134512640 135213614 4294956256 18446744073709551615 134719431 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 5527 5380 78 171 0 5353 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22108

[startup+25.5018 s]
/proc/loadavg: 1.02 1.01 1.00 2/65 4094
/proc/meminfo: memFree=1150272/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=28660 CPUtime=25.48
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 7045 0 0 0 2543 5 0 0 25 0 1 0 235588769 29347840 7030 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 7165 7030 78 171 0 6991 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28660

[startup+51.1018 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 4094
/proc/meminfo: memFree=1141184/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=37872 CPUtime=51.08
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 9338 0 0 0 5099 9 0 0 25 0 1 0 235588769 38780928 9323 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 9468 9323 78 171 0 9294 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 37872

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4094
/proc/meminfo: memFree=1125312/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=53804 CPUtime=102.26
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 13262 0 0 0 10214 12 0 0 25 0 1 0 235588769 55095296 13247 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 13451 13247 78 171 0 13277 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 53804

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1113024/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=66404 CPUtime=162.24
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 16323 0 0 0 16208 16 0 0 25 0 1 0 235588769 67997696 16308 1992294400 134512640 135213614 4294956256 18446744073709551615 134526985 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 16601 16308 78 171 0 16427 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 66404

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1103488/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=75964 CPUtime=222.23
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 18715 0 0 0 22204 19 0 0 25 0 1 0 235588769 77787136 18700 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 18991 18700 78 171 0 18817 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 75964

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1094912/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=84616 CPUtime=282.21
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 20859 0 0 0 28201 20 0 0 25 0 1 0 235588769 86646784 20844 1992294400 134512640 135213614 4294956256 18446744073709551615 134526885 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 21154 20844 78 171 0 20980 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 84616

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1088256/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=91724 CPUtime=342.2
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 22518 0 0 0 34198 22 0 0 25 0 1 0 235588769 93925376 22503 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 22931 22503 78 171 0 22757 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 91724

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1081408/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=98664 CPUtime=402.18
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24234 0 0 0 40194 24 0 0 25 0 1 0 235588769 101031936 24219 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 24666 24219 78 171 0 24492 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 98664

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1081280/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=98664 CPUtime=462.16
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24237 0 0 0 46192 24 0 0 25 0 1 0 235588769 101031936 24222 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 24666 24222 78 171 0 24492 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 98664

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1081280/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=98664 CPUtime=522.14
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24238 0 0 0 52190 24 0 0 25 0 1 0 235588769 101031936 24223 1992294400 134512640 135213614 4294956256 18446744073709551615 134526755 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 24666 24223 78 171 0 24492 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 98664

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1081024/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=99092 CPUtime=582.13
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24307 0 0 0 58188 25 0 0 25 0 1 0 235588769 101470208 24292 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 24773 24292 78 171 0 24599 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 99092

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1080832/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=99304 CPUtime=642.12
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24355 0 0 0 64187 25 0 0 25 0 1 0 235588769 101687296 24340 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 24826 24340 78 171 0 24652 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 99304

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1080640/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=99484 CPUtime=702.1
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24407 0 0 0 70185 25 0 0 25 0 1 0 235588769 101871616 24392 1992294400 134512640 135213614 4294956256 18446744073709551615 134526775 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 24871 24392 78 171 0 24697 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 99484

[startup+762.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1080448/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=99624 CPUtime=762.08
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24444 0 0 0 76183 25 0 0 25 0 1 0 235588769 102014976 24429 1992294400 134512640 135213614 4294956256 18446744073709551615 134526796 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 24906 24429 78 171 0 24732 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 99624

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1079232/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=101020 CPUtime=822.07
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 24784 0 0 0 82181 26 0 0 25 0 1 0 235588769 103444480 24769 1992294400 134512640 135213614 4294956256 18446744073709551615 134526802 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 25255 24769 78 171 0 25081 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 101020

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1072128/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=108140 CPUtime=882.05
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 26526 0 0 0 88178 27 0 0 25 0 1 0 235588769 110735360 26511 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 27035 26511 78 171 0 26861 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 108140

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1065664/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=114688 CPUtime=942.04
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 28138 0 0 0 94174 30 0 0 25 0 1 0 235588769 117440512 28123 1992294400 134512640 135213614 4294956256 18446744073709551615 134526890 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 28672 28123 78 171 0 28498 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 114688

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1059392/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=121140 CPUtime=1002.02
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 29701 0 0 0 100171 31 0 0 25 0 1 0 235588769 124047360 29686 1992294400 134512640 135213614 4294956256 18446744073709551615 134526878 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 30285 29686 78 171 0 30111 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 121140

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1053568/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=127124 CPUtime=1062.01
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 31160 0 0 0 106168 33 0 0 25 0 1 0 235588769 130174976 31145 1992294400 134512640 135213614 4294956256 18446744073709551615 134526864 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 31781 31145 78 171 0 31607 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 127124

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1048192/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=132632 CPUtime=1121.99
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 32506 0 0 0 112165 34 0 0 25 0 1 0 235588769 135815168 32491 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 33158 32491 78 171 0 32984 0
Current children cumulated CPU time (s) 1121.99
Current children cumulated vsize (KiB) 132632

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1042880/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=137856 CPUtime=1181.98
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 33823 0 0 0 118162 36 0 0 25 0 1 0 235588769 141164544 33808 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 34464 33808 78 171 0 34290 0
Current children cumulated CPU time (s) 1181.98
Current children cumulated vsize (KiB) 137856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 4100
/proc/meminfo: memFree=1041024/2055920 swapFree=4182092/4192956
[pid=4093] ppid=4091 vsize=139848 CPUtime=1200.07
/proc/4093/stat : 4093 (minisat_static) R 4091 4093 3932 0 -1 4194304 34280 0 0 0 119971 36 0 0 25 0 1 0 235588769 143204352 34265 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/4093/statm: 34962 34265 78 171 0 34788 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 139848

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)
Real time (s): 1200.43
CPU time (s): 1200.1
CPU user time (s): 1199.72
CPU system time (s): 0.387941
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 139848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.72
system time used= 0.387941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34280
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= 2
involuntary context switches= 1732

runsolver used 0.949855 second user time and 2.51762 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-11 22:59:11
IDJOB=1797752
IDBENCH=20487
IDSOLVER=651
FILE ID=node11/1797752-1242075551
PBS_JOBID= 9277632
Free space on /tmp= 66208 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/grieu/vmpc_30.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797752-1242075551/watcher-1797752-1242075551 -o /tmp/evaluation-result-1797752-1242075551/solver-1797752-1242075551 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797752-1242075551.cnf

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

MD5SUM BENCH= 8df6cfaff4435ad2a04367a34fb047c1
RANDOM SEED=1067347980

node11.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:       1178720 kB
Buffers:         69432 kB
Cached:         725744 kB
SwapCached:       4708 kB
Active:         205280 kB
Inactive:       597800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1178720 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            2624 kB
Writeback:           0 kB
Mapped:          14412 kB
Slab:            60052 kB
Committed_AS:   817072 kB
PageTables:       1448 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= 66208 MiB
End job on node11 at 2009-05-11 23:19:14