Trace number 1797508

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 88.5065 88.5559

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark68.5476
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.02/0.04	This is MiniSat 2.0 beta
0.02/0.04	WARNING: for repeatability, setting FPU to use double precision
0.02/0.04	============================[ Problem Statistics ]=============================
0.02/0.04	|                                                                             |
0.02/0.04	|  Number of variables:  892                                                  |
0.02/0.04	|  Number of clauses:    2969                                                 |
0.02/0.04	|  Parsing time:         0.00         s                                       |
0.02/0.04	============================[ Search Statistics ]==============================
0.02/0.04	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.02/0.04	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.02/0.04	===============================================================================
0.02/0.04	|         0 |     892     2969     7754 |      989        0    nan |  0.000 % |
0.02/0.04	|       100 |     892     2969     7754 |     1088      100     23 |  0.000 % |
0.02/0.05	|       250 |     888     2953     7717 |     1197      249     16 |  0.449 % |
0.02/0.05	|       475 |     887     2951     7711 |     1317      463     22 |  0.561 % |
0.02/0.06	|       813 |     887     2951     7711 |     1448      801     16 |  0.561 % |
0.02/0.09	|      1321 |     887     2951     7711 |     1593     1309     25 |  0.561 % |
0.03/0.15	|      2080 |     887     2951     7711 |     1753     1214     21 |  0.561 % |
0.03/0.21	|      3219 |     887     2951     7711 |     1928     1297     27 |  0.568 % |
0.03/0.32	|      4927 |     887     2951     7711 |     2121     1946     24 |  0.562 % |
0.03/0.49	|      7490 |     887     2951     7711 |     2333     1992     32 |  0.562 % |
0.03/0.85	|     11334 |     887     2951     7711 |     2566     1996     25 |  0.561 % |
1.28/1.40	|     17103 |     887     2951     7711 |     2823     2300     18 |  0.561 % |
2.18/2.24	|     25753 |     887     2951     7711 |     3105     1941     14 |  0.562 % |
3.18/3.30	|     38728 |     887     2951     7711 |     3416     2904     24 |  0.561 % |
4.88/4.94	|     58189 |     887     2951     7711 |     3758     2119     20 |  0.562 % |
7.58/7.62	|     87381 |     887     2951     7711 |     4134     2808     26 |  0.568 % |
11.57/11.66	|    131171 |     887     2951     7711 |     4547     2309     22 |  0.561 % |
18.57/18.65	|    196856 |     887     2951     7711 |     5002     3969     16 |  0.561 % |
28.76/28.85	|    295382 |     887     2951     7711 |     5502     3791     24 |  0.562 % |
46.35/46.42	|    443171 |     887     2951     7711 |     6052     5738     36 |  0.568 % |
74.24/74.31	|    664854 |     882     2922     7645 |     6657     3862     17 |  1.122 % |
88.43/88.55	===============================================================================
88.43/88.55	restarts              : 21
88.43/88.55	conflicts             : 785874         (8884 /sec)
88.43/88.55	decisions             : 930935         (1.02 % random) (10524 /sec)
88.43/88.55	propagations          : 131526096      (1486901 /sec)
88.43/88.55	conflict literals     : 24809088       (43.07 % deleted)
88.43/88.55	Memory used           : 4.03 MB
88.43/88.55	CPU time              : 88.4566 s
88.43/88.55	
88.43/88.55	UNSATISFIABLE
88.43/88.55	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-1797508-1242075462/watcher-1797508-1242075462 -o /tmp/evaluation-result-1797508-1242075462/solver-1797508-1242075462 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797508-1242075462.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 4065
/proc/meminfo: memFree=1179912/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1416 CPUtime=0
/proc/4065/stat : 4065 (IUT_BMB_SIM) R 4063 4065 3932 0 -1 4194304 179 0 0 0 0 0 0 0 18 0 1 0 235579870 1449984 162 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/4065/statm: 354 163 99 274 0 77 0

