Trace number 1806933

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.0UNSAT 143.652 143.713

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK10.cnf
MD5SUM6acad6aa08a1137d820dbdd152ca2acc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark143.652
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of clauses38430
Sum of the clauses size456120
Maximum clause length12
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4630
Number of clauses of size 50
Number of clauses of size over 537800

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.39/0.46	This is MiniSat 2.0 beta
0.39/0.46	WARNING: for repeatability, setting FPU to use double precision
0.39/0.46	============================[ Problem Statistics ]=============================
0.39/0.46	|                                                                             |
0.39/0.47	|  Number of variables:  45                                                   |
0.39/0.47	|  Number of clauses:    38430                                                |
0.45/0.51	|  Parsing time:         0.04         s                                       |
0.45/0.51	============================[ Search Statistics ]==============================
0.45/0.51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.45/0.51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.45/0.51	===============================================================================
0.45/0.51	|         0 |      45    38430   456120 |    12810        0    nan |  0.000 % |
0.45/0.52	|       100 |      45    38430   456120 |    14091      100     20 |  0.051 % |
0.45/0.53	|       250 |      45    38430   456120 |    15500      250     19 |  0.051 % |
0.45/0.55	|       475 |      45    38430   456120 |    17050      475     18 |  0.051 % |
0.45/0.58	|       812 |      45    38430   456120 |    18755      812     18 |  0.051 % |
0.45/0.62	|      1318 |      45    38430   456120 |    20630     1318     17 |  0.051 % |
0.45/0.72	|      2079 |      45    38430   456120 |    22693     2079     17 |  0.051 % |
0.45/0.84	|      3219 |      45    38430   456120 |    24963     3219     17 |  0.051 % |
0.97/1.03	|      4929 |      45    38430   456120 |    27459     4929     17 |  0.051 % |
1.37/1.40	|      7492 |      45    38430   456120 |    30205     7492     17 |  0.051 % |
1.97/2.02	|     11337 |      45    38430   456120 |    33225    11337     17 |  0.051 % |
3.07/3.20	|     17103 |      45    38430   456120 |    36548    17103     16 |  0.051 % |
5.37/5.49	|     25754 |      45    38430   456120 |    40203    25754     16 |  0.051 % |
10.76/10.83	|     38729 |      45    38430   456120 |    44223    38729     16 |  0.051 % |
18.56/18.60	|     58190 |      45    38430   456120 |    48645    26149     15 |  0.051 % |
31.45/31.51	|     87382 |      45    38430   456120 |    53510    18904     15 |  0.051 % |
50.94/51.03	|    131172 |      45    38430   456120 |    58861    21767     14 |  0.051 % |
74.34/74.47	|    196857 |      45    38430   456120 |    64747    41127     14 |  0.100 % |
117.53/117.66	|    295384 |      44    28350   335160 |    71222     8564     15 |  2.273 % |
143.62/143.70	===============================================================================
143.62/143.70	restarts              : 19
143.62/143.70	conflicts             : 359627         (2512 /sec)
143.62/143.70	decisions             : 380172         (1.81 % random) (2656 /sec)
143.62/143.70	propagations          : 2523897        (17632 /sec)
143.62/143.70	conflict literals     : 5095339        (23.74 % deleted)
143.62/143.70	Memory used           : 13.77 MB
143.62/143.70	CPU time              : 143.145 s
143.62/143.70	
143.62/143.70	UNSATISFIABLE
143.62/143.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1806933-1242153615/watcher-1806933-1242153615 -o /tmp/evaluation-result-1806933-1242153615/solver-1806933-1242153615 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1806933-1242153615.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 1.00 1.00 3/64 17049
/proc/meminfo: memFree=1272440/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=1736 CPUtime=0
/proc/17049/stat : 17049 (IUT_BMB_SIM) R 17047 17049 16461 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 243390125 1777664 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/17049/statm: 434 174 90 274 0 157 0

