Trace number 1797656

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.04 1200.63

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-22.cnf
MD5SUM8d2a42a37522a445646cc07d2396ea2a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark130.444
Satisfiable
(Un)Satisfiability was proved
Number of variables129652
Number of clauses386749
Sum of the clauses size902413
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2257832
Number of clauses of size 3128916
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
6.39/6.45	This is MiniSat 2.0 beta
6.39/6.45	WARNING: for repeatability, setting FPU to use double precision
6.39/6.45	============================[ Problem Statistics ]=============================
6.39/6.45	|                                                                             |
6.39/6.45	|  Number of variables:  129652                                               |
6.39/6.45	|  Number of clauses:    386302                                               |
6.58/6.69	|  Parsing time:         0.20         s                                       |
6.69/6.70	============================[ Search Statistics ]==============================
6.69/6.70	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.69/6.70	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.69/6.70	===============================================================================
6.69/6.70	|         0 |  129652   386113   900915 |   128704        0    nan |  0.000 % |
6.69/6.72	|       101 |  129652   386113   900915 |   141574      101     21 |  0.000 % |
6.69/6.74	|       251 |  129652   386113   900915 |   155732      251     16 |  0.000 % |
6.69/6.79	|       476 |  129652   386113   900915 |   171305      476     14 |  0.000 % |
6.78/6.85	|       814 |  129652   386113   900915 |   188436      814     27 |  0.000 % |
6.88/6.95	|      1323 |  129652   386113   900915 |   207279     1323     34 |  0.000 % |
7.18/7.27	|      2083 |  129652   386113   900915 |   228007     2083     36 |  0.000 % |
7.68/7.78	|      3222 |  129524   385792   900210 |   250808     3218     42 |  0.099 % |
8.18/8.25	|      4930 |  129524   385792   900210 |   275889     4926     41 |  0.099 % |
9.27/9.35	|      7492 |  129395   385471   899505 |   303478     7485     41 |  0.211 % |
11.07/11.16	|     11337 |  129251   385068   898620 |   333825    11254     42 |  0.309 % |
14.28/14.33	|     17104 |  129250   385065   898614 |   367208    17020     46 |  0.310 % |
21.56/21.67	|     25754 |  128790   384574   897537 |   403929    25601     47 |  0.693 % |
31.96/32.08	|     38729 |  128609   383461   895029 |   444322    38426     49 |  0.805 % |
53.46/53.55	|     58192 |  127435   379846   887028 |   488754    57740     56 |  1.710 % |
130.42/130.55	|     87384 |  127385   379626   886543 |   537629    86891     72 |  1.749 % |
261.17/261.38	|    131174 |  127108   378920   884991 |   591392   130659     86 |  1.962 % |
504.66/504.99	|    196858 |  125622   374398   874798 |   650532   195709    100 |  3.108 % |
1044.93/1045.40	|    295386 |  125177   372977   871565 |   715585   293703    124 |  3.566 % |

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-1797656-1242083446/watcher-1797656-1242083446 -o /tmp/evaluation-result-1797656-1242083446/solver-1797656-1242083446 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797656-1242083446.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.98 0.99 3/64 4203
/proc/meminfo: memFree=1062880/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=5820 CPUtime=0
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 188 0 0 0 0 0 0 0 18 0 1 0 236372688 5959680 171 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 1455 172 90 274 0 1178 0