[startup+0.0327131 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4065
/proc/meminfo: memFree=1179912/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.02
/proc/4065/stat : 4065 (IUT_BMB_SIM) R 4063 4065 3932 0 -1 4194304 261 0 0 0 2 0 0 0 18 0 1 0 235579870 1843200 244 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/4065/statm: 450 244 101 274 0 173 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1800

[startup+0.102725 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4065
/proc/meminfo: memFree=1179912/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1800

[startup+0.301744 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4065
/proc/meminfo: memFree=1179912/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1800

[startup+0.702791 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4065
/proc/meminfo: memFree=1179912/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1800

[startup+1.50188 s]
/proc/loadavg: 1.15 1.02 1.01 2/66 4067
/proc/meminfo: memFree=1178424/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=2548 CPUtime=1.45
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 532 0 0 0 145 0 0 0 25 0 1 0 235579873 2609152 282 1992294400 134512640 135212939 4294956320 18446744073709551615 134536040 0 0 4096 3 0 0 0 17 1 0 0
/proc/4067/statm: 637 282 76 170 0 465 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 4348

[startup+3.10107 s]
/proc/loadavg: 1.15 1.02 1.01 2/66 4067
/proc/meminfo: memFree=1178296/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=2680 CPUtime=3.05
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 577 0 0 0 305 0 0 0 25 0 1 0 235579873 2744320 327 1992294400 134512640 135212939 4294956320 18446744073709551615 134526680 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 670 327 76 170 0 498 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 4480

[startup+6.30144 s]
/proc/loadavg: 1.14 1.02 1.00 2/66 4067
/proc/meminfo: memFree=1177784/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=2944 CPUtime=6.25
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 625 0 0 0 625 0 0 0 25 0 1 0 235579873 3014656 375 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 736 375 76 170 0 564 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4744

[startup+12.7012 s]
/proc/loadavg: 1.13 1.02 1.00 2/66 4067
/proc/meminfo: memFree=1177400/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=3208 CPUtime=12.64
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 706 0 0 0 1264 0 0 0 25 0 1 0 235579873 3284992 456 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 802 456 76 170 0 630 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 5008

[startup+25.5017 s]
/proc/loadavg: 1.10 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1177208/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=3596 CPUtime=25.43
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 801 0 0 0 2543 0 0 0 25 0 1 0 235579873 3682304 551 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 899 551 76 170 0 727 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 5396

[startup+51.1017 s]
/proc/loadavg: 1.07 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176696/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=51.02
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 918 0 0 0 5102 0 0 0 25 0 1 0 235579873 4222976 668 1992294400 134512640 135212939 4294956320 18446744073709551615 134529366 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 668 76 170 0 859 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 5924

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

[startup+63.9012 s]
/proc/loadavg: 1.06 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176696/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=63.81
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 934 0 0 0 6381 0 0 0 25 0 1 0 235579873 4222976 684 1992294400 134512640 135212939 4294956320 18446744073709551615 134537400 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 684 76 170 0 859 0
Current children cumulated CPU time (s) 63.84
Current children cumulated vsize (KiB) 5924

[startup+76.7016 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176696/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=76.6
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 934 0 0 0 7660 0 0 0 25 0 1 0 235579873 4222976 684 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 684 76 170 0 859 0
Current children cumulated CPU time (s) 76.63
Current children cumulated vsize (KiB) 5924

[startup+83.1014 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176568/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=83
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 934 0 0 0 8300 0 0 0 25 0 1 0 235579873 4222976 684 1992294400 134512640 135212939 4294956320 18446744073709551615 134536389 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 684 76 170 0 859 0
Current children cumulated CPU time (s) 83.03
Current children cumulated vsize (KiB) 5924

[startup+86.3028 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176568/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=86.2
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 934 0 0 0 8620 0 0 0 25 0 1 0 235579873 4222976 684 1992294400 134512640 135212939 4294956320 18446744073709551615 134526668 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 684 76 170 0 859 0
Current children cumulated CPU time (s) 86.23
Current children cumulated vsize (KiB) 5924

[startup+87.9019 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176568/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=87.81
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 934 0 0 0 8781 0 0 0 25 0 1 0 235579873 4222976 684 1992294400 134512640 135212939 4294956320 18446744073709551615 134529466 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 684 76 170 0 859 0
Current children cumulated CPU time (s) 87.84
Current children cumulated vsize (KiB) 5924

[startup+88.302 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176568/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=88.2
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 934 0 0 0 8820 0 0 0 25 0 1 0 235579873 4222976 684 1992294400 134512640 135212939 4294956320 18446744073709551615 134537394 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 684 76 170 0 859 0
Current children cumulated CPU time (s) 88.23
Current children cumulated vsize (KiB) 5924

[startup+88.502 s]
/proc/loadavg: 1.04 1.01 1.00 2/66 4067
/proc/meminfo: memFree=1176568/2055920 swapFree=4182092/4192956
[pid=4065] ppid=4063 vsize=1800 CPUtime=0.03
/proc/4065/stat : 4065 (IUT_BMB_SIM) S 4063 4065 3932 0 -1 4194304 267 0 0 0 2 1 0 0 18 0 1 0 235579870 1843200 249 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/4065/statm: 450 249 106 274 0 173 0
[pid=4067] ppid=4065 vsize=4124 CPUtime=88.4
/proc/4067/stat : 4067 (minisat) R 4065 4065 3932 0 -1 4194304 934 0 0 0 8840 0 0 0 25 0 1 0 235579873 4222976 684 1992294400 134512640 135212939 4294956320 18446744073709551615 134527273 0 0 4096 3 0 0 0 17 0 0 0
/proc/4067/statm: 1031 684 76 170 0 859 0
Current children cumulated CPU time (s) 88.43
Current children cumulated vsize (KiB) 5924

Child status: 0
Real time (s): 88.5559
CPU time (s): 88.5065
CPU user time (s): 88.4825
CPU system time (s): 0.023996
CPU usage (%): 99.9443
Max. virtual memory (cumulated for all children) (KiB): 5924

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

runsolver used 0.110983 second user time and 0.222966 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-11 22:57:42
IDJOB=1797508
IDBENCH=20471
IDSOLVER=650
FILE ID=node11/1797508-1242075462
PBS_JOBID= 9277632
Free space on /tmp= 66212 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797508-1242075462/watcher-1797508-1242075462 -o /tmp/evaluation-result-1797508-1242075462/solver-1797508-1242075462 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797508-1242075462.cnf HOME

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=743898611

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:       1180456 kB
Buffers:         69376 kB
Cached:         724236 kB
SwapCached:       4708 kB
Active:         204772 kB
Inactive:       596720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1180456 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:            2220 kB
Writeback:           0 kB
Mapped:          14412 kB
Slab:            59988 kB
Committed_AS:   816012 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 22:59:11