Trace number 1797528

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) 351.08 351.534

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.cnf
MD5SUM776da55785376fd8eac6989ca812b102
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 variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
170.60/170.99	This is MiniSat 2.0 beta
170.60/170.99	WARNING: for repeatability, setting FPU to use double precision
170.60/170.99	============================[ Problem Statistics ]=============================
170.60/170.99	|                                                                             |
170.60/170.99	|  Number of variables:  371419                                               |
170.60/170.99	|  Number of clauses:    7170865                                              |
175.03/175.40	|  Parsing time:         3.88         s                                       |
175.23/175.63	============================[ Search Statistics ]==============================
175.23/175.63	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
175.23/175.63	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
175.23/175.63	===============================================================================
175.23/175.63	|         0 |  371417  7170865 20872313 |  2390288        0    nan |  0.000 % |
175.72/176.17	|       101 |  371417  7170865 20872313 |  2629317      101     95 |  0.000 % |
176.22/176.63	|       251 |  371417  7170865 20872313 |  2892248      251     56 |  0.000 % |
177.81/178.26	|       476 |  371417  7170865 20872313 |  3181473      476     44 |  0.000 % |
179.41/179.82	|       813 |  371417  7170865 20872313 |  3499621      813     48 |  0.000 % |
180.41/180.84	|      1319 |  371417  7170865 20872313 |  3849583     1319     51 |  0.000 % |
181.91/182.39	|      2080 |  371417  7170865 20872313 |  4234541     2080     51 |  0.000 % |
182.91/183.31	|      3219 |  371417  7170865 20872313 |  4657995     3219     48 |  0.000 % |
185.21/185.67	|      4927 |  371417  7170865 20872313 |  5123795     4927    107 |  0.000 % |
188.41/188.88	|      7491 |  371417  7170865 20872313 |  5636174     7491     90 |  0.000 % |
192.50/192.97	|     11336 |  371417  7170865 20872313 |  6199792    11336     83 |  0.000 % |
197.69/198.13	|     17102 |  371417  7170865 20872313 |  6819771    17102     77 |  0.000 % |
206.29/206.79	|     25753 |  371417  7170865 20872313 |  7501748    25753     74 |  0.000 % |
216.98/217.41	|     38728 |  371417  7170865 20872313 |  8251923    38728     69 |  0.000 % |
236.26/236.75	|     58189 |  371417  7170865 20872313 |  9077115    58189     66 |  0.000 % |
272.84/273.31	|     87381 |  371417  7170865 20872313 |  9984827    87381     72 |  0.000 % |
338.72/339.29	|    131170 |  371417  7170865 20872313 | 10983310   131170     92 |  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-1797528-1242076752/watcher-1797528-1242076752 -o /tmp/evaluation-result-1797528-1242076752/solver-1797528-1242076752 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797528-1242076752.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.00 1.00 1.00 3/64 28006
/proc/meminfo: memFree=965168/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=85320 CPUtime=0
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 235702212 87367680 169 1992294400 134512640 135635349 4294956224 18446744073709551615 134535407 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 21330 169 90 274 0 21053 0

