Trace number 1797498

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 157.254 157.329

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.5591
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
7.99/8.07	This is MiniSat 2.0 beta
7.99/8.07	WARNING: for repeatability, setting FPU to use double precision
7.99/8.07	============================[ Problem Statistics ]=============================
7.99/8.07	|                                                                             |
7.99/8.07	|  Number of variables:  95421                                                |
7.99/8.07	|  Number of clauses:    439298                                               |
8.06/8.34	|  Parsing time:         0.24         s                                       |
8.06/8.35	============================[ Search Statistics ]==============================
8.06/8.35	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.06/8.35	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.06/8.35	===============================================================================
8.06/8.35	|         0 |   95421   437770  1129113 |   145923        0    nan |  0.000 % |
8.06/8.45	|       100 |   95421   437770  1129113 |   160515      100     18 |  0.000 % |
8.06/8.58	|       256 |   95421   437770  1129113 |   176567      256     20 |  0.000 % |
8.88/8.90	|       486 |   95421   437770  1129113 |   194223      486     30 |  0.000 % |
9.58/9.61	|       823 |   95421   437770  1129113 |   213646      823     32 |  0.000 % |
9.98/10.01	|      1329 |   95421   437770  1129113 |   235010     1329     35 |  0.000 % |
11.28/11.31	|      2088 |   95421   437770  1129113 |   258512     2088     37 |  0.000 % |
12.59/12.64	|      3227 |   95421   437770  1129113 |   284363     3227     41 |  0.000 % |
14.89/14.96	|      4935 |   95421   437770  1129113 |   312799     4935     41 |  0.000 % |
17.49/17.58	|      7500 |   95421   437770  1129113 |   344079     7500     39 |  0.000 % |
27.68/27.77	|     11347 |   95421   437770  1129113 |   378487    11347     40 |  0.000 % |
34.27/34.33	|     17113 |   95420   437741  1129055 |   416336    11891     36 |  0.001 % |
45.76/45.82	|     25762 |   95398   437566  1128658 |   457969    20539     45 |  0.024 % |
63.36/63.50	|     38736 |   95377   437396  1128264 |   503766    33511     39 |  0.046 % |
89.14/89.29	|     58197 |   95325   436941  1127284 |   554143    52969     36 |  0.101 % |
123.53/123.62	|     87390 |   95324   436913  1127228 |   609557    61475     34 |  0.102 % |
156.62/156.75	===============================================================================
156.62/156.75	restarts              : 16
156.62/156.75	conflicts             : 119370         (804 /sec)
156.62/156.75	decisions             : 209920         (1.88 % random) (1413 /sec)
156.62/156.75	propagations          : 269011402      (1810995 /sec)
156.62/156.75	conflict literals     : 3395562        (46.75 % deleted)
156.62/156.75	Memory used           : 38.11 MB
156.62/156.75	CPU time              : 148.543 s
156.62/156.75	
156.62/156.75	UNSATISFIABLE
156.62/156.75	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-1797498-1242074955/watcher-1797498-1242074955 -o /tmp/evaluation-result-1797498-1242074955/solver-1797498-1242074955 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797498-1242074955.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.06 1.05 1.00 1/64 15031
/proc/meminfo: memFree=992592/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=6436 CPUtime=0
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 235529558 6590464 191 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 1609 192 90 274 0 1332 0

[startup+0.0622881 s]
/proc/loadavg: 1.06 1.05 1.00 1/64 15031
/proc/meminfo: memFree=992592/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=6436 CPUtime=0.05
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 1143 0 0 0 5 0 0 0 20 0 1 0 235529558 6590464 1126 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 1609 1127 90 274 0 1332 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6436

[startup+0.10129 s]
/proc/loadavg: 1.06 1.05 1.00 1/64 15031
/proc/meminfo: memFree=992592/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=11148 CPUtime=0.09
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 2323 0 0 0 9 0 0 0 21 0 1 0 235529558 11415552 2306 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 2787 2307 90 274 0 2510 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11148

