Trace number 1797674

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 123.339 123.404

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.1331
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
7.19/7.22	This is MiniSat 2.0 beta
7.19/7.22	WARNING: for repeatability, setting FPU to use double precision
7.19/7.22	============================[ Problem Statistics ]=============================
7.19/7.22	|                                                                             |
7.19/7.23	|  Number of variables:  104479                                               |
7.19/7.23	|  Number of clauses:    345115                                               |
7.21/7.45	|  Parsing time:         0.20         s                                       |
7.21/7.46	============================[ Search Statistics ]==============================
7.21/7.46	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.21/7.46	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.21/7.46	===============================================================================
7.21/7.46	|         0 |  104461   336767   807024 |   112255        0    nan |  0.000 % |
7.68/7.74	|       103 |  103906   336767   807024 |   123481      100    137 |  2.375 % |
7.98/8.00	|       253 |   99641   308186   743182 |   135829      239    100 |  4.614 % |
8.18/8.26	|       478 |   99641   308186   743182 |   149412      464    103 |  4.614 % |
8.58/8.68	|       816 |   99641   308186   743182 |   164353      802    125 |  4.614 % |
9.07/9.16	|      1322 |   99322   306649   740108 |   180788     1305    114 |  4.920 % |
9.97/10.03	|      2081 |   99211   306649   740108 |   198867     2062    119 |  5.831 % |
11.87/11.99	|      3226 |   96900   294139   712536 |   218754     3199    177 |  7.238 % |
13.97/14.06	|      4934 |   96469   291830   707478 |   240629     4902    172 |  7.651 % |
17.26/17.38	|      7496 |   96195   291830   707478 |   264692     7461    189 | 10.338 % |
24.17/24.26	|     11340 |   93633   277154   675158 |   291162    11292    218 | 10.366 % |
34.85/34.94	|     17106 |   92759   272446   664828 |   320278    17043    229 | 11.202 % |
53.75/53.84	|     25755 |   88556   246158   604021 |   352306    24233    234 | 15.226 % |
85.63/85.77	|     38731 |   84091   214754   527024 |   387537    31054    223 | 19.502 % |
122.72/122.87	===============================================================================
122.72/122.87	restarts              : 14
122.72/122.87	conflicts             : 52560          (455 /sec)
122.72/122.87	decisions             : 400182         (1.64 % random) (3466 /sec)
122.72/122.87	propagations          : 175595943      (1520924 /sec)
122.72/122.87	conflict literals     : 11377747       (29.19 % deleted)
122.72/122.87	Memory used           : 59.52 MB
122.72/122.87	CPU time              : 115.453 s
122.72/122.87	
122.72/122.87	UNSATISFIABLE
122.72/122.88	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-1797674-1242084627/watcher-1797674-1242084627 -o /tmp/evaluation-result-1797674-1242084627/solver-1797674-1242084627 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797674-1242084627.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 11317
/proc/meminfo: memFree=1195584/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=7156 CPUtime=0
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 236490754 7327744 173 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 1789 174 92 274 0 1512 0