[startup+0.0641019 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28006
/proc/meminfo: memFree=965168/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=85320 CPUtime=0.06
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 1151 0 0 0 6 0 0 0 18 0 1 0 235702212 87367680 1134 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 21330 1135 90 274 0 21053 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85320

[startup+0.101105 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28006
/proc/meminfo: memFree=965168/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=85320 CPUtime=0.09
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 1759 0 0 0 9 0 0 0 18 0 1 0 235702212 87367680 1742 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 21330 1743 90 274 0 21053 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 85320

[startup+0.301124 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28006
/proc/meminfo: memFree=965168/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=85320 CPUtime=0.29
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 5039 0 0 0 28 1 0 0 19 0 1 0 235702212 87367680 5022 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 21330 5023 90 274 0 21053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 85320

[startup+0.701165 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 28006
/proc/meminfo: memFree=965168/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=85320 CPUtime=0.69
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 11590 0 0 0 65 4 0 0 23 0 1 0 235702212 87367680 11573 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 21330 11574 90 274 0 21053 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 85320

[startup+1.50124 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=901800/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=133656 CPUtime=1.49
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 33020 0 0 0 137 12 0 0 25 0 1 0 235702212 136863744 33003 1992294400 134512640 135635349 4294956224 18446744073709551615 134535645 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 33414 33006 90 274 0 33137 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133656

[startup+3.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=802088/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=178668 CPUtime=3.09
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 44488 0 0 0 290 19 0 0 25 0 1 0 235702212 182956032 44471 1992294400 134512640 135635349 4294956224 18446744073709551615 135132414 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 44667 44471 97 274 0 44390 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 178668

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=764520/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=213864 CPUtime=6.29
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 53200 0 0 0 605 24 0 0 25 0 1 0 235702212 218996736 53183 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 53466 53183 97 274 0 53189 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 213864

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=698984/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=277100 CPUtime=12.69
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 68925 0 0 0 1237 32 0 0 25 0 1 0 235702212 283750400 68908 1992294400 134512640 135635349 4294956224 18446744073709551615 134694674 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 69275 68909 97 274 0 68998 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 277100

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=578024/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=395084 CPUtime=25.47
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 98251 0 0 0 2502 45 0 0 25 0 1 0 235702212 404566016 98234 1992294400 134512640 135635349 4294956224 18446744073709551615 134528241 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 98771 98234 97 274 0 98494 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 395084

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=360424/2055920 swapFree=4180208/4192956
[pid=28006] ppid=28004 vsize=615812 CPUtime=51.06
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 153027 0 0 0 5038 68 0 0 25 0 1 0 235702212 630591488 153010 1992294400 134512640 135635349 4294956224 18446744073709551615 134533083 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 153953 153010 97 274 0 153676 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 615812

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=16104/2055920 swapFree=4180212/4192956
[pid=28006] ppid=28004 vsize=1190964 CPUtime=102.15
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 296502 0 0 0 10090 125 0 0 25 0 1 0 235702212 1219547136 296155 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28006/statm: 297741 296155 97 274 0 297464 0
Current children cumulated CPU time (s) 102.15
Current children cumulated vsize (KiB) 1190964

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 28007
/proc/meminfo: memFree=15272/2055920 swapFree=4180212/4192956
[pid=28006] ppid=28004 vsize=1452768 CPUtime=162.04
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4194304 363658 0 0 0 14038 2166 0 0 25 0 1 0 235702212 1487634432 361623 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 1 0 0
/proc/28006/statm: 363192 361623 100 274 0 362915 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 1452768

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28008
/proc/meminfo: memFree=15520/2055920 swapFree=4180256/4192956
[pid=28006] ppid=28004 vsize=1452768 CPUtime=170.6
/proc/28006/stat : 28006 (IUT_BMB_SIM) S 28004 28006 27807 0 -1 4194304 363664 0 0 0 14309 2751 0 0 25 0 1 0 235702212 1487634432 361628 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28006/statm: 363192 361628 105 274 0 362915 0
[pid=28008] ppid=28006 vsize=344716 CPUtime=51.27
/proc/28008/stat : 28008 (minisat) R 28006 28006 27807 0 -1 4194304 83438 0 0 0 5066 61 0 0 25 0 1 0 235719298 352989184 83188 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 86179 83188 77 170 0 86007 0
Current children cumulated CPU time (s) 221.87
Current children cumulated vsize (KiB) 1797484

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28008
/proc/meminfo: memFree=15072/2055920 swapFree=4180268/4192956
[pid=28006] ppid=28004 vsize=1452768 CPUtime=170.6
/proc/28006/stat : 28006 (IUT_BMB_SIM) S 28004 28006 27807 0 -1 4194304 363664 0 0 0 14309 2751 0 0 25 0 1 0 235702212 1487634432 361628 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28006/statm: 363192 361628 105 274 0 362915 0
[pid=28008] ppid=28006 vsize=365028 CPUtime=111.24
/proc/28008/stat : 28008 (minisat) R 28006 28006 27807 0 -1 4194304 88489 0 0 0 11059 65 0 0 25 0 1 0 235719298 373788672 88239 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 91257 88239 77 170 0 91085 0
Current children cumulated CPU time (s) 281.84
Current children cumulated vsize (KiB) 1817796

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28008
/proc/meminfo: memFree=15584/2055920 swapFree=4180268/4192956
[pid=28006] ppid=28004 vsize=1452768 CPUtime=170.6
/proc/28006/stat : 28006 (IUT_BMB_SIM) S 28004 28006 27807 0 -1 4194304 363664 0 0 0 14309 2751 0 0 25 0 1 0 235702212 1487634432 361628 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28006/statm: 363192 361628 105 274 0 362915 0
[pid=28008] ppid=28006 vsize=386172 CPUtime=171.21
/proc/28008/stat : 28008 (minisat) R 28006 28006 27807 0 -1 4194304 93769 0 0 0 17050 71 0 0 25 0 1 0 235719298 395440128 93519 1992294400 134512640 135212939 4294956320 18446744073709551615 134719078 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 96543 93519 77 170 0 96371 0
Current children cumulated CPU time (s) 341.81
Current children cumulated vsize (KiB) 1838940



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+351.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28008
/proc/meminfo: memFree=15904/2055920 swapFree=4180268/4192956
[pid=28006] ppid=28004 vsize=1452768 CPUtime=170.6
/proc/28006/stat : 28006 (IUT_BMB_SIM) S 28004 28006 27807 0 -1 4194304 363664 0 0 0 14309 2751 0 0 25 0 1 0 235702212 1487634432 361628 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/28006/statm: 363192 361628 105 274 0 362915 0
[pid=28008] ppid=28006 vsize=390552 CPUtime=180.21
/proc/28008/stat : 28008 (minisat) R 28006 28006 27807 0 -1 4194304 94866 0 0 0 17950 71 0 0 25 0 1 0 235719298 399925248 94616 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 97638 94616 77 170 0 97466 0
Current children cumulated CPU time (s) 350.81
Current children cumulated vsize (KiB) 1843320

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

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

[startup+351.414 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28008
/proc/meminfo: memFree=15904/2055920 swapFree=4180268/4192956
[pid=28006] ppid=28004 vsize=0 CPUtime=170.7
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4195332 363664 0 0 0 14309 2761 0 0 17 0 1 0 235702212 0 0 1992294400 0 0 0 0 0 0 65536 4102 0 0 0 0 17 1 0 0
/proc/28006/statm: 0 0 0 0 0 0 0
[pid=28008] ppid=28006 vsize=0 CPUtime=180.29
/proc/28008/stat : 28008 (minisat) Z 28006 28006 27807 0 -1 4195340 94866 0 0 0 17950 79 0 0 25 0 1 0 235719298 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744071563351923 0 0 17 0 0 0
/proc/28008/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 350.99
Current children cumulated vsize (KiB) 0

[startup+351.503 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 28008
/proc/meminfo: memFree=15904/2055920 swapFree=4180268/4192956
[pid=28006] ppid=28004 vsize=0 CPUtime=170.79
/proc/28006/stat : 28006 (IUT_BMB_SIM) R 28004 28006 27807 0 -1 4195332 363664 0 0 0 14309 2770 0 0 18 0 1 0 235702212 0 0 1992294400 0 0 0 0 0 0 65536 4102 0 0 0 0 17 1 0 0
/proc/28006/statm: 0 0 0 0 0 0 0
[pid=28008] ppid=28006 vsize=0 CPUtime=180.29
/proc/28008/stat : 28008 (minisat) Z 28006 28006 27807 0 -1 4195340 94866 0 0 0 17950 79 0 0 25 0 1 0 235719298 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744071563351923 0 0 17 0 0 0
/proc/28008/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 351.08
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 28006 and gives
#  childrusage.ru_utime.tv_sec=143
#  childrusage.ru_utime.tv_usec=92246
#  childrusage.ru_stime.tv_sec=27
#  childrusage.ru_stime.tv_usec=739782
# CPU time returned by wait4() is 170.832
# while last known CPU time is 351.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 351.534
CPU time (s): 351.08
CPU user time (s): 322.59
CPU system time (s): 28.49
CPU usage (%): 99.8707
Max. virtual memory (cumulated for all children) (KiB): 1843320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 143.092
system time used= 27.7398
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363664
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= 11
involuntary context switches= 789

runsolver used 0.334949 second user time and 0.956854 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-11 23:19:22
IDJOB=1797528
IDBENCH=20579
IDSOLVER=650
FILE ID=node70/1797528-1242076752
PBS_JOBID= 9277648
Free space on /tmp= 66184 MiB

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

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=1702301542

node70.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.213
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.213
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:        965648 kB
Buffers:         74952 kB
Cached:         917028 kB
SwapCached:       7008 kB
Active:         323440 kB
Inactive:       677516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        965648 kB
SwapTotal:     4192956 kB
SwapFree:      4180208 kB
Dirty:          158620 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            75372 kB
Committed_AS:   750068 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= 66028 MiB
End job on node70 at 2009-05-11 23:25:15