[startup+0.301307 s]
/proc/loadavg: 1.06 1.05 1.00 1/64 15031
/proc/meminfo: memFree=992592/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=22352 CPUtime=0.29
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 5396 0 0 0 28 1 0 0 22 0 1 0 235529558 22888448 5379 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 5588 5379 97 274 0 5311 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22352

[startup+0.70134 s]
/proc/loadavg: 1.06 1.05 1.00 1/64 15031
/proc/meminfo: memFree=992592/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=27764 CPUtime=0.69
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 6774 0 0 0 67 2 0 0 25 0 1 0 235529558 28430336 6757 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 6941 6757 97 274 0 6664 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27764

[startup+1.50141 s]
/proc/loadavg: 1.05 1.05 1.00 2/65 15032
/proc/meminfo: memFree=962312/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=37400 CPUtime=1.49
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 9161 0 0 0 146 3 0 0 25 0 1 0 235529558 38297600 9144 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 9350 9144 97 274 0 9073 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37400

[startup+3.10154 s]
/proc/loadavg: 1.05 1.05 1.00 2/65 15032
/proc/meminfo: memFree=949512/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=54428 CPUtime=3.09
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 13434 0 0 0 304 5 0 0 25 0 1 0 235529558 55734272 13417 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 13607 13417 97 274 0 13330 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54428

[startup+6.3018 s]
/proc/loadavg: 1.05 1.05 1.00 2/65 15032
/proc/meminfo: memFree=900744/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=6.29
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 23257 0 0 0 588 41 0 0 25 0 1 0 235529558 94244864 22830 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 23009 22830 100 274 0 22732 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92036

[startup+12.7013 s]
/proc/loadavg: 1.04 1.04 1.00 2/66 15033
/proc/meminfo: memFree=868608/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=27224 CPUtime=4.63
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 6573 0 0 0 459 4 0 0 25 0 1 0 235530364 27877376 6323 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 6806 6323 77 170 0 6634 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119260

[startup+25.5014 s]
/proc/loadavg: 1.04 1.04 1.00 2/66 15033
/proc/meminfo: memFree=867392/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=28572 CPUtime=17.42
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 6915 0 0 0 1738 4 0 0 25 0 1 0 235530364 29257728 6665 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 7143 6665 77 170 0 6971 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 120608

[startup+51.1015 s]
/proc/loadavg: 1.02 1.04 1.00 2/66 15033
/proc/meminfo: memFree=864320/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=31816 CPUtime=43
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 7731 0 0 0 4295 5 0 0 25 0 1 0 235530364 32579584 7481 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 7954 7481 77 170 0 7782 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 123852

[startup+102.306 s]
/proc/loadavg: 1.01 1.03 1.00 2/66 15033
/proc/meminfo: memFree=858560/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=37632 CPUtime=94.17
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 9135 0 0 0 9411 6 0 0 25 0 1 0 235530364 38535168 8885 1992294400 134512640 135212939 4294956320 18446744073709551615 134536612 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 9408 8885 77 170 0 9236 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 129668

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

[startup+127.902 s]
/proc/loadavg: 1.00 1.03 1.00 2/66 15033
/proc/meminfo: memFree=857408/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=38880 CPUtime=119.77
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 9433 0 0 0 11970 7 0 0 25 0 1 0 235530364 39813120 9183 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 9720 9183 77 170 0 9548 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 130916