[startup+0.040432 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11317
/proc/meminfo: memFree=1195584/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=7156 CPUtime=0.03
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 779 0 0 0 3 0 0 0 18 0 1 0 236490754 7327744 762 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 1789 763 92 274 0 1512 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7156

[startup+0.101444 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11317
/proc/meminfo: memFree=1195584/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=11168 CPUtime=0.09
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 2384 0 0 0 9 0 0 0 18 0 1 0 236490754 11436032 2367 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 2792 2368 92 274 0 2515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11168

[startup+0.301479 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11317
/proc/meminfo: memFree=1195584/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=24052 CPUtime=0.29
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 5847 0 0 0 27 2 0 0 19 0 1 0 236490754 24629248 5830 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 6013 5830 99 274 0 5736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24052

[startup+0.701553 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 11317
/proc/meminfo: memFree=1195584/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=29464 CPUtime=0.69
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 7197 0 0 0 66 3 0 0 23 0 1 0 236490754 30171136 7180 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 7366 7180 99 274 0 7089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29464

[startup+1.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11318
/proc/meminfo: memFree=1163448/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=38968 CPUtime=1.49
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 9562 0 0 0 145 4 0 0 25 0 1 0 236490754 39903232 9545 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 9742 9545 99 274 0 9465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38968

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11318
/proc/meminfo: memFree=1151160/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=55600 CPUtime=3.09
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 13733 0 0 0 302 7 0 0 25 0 1 0 236490754 56934400 13716 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 13900 13716 99 274 0 13623 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55600

[startup+6.30157 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11318
/proc/meminfo: memFree=1108792/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=6.29
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 21906 0 0 0 560 69 0 0 25 0 1 0 236490754 88854528 21515 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 21693 21515 101 274 0 21416 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86772

[startup+12.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1080888/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=26412 CPUtime=5.46
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 6090 0 0 0 542 4 0 0 25 0 1 0 236491476 27045888 5814 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 6603 5814 77 170 0 6431 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 113184

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1072632/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=34768 CPUtime=18.25
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 8157 0 0 0 1819 6 0 0 25 0 1 0 236491476 35602432 7881 1992294400 134512640 135212939 4294956320 18446744073709551615 134526811 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 8692 7881 77 170 0 8520 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 121540

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1059896/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=47496 CPUtime=43.84
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 11349 0 0 0 4375 9 0 0 25 0 1 0 236491476 48635904 11073 1992294400 134512640 135212939 4294956320 18446744073709551615 134527124 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 11874 11073 77 170 0 11702 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 134268

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1049656/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=57428 CPUtime=95.01
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 13843 0 0 0 9490 11 0 0 25 0 1 0 236491476 58806272 13567 1992294400 134512640 135212939 4294956320 18446744073709551615 134529424 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 14357 13567 77 170 0 14185 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 144200

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

[startup+115.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1047928/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=59276 CPUtime=107.81
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 14299 0 0 0 10769 12 0 0 25 0 1 0 236491476 60698624 14023 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 14819 14023 77 170 0 14647 0
Current children cumulated CPU time (s) 115.02
Current children cumulated vsize (KiB) 146048

[startup+118.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1047160/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=60148 CPUtime=111
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 14495 0 0 0 11088 12 0 0 25 0 1 0 236491476 61591552 14219 1992294400 134512640 135212939 4294956320 18446744073709551615 134526661 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 15037 14219 77 170 0 14865 0
Current children cumulated CPU time (s) 118.21
Current children cumulated vsize (KiB) 146920

[startup+121.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1046584/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=60676 CPUtime=114.21
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 14642 0 0 0 11408 13 0 0 25 0 1 0 236491476 62132224 14366 1992294400 134512640 135212939 4294956320 18446744073709551615 134526723 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 15169 14366 77 170 0 14997 0
Current children cumulated CPU time (s) 121.42
Current children cumulated vsize (KiB) 147448

[startup+122.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 11319
/proc/meminfo: memFree=1046392/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=7.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) S 11315 11317 10807 0 -1 4194304 21912 0 0 0 585 136 0 0 25 0 1 0 236490754 88854528 21520 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/11317/statm: 21693 21520 106 274 0 21416 0
[pid=11319] ppid=11317 vsize=60808 CPUtime=115.01
/proc/11319/stat : 11319 (minisat) R 11317 11317 10807 0 -1 4194304 14669 0 0 0 11488 13 0 0 25 0 1 0 236491476 62267392 14393 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/11319/statm: 15202 14393 77 170 0 15030 0
Current children cumulated CPU time (s) 122.22
Current children cumulated vsize (KiB) 147580

[startup+123.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11319
/proc/meminfo: memFree=1103552/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=86772 CPUtime=123.02
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 36037 14708 0 0 606 137 11545 14 20 0 1 0 236490754 88854528 21521 1992294400 134512640 135635349 4294956224 18446744073709551615 135067749 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 21693 21521 107 274 0 21416 0
Current children cumulated CPU time (s) 123.02
Current children cumulated vsize (KiB) 86772

[startup+123.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11319
/proc/meminfo: memFree=1103552/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=79416 CPUtime=123.21
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194304 37222 14708 0 0 625 137 11545 14 22 0 1 0 236490754 81321984 19682 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 19854 19682 107 274 0 19577 0
Current children cumulated CPU time (s) 123.21
Current children cumulated vsize (KiB) 79416

[startup+123.402 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11319
/proc/meminfo: memFree=1103552/2055920 swapFree=4181384/4192956
[pid=11317] ppid=11315 vsize=0 CPUtime=123.32
/proc/11317/stat : 11317 (IUT_BMB_SIM) R 11315 11317 10807 0 -1 4194308 38049 14708 0 0 634 139 11545 14 24 0 1 0 236490754 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/11317/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 123.32
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 123.404
CPU time (s): 123.339
CPU user time (s): 121.8
CPU system time (s): 1.53877
CPU usage (%): 99.9476
Max. virtual memory (cumulated for all children) (KiB): 147712

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

runsolver used 0.109983 second user time and 0.347947 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-12 01:30:27
IDJOB=1797674
IDBENCH=71006
IDSOLVER=650
FILE ID=node44/1797674-1242084627
PBS_JOBID= 9277626
Free space on /tmp= 66364 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797674-1242084627/watcher-1797674-1242084627 -o /tmp/evaluation-result-1797674-1242084627/solver-1797674-1242084627 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797674-1242084627.cnf HOME

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=525126346

node44.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.267
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.267
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:       1196064 kB
Buffers:         71548 kB
Cached:         706944 kB
SwapCached:       5480 kB
Active:         155572 kB
Inactive:       631400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1196064 kB
SwapTotal:     4192956 kB
SwapFree:      4181384 kB
Dirty:           10736 kB
Writeback:           0 kB
Mapped:          14524 kB
Slab:            58844 kB
Committed_AS:   816492 kB
PageTables:       1404 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= 66356 MiB
End job on node44 at 2009-05-12 01:32:31