Trace number 1797529

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? (MO) 486.14 486.414

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
144.89/145.05	This is MiniSat 2.0 beta
144.89/145.05	WARNING: for repeatability, setting FPU to use double precision
144.89/145.05	============================[ Problem Statistics ]=============================
144.89/145.05	|                                                                             |
144.89/145.05	|  Number of variables:  306095                                               |
144.89/145.05	|  Number of clauses:    6069067                                              |
148.54/148.80	|  Parsing time:         3.27         s                                       |
148.73/148.99	============================[ Search Statistics ]==============================
148.73/148.99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
148.73/148.99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
148.73/148.99	===============================================================================
148.73/148.99	|         0 |  306093  6069067 17675656 |  2023022        0    nan |  0.000 % |
149.63/149.85	|       100 |  306093  6069067 17675656 |  2225324      100     48 |  0.000 % |
150.43/150.67	|       250 |  306093  6069067 17675656 |  2447857      250     48 |  0.000 % |
150.93/151.19	|       476 |  306093  6069067 17675656 |  2692642      476     45 |  0.000 % |
152.03/152.25	|       813 |  306093  6069067 17675656 |  2961906      813     52 |  0.000 % |
152.83/153.08	|      1320 |  306093  6069067 17675656 |  3258097     1320     50 |  0.000 % |
153.74/153.93	|      2079 |  306093  6069067 17675656 |  3583907     2079     48 |  0.000 % |
155.43/155.69	|      3222 |  306093  6069067 17675656 |  3942298     3222     50 |  0.000 % |
157.73/157.90	|      4930 |  306093  6069067 17675656 |  4336528     4930     58 |  0.000 % |
164.02/164.20	|      7492 |  306093  6069067 17675656 |  4770180     7492     70 |  0.000 % |
167.82/168.02	|     11337 |  306093  6069067 17675656 |  5247198    11337     91 |  0.000 % |
178.90/179.17	|     17103 |  306093  6069067 17675656 |  5771918    17103    111 |  0.000 % |
190.39/190.64	|     25752 |  306093  6069067 17675656 |  6349110    25752    102 |  0.000 % |
203.48/203.72	|     38726 |  306093  6069067 17675656 |  6984021    38726    102 |  0.000 % |
230.77/231.01	|     58187 |  306093  6069067 17675656 |  7682423    58187     98 |  0.000 % |
266.75/267.00	|     87380 |  306093  6069067 17675656 |  8450666    87380     91 |  0.000 % |
322.71/323.00	|    131170 |  306093  6069067 17675656 |  9295732   131170     82 |  0.000 % |
418.75/419.20	|    196857 |  306093  6069067 17675656 | 10225306   196857    107 |  0.000 % |

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-1797529-1242076785/watcher-1797529-1242076785 -o /tmp/evaluation-result-1797529-1242076785/solver-1797529-1242076785 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797529-1242076785.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: 1.01 1.00 1.00 3/64 7746
/proc/meminfo: memFree=1353336/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=72408 CPUtime=0
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 172 0 0 0 0 0 0 0 18 0 1 0 235712904 74145792 155 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 18102 156 90 274 0 17825 0