[startup+0.0847179 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4203
/proc/meminfo: memFree=1062880/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=9868 CPUtime=0.07
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 2051 0 0 0 7 0 0 0 18 0 1 0 236372688 10104832 2034 1992294400 134512640 135635349 4294956224 18446744073709551615 134539402 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 2467 2035 90 274 0 2190 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9868

[startup+0.102718 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4203
/proc/meminfo: memFree=1062880/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=11388 CPUtime=0.09
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 2346 0 0 0 9 0 0 0 18 0 1 0 236372688 11661312 2329 1992294400 134512640 135635349 4294956224 18446744073709551615 134533092 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 2847 2330 90 274 0 2570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11388

[startup+0.301736 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4203
/proc/meminfo: memFree=1062880/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=25264 CPUtime=0.29
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 6136 0 0 0 27 2 0 0 20 0 1 0 236372688 25870336 6119 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 6316 6119 97 274 0 6039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25264

[startup+0.70177 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4203
/proc/meminfo: memFree=1062880/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=30148 CPUtime=0.69
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 7348 0 0 0 66 3 0 0 24 0 1 0 236372688 30871552 7331 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 7537 7331 97 274 0 7260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30148

[startup+1.50184 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4204
/proc/meminfo: memFree=1030424/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=39256 CPUtime=1.49
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 9624 0 0 0 145 4 0 0 25 0 1 0 236372688 40198144 9607 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 9814 9607 97 274 0 9537 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39256

[startup+3.10198 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4204
/proc/meminfo: memFree=1018008/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=63016 CPUtime=3.09
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 15564 0 0 0 302 7 0 0 25 0 1 0 236372688 64528384 15547 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 15754 15547 97 274 0 15477 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63016

[startup+6.30126 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4204
/proc/meminfo: memFree=979160/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.29
/proc/4203/stat : 4203 (IUT_BMB_SIM) R 4201 4203 3481 0 -1 4194304 20678 0 0 0 491 138 0 0 25 0 1 0 236372688 83394560 20181 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/4203/statm: 20360 20181 100 274 0 20083 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81440

[startup+12.7018 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=949088/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=28912 CPUtime=6.23
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 7067 0 0 0 619 4 0 0 25 0 1 0 236373332 29605888 6817 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 7228 6817 77 170 0 7056 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 110352

[startup+25.5029 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=944480/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=33236 CPUtime=19.03
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 8116 0 0 0 1897 6 0 0 25 0 1 0 236373332 34033664 7866 1992294400 134512640 135212939 4294956320 18446744073709551615 134526831 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 8309 7866 77 170 0 8137 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 114676

[startup+51.1022 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=937056/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=40756 CPUtime=44.61
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 9993 0 0 0 4454 7 0 0 25 0 1 0 236373332 41734144 9743 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 10189 9743 77 170 0 10017 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 122196

[startup+102.307 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=927840/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=49988 CPUtime=95.8
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 12292 0 0 0 9569 11 0 0 25 0 1 0 236373332 51187712 12042 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 12497 12042 77 170 0 12325 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 131428

[startup+162.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=917536/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=60352 CPUtime=155.76
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 14852 0 0 0 15562 14 0 0 25 0 1 0 236373332 61800448 14602 1992294400 134512640 135212939 4294956320 18446744073709551615 134536608 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 15088 14602 77 170 0 14916 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 141792

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=908704/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=68932 CPUtime=215.74
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 17031 0 0 0 21558 16 0 0 25 0 1 0 236373332 70586368 16781 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 17233 16781 77 170 0 17061 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 150372

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=898464/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=79236 CPUtime=275.71
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 19623 0 0 0 27552 19 0 0 25 0 1 0 236373332 81137664 19373 1992294400 134512640 135212939 4294956320 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 19809 19373 77 170 0 19637 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 160676

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=889184/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=88616 CPUtime=335.68
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 21926 0 0 0 33546 22 0 0 25 0 1 0 236373332 90742784 21676 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 22154 21676 77 170 0 21982 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 170056

[startup+402.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=880416/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=97472 CPUtime=395.67
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 24133 0 0 0 39542 25 0 0 25 0 1 0 236373332 99811328 23883 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 24368 23883 77 170 0 24196 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 178912

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=871072/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=106592 CPUtime=455.63
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 26430 0 0 0 45537 26 0 0 25 0 1 0 236373332 109150208 26180 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 26648 26180 77 170 0 26476 0
Current children cumulated CPU time (s) 462.07

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

/proc/4205/statm: 28597 28155 77 170 0 28425 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 195828

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=854496/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=123508 CPUtime=575.6
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 30570 0 0 0 57529 31 0 0 25 0 1 0 236373332 126472192 30320 1992294400 134512640 135212939 4294956320 18446744073709551615 134529478 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 30877 30320 77 170 0 30705 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 204948

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=846240/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=131564 CPUtime=635.56
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 32610 0 0 0 63523 33 0 0 25 0 1 0 236373332 134721536 32360 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 32891 32360 77 170 0 32719 0
Current children cumulated CPU time (s) 642
Current children cumulated vsize (KiB) 213004

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=837920/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=139884 CPUtime=695.53
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 34712 0 0 0 69518 35 0 0 25 0 1 0 236373332 143241216 34462 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 34971 34462 77 170 0 34799 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 221324

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=830112/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=147540 CPUtime=755.5
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 36626 0 0 0 75513 37 0 0 25 0 1 0 236373332 151080960 36376 1992294400 134512640 135212939 4294956320 18446744073709551615 134526754 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 36885 36376 77 170 0 36713 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 228980

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=822304/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=155328 CPUtime=815.47
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 38610 0 0 0 81507 40 0 0 25 0 1 0 236373332 159055872 38360 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 38832 38360 77 170 0 38660 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 236768

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=814816/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=162748 CPUtime=875.46
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 40460 0 0 0 87503 43 0 0 25 0 1 0 236373332 166653952 40210 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 40687 40210 77 170 0 40515 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 244188

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=807392/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=170172 CPUtime=935.42
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 42336 0 0 0 93498 44 0 0 25 0 1 0 236373332 174256128 42086 1992294400 134512640 135212939 4294956320 18446744073709551615 134529647 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 42543 42086 77 170 0 42371 0
Current children cumulated CPU time (s) 941.86
Current children cumulated vsize (KiB) 251612

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=800928/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=176516 CPUtime=995.41
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 43914 0 0 0 99493 48 0 0 25 0 1 0 236373332 180752384 43664 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 44129 43664 77 170 0 43957 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 257956

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=793504/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=183960 CPUtime=1055.37
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 45790 0 0 0 105487 50 0 0 25 0 1 0 236373332 188375040 45540 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 45990 45540 77 170 0 45818 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 265400

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=785056/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=192436 CPUtime=1115.33
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 47900 0 0 0 111480 53 0 0 25 0 1 0 236373332 197054464 47650 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 48109 47650 77 170 0 47937 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 273876

[startup+1182.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=777696/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=200464 CPUtime=1175.31
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 49756 0 0 0 117476 55 0 0 25 0 1 0 236373332 205275136 49506 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 50116 49506 77 170 0 49944 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 281904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 4205
/proc/meminfo: memFree=775456/2055920 swapFree=4164052/4192956
[pid=4203] ppid=4201 vsize=81440 CPUtime=6.44
/proc/4203/stat : 4203 (IUT_BMB_SIM) S 4201 4203 3481 0 -1 4194304 20684 0 0 0 495 149 0 0 25 0 1 0 236372688 83394560 20186 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4203/statm: 20360 20186 105 274 0 20083 0
[pid=4205] ppid=4203 vsize=202464 CPUtime=1193.6
/proc/4205/stat : 4205 (minisat) R 4203 4203 3481 0 -1 4194304 50271 0 0 0 119305 55 0 0 25 0 1 0 236373332 207323136 50021 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/4205/statm: 50616 50021 77 170 0 50444 0
Current children cumulated CPU time (s) 1200.04
Current children cumulated vsize (KiB) 283904

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 4203 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=953246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=505771
# CPU time returned by wait4() is 6.45902
# while last known CPU time is 1200.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.63
CPU time (s): 1200.04
CPU user time (s): 1198
CPU system time (s): 2.04
CPU usage (%): 99.9512
Max. virtual memory (cumulated for all children) (KiB): 283904

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

runsolver used 1.06984 second user time and 3.3065 second system time

The end

Launcher Data

Begin job on node50 at 2009-05-12 01:10:46
IDJOB=1797656
IDBENCH=70958
IDSOLVER=650
FILE ID=node50/1797656-1242083446
PBS_JOBID= 9277655
Free space on /tmp= 66272 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-22.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797656-1242083446/watcher-1797656-1242083446 -o /tmp/evaluation-result-1797656-1242083446/solver-1797656-1242083446 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797656-1242083446.cnf HOME

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

MD5SUM BENCH= 8d2a42a37522a445646cc07d2396ea2a
RANDOM SEED=1765768603

node50.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.216
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.216
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:       1063424 kB
Buffers:         70728 kB
Cached:         842096 kB
SwapCached:      23672 kB
Active:         318820 kB
Inactive:       619572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1063424 kB
SwapTotal:     4192956 kB
SwapFree:      4164052 kB
Dirty:            8780 kB
Writeback:           0 kB
Mapped:          13796 kB
Slab:            40132 kB
Committed_AS:   783068 kB
PageTables:       1456 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= 66264 MiB
End job on node50 at 2009-05-12 01:30:49