[startup+0.031162 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 17049
/proc/meminfo: memFree=1272440/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=2416 CPUtime=0.02
/proc/17049/stat : 17049 (IUT_BMB_SIM) R 17047 17049 16461 0 -1 4194304 427 0 0 0 2 0 0 0 18 0 1 0 243390125 2473984 410 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17049/statm: 604 410 93 274 0 327 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2416

[startup+0.101168 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 17049
/proc/meminfo: memFree=1272440/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=4212 CPUtime=0.09
/proc/17049/stat : 17049 (IUT_BMB_SIM) R 17047 17049 16461 0 -1 4194304 846 0 0 0 9 0 0 0 18 0 1 0 243390125 4313088 829 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17049/statm: 1053 829 93 274 0 776 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4212

[startup+0.301188 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 17049
/proc/meminfo: memFree=1272440/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.29
/proc/17049/stat : 17049 (IUT_BMB_SIM) R 17047 17049 16461 0 -1 4194304 1490 0 0 0 23 6 0 0 19 0 1 0 243390125 7712768 1473 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/17049/statm: 1883 1473 98 274 0 1606 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7532

[startup+0.701239 s]
/proc/loadavg: 0.99 1.00 1.00 3/64 17049
/proc/meminfo: memFree=1272440/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 7532

[startup+1.50131 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17051
/proc/meminfo: memFree=1260712/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=6244 CPUtime=1.02
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 1657 0 0 0 101 1 0 0 25 0 1 0 243390171 6393856 1407 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 1561 1407 76 170 0 1389 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 13776

[startup+3.10146 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17051
/proc/meminfo: memFree=1259688/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=7216 CPUtime=2.62
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 1894 0 0 0 261 1 0 0 25 0 1 0 243390171 7389184 1644 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 1804 1644 76 170 0 1632 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 14748

[startup+6.30178 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17051
/proc/meminfo: memFree=1258088/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=8384 CPUtime=5.81
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 2180 0 0 0 580 1 0 0 25 0 1 0 243390171 8585216 1930 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 2096 1930 76 170 0 1924 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 15916

[startup+12.7014 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17051
/proc/meminfo: memFree=1256552/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=9752 CPUtime=12.21
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 2509 0 0 0 1219 2 0 0 25 0 1 0 243390171 9986048 2259 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 2438 2259 76 170 0 2266 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 17284

[startup+25.5017 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17051
/proc/meminfo: memFree=1255720/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=10736 CPUtime=25
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 2713 0 0 0 2498 2 0 0 25 0 1 0 243390171 10993664 2463 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 2684 2463 76 170 0 2512 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 18268

[startup+51.1012 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17051
/proc/meminfo: memFree=1254824/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=11812 CPUtime=50.59
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 2973 0 0 0 5057 2 0 0 25 0 1 0 243390171 12095488 2723 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 2953 2723 76 170 0 2781 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 19344

[startup+102.305 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252840/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=13772 CPUtime=101.78
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3387 0 0 0 10175 3 0 0 25 0 1 0 243390171 14102528 3129 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3443 3129 76 170 0 3271 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 21304

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

[startup+127.902 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252776/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=13852 CPUtime=127.37
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3405 0 0 0 12734 3 0 0 25 0 1 0 243390171 14184448 3147 1992294400 134512640 135212939 4294956320 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3463 3147 76 170 0 3291 0
Current children cumulated CPU time (s) 127.82
Current children cumulated vsize (KiB) 21384

[startup+134.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252520/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=14096 CPUtime=133.77
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3473 0 0 0 13374 3 0 0 25 0 1 0 243390171 14434304 3215 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3524 3215 76 170 0 3352 0
Current children cumulated CPU time (s) 134.22
Current children cumulated vsize (KiB) 21628

[startup+140.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252520/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=14096 CPUtime=140.17
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3477 0 0 0 14014 3 0 0 25 0 1 0 243390171 14434304 3219 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3524 3219 76 170 0 3352 0
Current children cumulated CPU time (s) 140.62
Current children cumulated vsize (KiB) 21628

[startup+142.301 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252520/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=14096 CPUtime=141.77
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3478 0 0 0 14174 3 0 0 25 0 1 0 243390171 14434304 3220 1992294400 134512640 135212939 4294956320 18446744073709551615 134523980 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3524 3220 76 170 0 3352 0
Current children cumulated CPU time (s) 142.22
Current children cumulated vsize (KiB) 21628

[startup+143.101 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252520/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=14096 CPUtime=142.57
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3478 0 0 0 14254 3 0 0 25 0 1 0 243390171 14434304 3220 1992294400 134512640 135212939 4294956320 18446744073709551615 134526682 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3524 3220 76 170 0 3352 0
Current children cumulated CPU time (s) 143.02
Current children cumulated vsize (KiB) 21628

[startup+143.501 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252520/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=14096 CPUtime=142.97
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3478 0 0 0 14294 3 0 0 25 0 1 0 243390171 14434304 3220 1992294400 134512640 135212939 4294956320 18446744073709551615 134535940 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3524 3220 76 170 0 3352 0
Current children cumulated CPU time (s) 143.42
Current children cumulated vsize (KiB) 21628

[startup+143.701 s]
/proc/loadavg: 0.99 1.00 1.00 2/66 17053
/proc/meminfo: memFree=1252520/2055920 swapFree=4181464/4192956
[pid=17049] ppid=17047 vsize=7532 CPUtime=0.45
/proc/17049/stat : 17049 (IUT_BMB_SIM) S 17047 17049 16461 0 -1 4194304 1497 0 0 0 30 15 0 0 21 0 1 0 243390125 7712768 1479 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17049/statm: 1883 1479 104 274 0 1606 0
[pid=17051] ppid=17049 vsize=14096 CPUtime=143.17
/proc/17051/stat : 17051 (minisat) R 17049 17049 16461 0 -1 4194304 3478 0 0 0 14314 3 0 0 25 0 1 0 243390171 14434304 3220 1992294400 134512640 135212939 4294956320 18446744073709551615 134529205 0 0 4096 3 0 0 0 17 0 0 0
/proc/17051/statm: 3524 3220 76 170 0 3352 0
Current children cumulated CPU time (s) 143.62
Current children cumulated vsize (KiB) 21628

Child status: 0
Real time (s): 143.713
CPU time (s): 143.652
CPU user time (s): 143.458
CPU system time (s): 0.19397
CPU usage (%): 99.9576
Max. virtual memory (cumulated for all children) (KiB): 21628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.458
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5720
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= 5
involuntary context switches= 302

runsolver used 0.13098 second user time and 0.401938 second system time

The end

Launcher Data

Begin job on node36 at 2009-05-12 20:40:15
IDJOB=1806933
IDBENCH=71131
IDSOLVER=650
FILE ID=node36/1806933-1242153615
PBS_JOBID= 9289685
Free space on /tmp= 66216 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK10.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1806933-1242153615/watcher-1806933-1242153615 -o /tmp/evaluation-result-1806933-1242153615/solver-1806933-1242153615 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1806933-1242153615.cnf HOME

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

MD5SUM BENCH= 6acad6aa08a1137d820dbdd152ca2acc
RANDOM SEED=813700910

node36.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.232
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.232
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:       1272984 kB
Buffers:         72316 kB
Cached:         617784 kB
SwapCached:       5268 kB
Active:         119976 kB
Inactive:       577928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272984 kB
SwapTotal:     4192956 kB
SwapFree:      4181464 kB
Dirty:            3476 kB
Writeback:           0 kB
Mapped:          13504 kB
Slab:            71180 kB
Committed_AS:   861068 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= 66212 MiB
End job on node36 at 2009-05-12 20:42:39