[startup+140.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15033
/proc/meminfo: memFree=857280/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=38880 CPUtime=132.57
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 9457 0 0 0 13250 7 0 0 25 0 1 0 235530364 39813120 9207 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 9720 9207 77 170 0 9548 0
Current children cumulated CPU time (s) 140.63
Current children cumulated vsize (KiB) 130916

[startup+147.102 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15033
/proc/meminfo: memFree=857280/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=39024 CPUtime=138.96
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 9477 0 0 0 13889 7 0 0 25 0 1 0 235530364 39960576 9227 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 9756 9227 77 170 0 9584 0
Current children cumulated CPU time (s) 147.02
Current children cumulated vsize (KiB) 131060

[startup+153.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15033
/proc/meminfo: memFree=857152/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=39024 CPUtime=145.36
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 9481 0 0 0 14529 7 0 0 25 0 1 0 235530364 39960576 9231 1992294400 134512640 135212939 4294956320 18446744073709551615 134536612 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 9756 9231 77 170 0 9584 0
Current children cumulated CPU time (s) 153.42
Current children cumulated vsize (KiB) 131060

[startup+155.107 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15033
/proc/meminfo: memFree=857152/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=39024 CPUtime=146.96
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 9481 0 0 0 14689 7 0 0 25 0 1 0 235530364 39960576 9231 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 9756 9231 77 170 0 9584 0
Current children cumulated CPU time (s) 155.02
Current children cumulated vsize (KiB) 131060

[startup+156.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15033
/proc/meminfo: memFree=857152/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=92036 CPUtime=8.06
/proc/15031/stat : 15031 (IUT_BMB_SIM) S 15029 15031 14837 0 -1 4194304 23263 0 0 0 643 163 0 0 25 0 1 0 235529558 94244864 22835 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/15031/statm: 23009 22835 105 274 0 22732 0
[pid=15033] ppid=15031 vsize=39024 CPUtime=148.56
/proc/15033/stat : 15033 (minisat) R 15031 15031 14837 0 -1 4194304 9483 0 0 0 14849 7 0 0 25 0 1 0 235530364 39960576 9233 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/15033/statm: 9756 9233 77 170 0 9584 0
Current children cumulated CPU time (s) 156.62
Current children cumulated vsize (KiB) 131060

[startup+157.101 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 15033
/proc/meminfo: memFree=857152/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=89796 CPUtime=157
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 41062 9494 0 0 674 165 14854 7 21 0 1 0 235529558 91951104 22276 1992294400 134512640 135635349 4294956224 18446744073709551615 135069120 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 22449 22276 106 274 0 22172 0
Current children cumulated CPU time (s) 157
Current children cumulated vsize (KiB) 89796

[startup+157.305 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 15033
/proc/meminfo: memFree=900424/2055920 swapFree=4191900/4192956
[pid=15031] ppid=15029 vsize=78364 CPUtime=157.21
/proc/15031/stat : 15031 (IUT_BMB_SIM) R 15029 15031 14837 0 -1 4194304 41241 9494 0 0 695 165 14854 7 23 0 1 0 235529558 80244736 19418 1992294400 134512640 135635349 4294956224 18446744073709551615 134537068 0 0 4096 0 0 0 0 17 0 0 0
/proc/15031/statm: 19591 19418 106 274 0 19314 0
Current children cumulated CPU time (s) 157.21
Current children cumulated vsize (KiB) 78364

Child status: 0
Real time (s): 157.329
CPU time (s): 157.254
CPU user time (s): 155.508
CPU system time (s): 1.74573
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 131060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 155.508
system time used= 1.74573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50739
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= 6
involuntary context switches= 365

runsolver used 0.140978 second user time and 0.442932 second system time

The end

Launcher Data

Begin job on node3 at 2009-05-11 22:49:15
IDJOB=1797498
IDBENCH=20420
IDSOLVER=650
FILE ID=node3/1797498-1242074955
PBS_JOBID= 9277600
Free space on /tmp= 66268 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797498-1242074955/watcher-1797498-1242074955 -o /tmp/evaluation-result-1797498-1242074955/solver-1797498-1242074955 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797498-1242074955.cnf HOME

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

MD5SUM BENCH= 7634252332633927f116161c1beb6151
RANDOM SEED=1194459779

node3.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.212
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.212
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:        993072 kB
Buffers:         76844 kB
Cached:         874624 kB
SwapCached:        260 kB
Active:         215776 kB
Inactive:       749540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        993072 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            9788 kB
Writeback:           0 kB
Mapped:          22344 kB
Slab:            83624 kB
Committed_AS:   858808 kB
PageTables:       1392 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= 66260 MiB
End job on node3 at 2009-05-11 22:51:53