Trace number 1718252

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_SAT 1.0UNSAT 20.1619 20.1717

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.8.unsat.cnf
MD5SUM35a8bbabf9cb954216ad71150cb47290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.9202
Satisfiable
(Un)Satisfiability was proved
Number of variables684
Number of clauses2300
Sum of the clauses size5992
Maximum clause length15
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 2978
Number of clauses of size 31284
Number of clauses of size 416
Number of clauses of size 512
Number of clauses of size over 57

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
0.01/0.03	c WARNING: for repeatability, setting FPU to use double precision
0.01/0.03	c ============================[ Problem Statistics ]=============================
0.01/0.03	c |                                                                             |
0.01/0.03	c |  Number of variables:  684                                                  |
0.01/0.03	c |  Number of clauses:    2267                                                 |
0.01/0.03	c |  Parsing time:         0.00         s                                       |
0.01/0.04	c ============================[ Search Statistics ]==============================
0.01/0.04	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.04	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.04	c ===============================================================================
0.01/0.04	c |         0 |     465     1911     5716 |      637        0    nan |  0.000 % |
0.01/0.04	c |       101 |     465     1911     5716 |      700      101     13 |  0.000 % |
0.01/0.04	c |       253 |     465     1911     5716 |      770      253     19 |  0.006 % |
0.01/0.05	c |       478 |     465     1911     5716 |      847      478     17 |  0.000 % |
0.01/0.06	c |       815 |     465     1911     5716 |      932      815     17 |  0.000 % |
0.01/0.09	c |      1321 |     462     1894     5665 |     1025      817     16 |  0.439 % |
0.02/0.12	c |      2082 |     462     1894     5665 |     1128      900     21 |  0.439 % |
0.02/0.16	c |      3221 |     462     1894     5665 |     1241      861     14 |  0.439 % |
0.02/0.23	c |      4929 |     462     1894     5665 |     1365     1279     20 |  0.439 % |
0.02/0.36	c |      7493 |     462     1894     5665 |     1502      928     15 |  0.439 % |
0.02/0.56	c |     11337 |     462     1894     5665 |     1652     1432     23 |  0.439 % |
0.02/0.91	c |     17103 |     462     1894     5665 |     1817     1099     12 |  0.439 % |
1.38/1.41	c |     25753 |     462     1894     5665 |     1999     1905     21 |  0.439 % |
2.09/2.17	c |     38728 |     459     1886     5633 |     2199     1269     13 |  0.878 % |
3.38/3.42	c |     58191 |     459     1886     5633 |     2419     1909     17 |  0.877 % |
5.38/5.49	c |     87383 |     458     1878     5601 |     2660     2470     15 |  1.024 % |
8.68/8.72	c |    131172 |     457     1874     5585 |     2926     2770     17 |  1.176 % |
13.58/13.63	c |    196858 |     455     1861     5545 |     3219     1704     10 |  1.463 % |
20.07/20.16	c ===============================================================================
20.07/20.16	c restarts              : 18
20.07/20.16	c conflicts             : 283934         (14108 /sec)
20.07/20.16	c decisions             : 327640         (1.17 % random) (16279 /sec)
20.07/20.16	c propagations          : 30467083       (1513822 /sec)
20.07/20.16	c conflict literals     : 5843083        (42.59 % deleted)
20.07/20.16	c Memory used           : 2.78 MB
20.07/20.16	c CPU time              : 20.1259 s
20.07/20.16	
20.07/20.16	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-1718252-1240634875/watcher-1718252-1240634875 -o /tmp/evaluation-result-1718252-1240634875/solver-1718252-1240634875 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1718252-1240634875.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.17 1.01 1.00 3/65 15847
/proc/meminfo: memFree=1301056/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1284 CPUtime=0
/proc/15847/stat : 15847 (IUT_BMB_SAT) R 15845 15847 14903 0 -1 4194304 138 0 0 0 0 0 0 0 20 0 1 0 91516434 1314816 121 1992294400 134512640 135635285 4294956208 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 1 0 0
/proc/15847/statm: 321 124 93 274 0 44 0

[startup+0.0252111 s]
/proc/loadavg: 1.17 1.01 1.00 3/65 15847
/proc/meminfo: memFree=1301056/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.01
/proc/15847/stat : 15847 (IUT_BMB_SAT) R 15845 15847 14903 0 -1 4194304 232 0 0 0 1 0 0 0 20 0 1 0 91516434 1720320 215 1992294400 134512640 135635285 4294956208 18446744073709551615 135132478 0 0 4096 0 0 0 0 17 1 0 0
/proc/15847/statm: 420 215 101 274 0 143 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1680

[startup+0.101227 s]
/proc/loadavg: 1.17 1.01 1.00 3/65 15847
/proc/meminfo: memFree=1301056/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680

[startup+0.301267 s]
/proc/loadavg: 1.17 1.01 1.00 3/65 15847
/proc/meminfo: memFree=1301056/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680

[startup+0.701348 s]
/proc/loadavg: 1.17 1.01 1.00 3/65 15847
/proc/meminfo: memFree=1301056/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1680

[startup+1.50251 s]
/proc/loadavg: 1.17 1.01 1.00 2/68 15850
/proc/meminfo: memFree=1299624/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2448 CPUtime=1.46
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 272 0 0 0 146 0 0 0 25 0 1 0 91516437 2506752 252 1992294400 134512640 135243223 4294956304 18446744073709551615 134555570 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 612 252 84 178 0 432 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9484

[startup+3.10184 s]
/proc/loadavg: 1.16 1.01 1.00 2/68 15850
/proc/meminfo: memFree=1299432/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2580 CPUtime=3.06
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 302 0 0 0 306 0 0 0 25 0 1 0 91516437 2641920 282 1992294400 134512640 135243223 4294956304 18446744073709551615 134555907 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 645 282 84 178 0 465 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9616