[startup+0.0355809 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 7746
/proc/meminfo: memFree=1353336/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=72408 CPUtime=0.03
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 675 0 0 0 3 0 0 0 18 0 1 0 235712904 74145792 658 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 18102 658 90 274 0 17825 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 72408

[startup+0.101595 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 7746
/proc/meminfo: memFree=1353336/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=72408 CPUtime=0.09
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 1763 0 0 0 9 0 0 0 18 0 1 0 235712904 74145792 1746 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 18102 1747 90 274 0 17825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 72408

[startup+0.301638 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 7746
/proc/meminfo: memFree=1353336/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=72408 CPUtime=0.29
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 5049 0 0 0 28 1 0 0 20 0 1 0 235712904 74145792 5032 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 18102 5033 90 274 0 17825 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72408

[startup+0.701724 s]
/proc/loadavg: 1.01 1.00 1.00 3/64 7746
/proc/meminfo: memFree=1353336/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=72408 CPUtime=0.69
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 11622 0 0 0 65 4 0 0 24 0 1 0 235712904 74145792 11605 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 18102 11606 90 274 0 17825 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72408

[startup+1.50189 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 7747
/proc/meminfo: memFree=1288624/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=136368 CPUtime=1.49
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 33913 0 0 0 136 13 0 0 25 0 1 0 235712904 139640832 33897 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 34092 33897 97 274 0 33815 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 136368

[startup+3.10124 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 7747
/proc/meminfo: memFree=1214064/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=155796 CPUtime=3.09
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 38767 0 0 0 293 16 0 0 25 0 1 0 235712904 159535104 38750 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 38949 38750 97 274 0 38672 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 155796

[startup+6.30192 s]
/proc/loadavg: 1.09 1.02 1.01 2/65 7747
/proc/meminfo: memFree=1177328/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=190464 CPUtime=6.29
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 47414 0 0 0 608 21 0 0 25 0 1 0 235712904 195035136 47397 1992294400 134512640 135635349 4294956224 18446744073709551615 134528279 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 47616 47397 97 274 0 47339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 190464

[startup+12.7023 s]
/proc/loadavg: 1.08 1.02 1.00 2/65 7747
/proc/meminfo: memFree=1111536/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=254012 CPUtime=12.69
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 63162 0 0 0 1242 27 0 0 25 0 1 0 235712904 260108288 63145 1992294400 134512640 135635349 4294956224 18446744073709551615 134534177 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 63503 63145 97 274 0 63226 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 254012

[startup+25.501 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 7747
/proc/meminfo: memFree=993840/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=368564 CPUtime=25.48
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 91569 0 0 0 2506 42 0 0 25 0 1 0 235712904 377409536 91552 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 92141 91552 97 274 0 91864 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 368564

[startup+51.1015 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 7747
/proc/meminfo: memFree=776688/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=590548 CPUtime=51.07
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 146471 0 0 0 5037 70 0 0 25 0 1 0 235712904 604721152 146388 1992294400 134512640 135635349 4294956224 18446744073709551615 134531357 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 147637 146388 97 274 0 147360 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 590548

[startup+102.306 s]
/proc/loadavg: 1.05 1.02 1.00 2/65 7747
/proc/meminfo: memFree=194544/2055920 swapFree=4093372/4192956
[pid=7746] ppid=7744 vsize=1167880 CPUtime=102.24
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4194304 290815 0 0 0 10093 131 0 0 25 0 1 0 235712904 1195909120 290600 1992294400 134512640 135635349 4294956224 18446744073709551615 135072743 0 0 4096 0 0 0 0 17 0 0 0
/proc/7746/statm: 291970 290600 97 274 0 291693 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1167880

[startup+162.301 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 7748
/proc/meminfo: memFree=15464/2055920 swapFree=4176708/4192956
[pid=7746] ppid=7744 vsize=1231948 CPUtime=144.89
/proc/7746/stat : 7746 (IUT_BMB_SIM) S 7744 7746 7523 0 -1 4194304 308434 0 0 0 12225 2264 0 0 25 0 1 0 235712904 1261514752 306657 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7746/statm: 307987 306657 105 274 0 307710 0
[pid=7748] ppid=7746 vsize=283064 CPUtime=17.23
/proc/7748/stat : 7748 (minisat) R 7746 7746 7523 0 -1 4194304 68389 0 0 0 1673 50 0 0 25 0 1 0 235727400 289857536 68139 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7748/statm: 70766 68139 77 170 0 70594 0
Current children cumulated CPU time (s) 162.12
Current children cumulated vsize (KiB) 1515012

[startup+222.301 s]
/proc/loadavg: 1.12 1.05 1.01 2/66 7748
/proc/meminfo: memFree=15528/2055920 swapFree=4176708/4192956
[pid=7746] ppid=7744 vsize=1231948 CPUtime=144.89
/proc/7746/stat : 7746 (IUT_BMB_SIM) S 7744 7746 7523 0 -1 4194304 308434 0 0 0 12225 2264 0 0 25 0 1 0 235712904 1261514752 306657 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7746/statm: 307987 306657 105 274 0 307710 0
[pid=7748] ppid=7746 vsize=303836 CPUtime=77.19
/proc/7748/stat : 7748 (minisat) R 7746 7746 7523 0 -1 4194304 73557 0 0 0 7663 56 0 0 25 0 1 0 235727400 311128064 73307 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7748/statm: 75959 73307 77 170 0 75787 0
Current children cumulated CPU time (s) 222.08
Current children cumulated vsize (KiB) 1535784

[startup+282.301 s]
/proc/loadavg: 1.12 1.06 1.01 2/66 7748
/proc/meminfo: memFree=15592/2055920 swapFree=4176732/4192956
[pid=7746] ppid=7744 vsize=1231948 CPUtime=144.89
/proc/7746/stat : 7746 (IUT_BMB_SIM) S 7744 7746 7523 0 -1 4194304 308434 0 0 0 12225 2264 0 0 25 0 1 0 235712904 1261514752 306657 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7746/statm: 307987 306657 105 274 0 307710 0
[pid=7748] ppid=7746 vsize=319512 CPUtime=137.14
/proc/7748/stat : 7748 (minisat) R 7746 7746 7523 0 -1 4194304 77414 0 0 0 13655 59 0 0 25 0 1 0 235727400 327180288 77164 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7748/statm: 79878 77164 77 170 0 79706 0
Current children cumulated CPU time (s) 282.03
Current children cumulated vsize (KiB) 1551460

[startup+342.302 s]
/proc/loadavg: 1.07 1.06 1.00 2/66 7748
/proc/meminfo: memFree=15912/2055920 swapFree=4176732/4192956
[pid=7746] ppid=7744 vsize=1231948 CPUtime=144.89
/proc/7746/stat : 7746 (IUT_BMB_SIM) S 7744 7746 7523 0 -1 4194304 308434 0 0 0 12225 2264 0 0 25 0 1 0 235712904 1261514752 306657 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7746/statm: 307987 306657 105 274 0 307710 0
[pid=7748] ppid=7746 vsize=332860 CPUtime=197.11
/proc/7748/stat : 7748 (minisat) R 7746 7746 7523 0 -1 4194304 80744 0 0 0 19648 63 0 0 25 0 1 0 235727400 340848640 80494 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/7748/statm: 83215 80494 77 170 0 83043 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 1564808

[startup+402.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 7748
/proc/meminfo: memFree=16232/2055920 swapFree=4176732/4192956
[pid=7746] ppid=7744 vsize=1231948 CPUtime=144.89
/proc/7746/stat : 7746 (IUT_BMB_SIM) S 7744 7746 7523 0 -1 4194304 308434 0 0 0 12225 2264 0 0 25 0 1 0 235712904 1261514752 306657 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7746/statm: 307987 306657 105 274 0 307710 0
[pid=7748] ppid=7746 vsize=359704 CPUtime=257.08
/proc/7748/stat : 7748 (minisat) R 7746 7746 7523 0 -1 4194304 87503 0 0 0 25638 70 0 0 25 0 1 0 235727400 368336896 87245 1992294400 134512640 135212939 4294956320 18446744073709551615 134526833 0 0 4096 3 0 0 0 17 0 0 0
/proc/7748/statm: 89926 87245 77 170 0 89754 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 1591652

[startup+462.302 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 7748
/proc/meminfo: memFree=15464/2055920 swapFree=4176732/4192956
[pid=7746] ppid=7744 vsize=1231948 CPUtime=144.89
/proc/7746/stat : 7746 (IUT_BMB_SIM) S 7744 7746 7523 0 -1 4194304 308434 0 0 0 12225 2264 0 0 25 0 1 0 235712904 1261514752 306657 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7746/statm: 307987 306657 105 274 0 307710 0
[pid=7748] ppid=7746 vsize=499248 CPUtime=317.04
/proc/7748/stat : 7748 (minisat) R 7746 7746 7523 0 -1 4194304 122291 0 0 0 31616 88 0 0 25 0 1 0 235727400 511229952 122033 1992294400 134512640 135212939 4294956320 18446744073709551615 134529346 0 0 4096 3 0 0 0 17 0 0 0
/proc/7748/statm: 124812 122033 77 170 0 124640 0
Current children cumulated CPU time (s) 461.93
Current children cumulated vsize (KiB) 1731196



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+486.206 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 7748
/proc/meminfo: memFree=15464/2055920 swapFree=4176732/4192956
[pid=7746] ppid=7744 vsize=1231948 CPUtime=144.89
/proc/7746/stat : 7746 (IUT_BMB_SIM) S 7744 7746 7523 0 -1 4194304 308434 0 0 0 12225 2264 0 0 25 0 1 0 235712904 1261514752 306657 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/7746/statm: 307987 306657 105 274 0 307710 0
[pid=7748] ppid=7746 vsize=611468 CPUtime=340.94
/proc/7748/stat : 7748 (minisat) R 7746 7746 7523 0 -1 4194304 150340 0 0 0 33993 101 0 0 25 0 1 0 235727400 626143232 150082 1992294400 134512640 135212939 4294956320 18446744073709551615 134539595 0 0 4096 3 0 0 0 17 0 0 0
/proc/7748/statm: 152867 150082 77 170 0 152695 0
Current children cumulated CPU time (s) 485.83
Current children cumulated vsize (KiB) 1843416

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+486.402 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 7748
/proc/meminfo: memFree=15464/2055920 swapFree=4176732/4192956
[pid=7746] ppid=7744 vsize=0 CPUtime=145.08
/proc/7746/stat : 7746 (IUT_BMB_SIM) R 7744 7746 7523 0 -1 4195332 308434 0 0 0 12225 2283 0 0 18 0 1 0 235712904 0 0 1992294400 0 0 0 0 0 0 65536 4102 0 0 0 0 17 1 0 0
/proc/7746/statm: 0 0 0 0 0 0 0
[pid=7748] ppid=7746 vsize=0 CPUtime=341.06
/proc/7748/stat : 7748 (minisat) Z 7746 7746 7523 0 -1 4195340 150341 0 0 0 33993 113 0 0 25 0 1 0 235727400 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744071563351923 0 0 17 0 0 0
/proc/7748/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 486.14
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7746 and gives
#  childrusage.ru_utime.tv_sec=122
#  childrusage.ru_utime.tv_usec=250415
#  childrusage.ru_stime.tv_sec=22
#  childrusage.ru_stime.tv_usec=843527
# CPU time returned by wait4() is 145.094
# while last known CPU time is 486.14
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 486.414
CPU time (s): 486.14
CPU user time (s): 462.18
CPU system time (s): 23.96
CPU usage (%): 99.9437
Max. virtual memory (cumulated for all children) (KiB): 1843416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.25
system time used= 22.8435
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 308434
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= 9
involuntary context switches= 386

runsolver used 0.475927 second user time and 1.3078 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-11 23:19:52
IDJOB=1797529
IDBENCH=20580
IDSOLVER=650
FILE ID=node10/1797529-1242076785
PBS_JOBID= 9277612
Free space on /tmp= 66240 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797529-1242076785/watcher-1797529-1242076785 -o /tmp/evaluation-result-1797529-1242076785/solver-1797529-1242076785 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797529-1242076785.cnf HOME

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=494488754

node10.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.263
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	: 5931.00
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.263
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:       1353688 kB
Buffers:         66940 kB
Cached:         474248 kB
SwapCached:      94408 kB
Active:         318948 kB
Inactive:       317968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1353688 kB
SwapTotal:     4192956 kB
SwapFree:      4093372 kB
Dirty:          134032 kB
Writeback:           0 kB
Mapped:          14108 kB
Slab:            51224 kB
Committed_AS:   792912 kB
PageTables:       1372 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= 66108 MiB
End job on node10 at 2009-05-11 23:28:01