[startup+6.30149 s]
/proc/loadavg: 1.16 1.01 1.00 2/68 15850
/proc/meminfo: memFree=1299240/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2580 CPUtime=6.26
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 306 0 0 0 626 0 0 0 25 0 1 0 91516437 2641920 286 1992294400 134512640 135243223 4294956304 18446744073709551615 134555729 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 645 286 84 178 0 465 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9616

[startup+12.7018 s]
/proc/loadavg: 1.13 1.00 1.00 2/68 15850
/proc/meminfo: memFree=1299048/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2712 CPUtime=12.66
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 345 0 0 0 1266 0 0 0 25 0 1 0 91516437 2777088 325 1992294400 134512640 135243223 4294956304 18446744073709551615 134555947 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 678 325 84 178 0 498 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 9748

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

[startup+15.9014 s]
/proc/loadavg: 1.13 1.00 1.00 2/68 15850
/proc/meminfo: memFree=1298920/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2844 CPUtime=15.86
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 358 0 0 0 1586 0 0 0 25 0 1 0 91516437 2912256 338 1992294400 134512640 135243223 4294956304 18446744073709551615 134555693 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 711 338 84 178 0 531 0
Current children cumulated CPU time (s) 15.88
Current children cumulated vsize (KiB) 9880

[startup+17.5028 s]
/proc/loadavg: 1.12 1.00 1.00 2/68 15850
/proc/meminfo: memFree=1298920/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2844 CPUtime=17.46
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 358 0 0 0 1746 0 0 0 25 0 1 0 91516437 2912256 338 1992294400 134512640 135243223 4294956304 18446744073709551615 134555658 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 711 338 84 178 0 531 0
Current children cumulated CPU time (s) 17.48
Current children cumulated vsize (KiB) 9880

[startup+19.1011 s]
/proc/loadavg: 1.12 1.00 1.00 2/68 15850
/proc/meminfo: memFree=1298984/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2844 CPUtime=19.05
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 371 0 0 0 1905 0 0 0 25 0 1 0 91516437 2912256 351 1992294400 134512640 135243223 4294956304 18446744073709551615 134564945 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 711 351 84 178 0 531 0
Current children cumulated CPU time (s) 19.07
Current children cumulated vsize (KiB) 9880

[startup+19.9013 s]
/proc/loadavg: 1.12 1.00 1.00 2/68 15850
/proc/meminfo: memFree=1298920/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2844 CPUtime=19.85
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 371 0 0 0 1985 0 0 0 25 0 1 0 91516437 2912256 351 1992294400 134512640 135243223 4294956304 18446744073709551615 134555632 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 711 351 84 178 0 531 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 9880

[startup+20.1013 s]
/proc/loadavg: 1.12 1.00 1.00 2/68 15850
/proc/meminfo: memFree=1298920/2055920 swapFree=4181392/4192956
[pid=15847] ppid=15845 vsize=1680 CPUtime=0.02
/proc/15847/stat : 15847 (IUT_BMB_SAT) S 15845 15847 14903 0 -1 4194304 238 0 0 0 2 0 0 0 20 0 1 0 91516434 1720320 220 1992294400 134512640 135635285 4294956208 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/15847/statm: 420 220 106 274 0 143 0
[pid=15849] ppid=15847 vsize=5356 CPUtime=0
/proc/15849/stat : 15849 (sh) S 15847 15847 14903 0 -1 4194304 270 0 0 0 0 0 0 0 18 0 1 0 91516437 5484544 232 1992294400 4194304 4889804 548682068880 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15849/statm: 1339 232 193 169 0 50 0
[pid=15850] ppid=15849 vsize=2844 CPUtime=20.05
/proc/15850/stat : 15850 (minisat) R 15849 15847 14903 0 -1 4194304 371 0 0 0 2005 0 0 0 25 0 1 0 91516437 2912256 351 1992294400 134512640 135243223 4294956304 18446744073709551615 134555707 0 0 4096 3 0 0 0 17 1 0 0
/proc/15850/statm: 711 351 84 178 0 531 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 9880

Child status: 0
Real time (s): 20.1717
CPU time (s): 20.1619
CPU user time (s): 20.1519
CPU system time (s): 0.009998
CPU usage (%): 99.9516
Max. virtual memory (cumulated for all children) (KiB): 9880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1519
system time used= 0.009998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 987
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= 8
involuntary context switches= 23

runsolver used 0.022996 second user time and 0.058991 second system time

The end

Launcher Data

Begin job on node80 at 2009-04-25 06:47:55
IDJOB=1718252
IDBENCH=20473
IDSOLVER=523
FILE ID=node80/1718252-1240634875
PBS_JOBID= 9186383
Free space on /tmp= 66156 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718252-1240634875/watcher-1718252-1240634875 -o /tmp/evaluation-result-1718252-1240634875/solver-1718252-1240634875 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1718252-1240634875.cnf HOME

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

MD5SUM BENCH= 35a8bbabf9cb954216ad71150cb47290
RANDOM SEED=1610216208

node80.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.270
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.270
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1301536 kB
Buffers:         72504 kB
Cached:         602856 kB
SwapCached:       6340 kB
Active:         176536 kB
Inactive:       507572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301536 kB
SwapTotal:     4192956 kB
SwapFree:      4181392 kB
Dirty:            2428 kB
Writeback:           0 kB
Mapped:          13396 kB
Slab:            56236 kB
Committed_AS:   275800 kB
PageTables:       1384 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= 66152 MiB
End job on node80 at 2009-04-25 06:48:15