Trace number 1797671

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 133.311 133.398

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-5p0.cnf
MD5SUMb0f091d476e617a8697e9f8acfd1538f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.815
Satisfiable
(Un)Satisfiability was proved
Number of variables123925
Number of clauses539763
Sum of the clauses size1252804
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2437089
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.99/8.04	This is MiniSat 2.0 beta
7.99/8.04	WARNING: for repeatability, setting FPU to use double precision
7.99/8.04	============================[ Problem Statistics ]=============================
7.99/8.04	|                                                                             |
7.99/8.04	|  Number of variables:  123925                                               |
7.99/8.04	|  Number of clauses:    384045                                               |
8.01/8.28	|  Parsing time:         0.22         s                                       |
8.01/8.30	============================[ Search Statistics ]==============================
8.01/8.30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.01/8.30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.01/8.30	===============================================================================
8.01/8.30	|         0 |  123924   375713   884988 |   125237        0    nan |  0.000 % |
8.01/8.44	|       101 |  123924   375713   884988 |   137761      101    170 |  0.000 % |
8.01/8.59	|       251 |  123864   375713   884988 |   151537      249    120 |  0.479 % |
8.77/8.83	|       477 |  123864   375713   884988 |   166691      475     98 |  0.479 % |
9.17/9.26	|       814 |  123240   372473   877929 |   183360      806     77 |  3.165 % |
9.77/9.89	|      1324 |  120002   357059   844100 |   201696     1316    133 |  3.165 % |
10.46/10.55	|      2083 |  120002   357059   844100 |   221866     2075    212 |  3.165 % |
12.16/12.29	|      3223 |  119038   352844   834846 |   244052     3211    216 |  4.314 % |
14.86/14.99	|      4931 |  115013   334589   794571 |   268458     4908    194 |  7.228 % |
21.17/21.25	|      7493 |  111960   320242   763113 |   295303     7460    212 |  9.666 % |
28.76/28.85	|     11340 |  108894   306173   732169 |   324834    11263    218 | 12.888 % |
43.65/43.72	|     17106 |  106847   296222   710237 |   357317    16983    215 | 13.790 % |
68.63/68.77	|     25760 |  103851   283372   681121 |   393049    25409    258 | 16.477 % |
116.80/116.99	|     38734 |  103232   280294   674345 |   432354    38161    250 | 16.697 % |
132.40/132.50	===============================================================================
132.40/132.50	restarts              : 14
132.40/132.50	conflicts             : 42579          (343 /sec)
132.40/132.50	decisions             : 291955         (1.53 % random) (2350 /sec)
132.40/132.50	propagations          : 195925331      (1576900 /sec)
132.40/132.50	conflict literals     : 10272719       (34.84 % deleted)
132.40/132.50	Memory used           : 66.05 MB
132.40/132.50	CPU time              : 124.247 s
132.40/132.50	
132.40/132.50	UNSATISFIABLE
132.40/132.51	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-1797671-1242084486/watcher-1797671-1242084486 -o /tmp/evaluation-result-1797671-1242084486/solver-1797671-1242084486 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797671-1242084486.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6900
/proc/meminfo: memFree=899536/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=7612 CPUtime=0
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 193 0 0 0 0 0 0 0 18 0 1 0 236482205 7794688 176 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 1903 177 92 274 0 1626 0

[startup+0.0569719 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6900
/proc/meminfo: memFree=899536/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=7612 CPUtime=0.05
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 1057 0 0 0 5 0 0 0 18 0 1 0 236482205 7794688 1040 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 1903 1040 92 274 0 1626 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7612

[startup+0.101976 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6900
/proc/meminfo: memFree=899536/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=10700 CPUtime=0.09
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 2426 0 0 0 9 0 0 0 18 0 1 0 236482205 10956800 2409 1992294400 134512640 135635349 4294956224 18446744073709551615 134535003 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 2675 2414 92 274 0 2398 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10700

[startup+0.301998 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6900
/proc/meminfo: memFree=899536/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=26828 CPUtime=0.29
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 6540 0 0 0 27 2 0 0 19 0 1 0 236482205 27471872 6523 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 6707 6523 99 274 0 6430 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26828

[startup+0.701044 s]
/proc/loadavg: 0.99 0.97 0.98 3/64 6900
/proc/meminfo: memFree=899536/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=32372 CPUtime=0.69
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 7904 0 0 0 66 3 0 0 23 0 1 0 236482205 33148928 7887 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 8093 7887 99 274 0 7816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32372

[startup+1.50213 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6901
/proc/meminfo: memFree=864584/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=42008 CPUtime=1.49
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 10329 0 0 0 145 4 0 0 25 0 1 0 236482205 43016192 10312 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 10502 10313 99 274 0 10225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42008

[startup+3.10133 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6901
/proc/meminfo: memFree=851912/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=58244 CPUtime=3.09
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 14394 0 0 0 303 6 0 0 25 0 1 0 236482205 59641856 14377 1992294400 134512640 135635349 4294956224 18446744073709551615 134547220 0 0 4096 0 0 0 0 17 1 0 0
/proc/6900/statm: 14561 14377 99 274 0 14284 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58244

[startup+6.30168 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6901
/proc/meminfo: memFree=807240/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=6.28
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 24659 0 0 0 606 22 0 0 25 0 1 0 236482205 99983360 24232 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 24410 24232 101 274 0 24133 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 97640

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=770120/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=28228 CPUtime=4.65
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 6850 0 0 0 462 3 0 0 25 0 1 0 236483008 28905472 6553 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 7057 6553 77 170 0 6885 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 125868

[startup+25.5019 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=764552/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=34040 CPUtime=17.45
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 8295 0 0 0 1741 4 0 0 25 0 1 0 236483008 34856960 7998 1992294400 134512640 135212939 4294956320 18446744073709551615 134529647 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 8510 7998 77 170 0 8338 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 131680

[startup+51.1018 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=755400/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=43216 CPUtime=43.04
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 10585 0 0 0 4297 7 0 0 25 0 1 0 236483008 44253184 10288 1992294400 134512640 135212939 4294956320 18446744073709551615 134529392 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 10804 10288 77 170 0 10632 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 140856

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=736392/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=61868 CPUtime=94.2
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 15270 0 0 0 9407 13 0 0 25 0 1 0 236483008 63352832 14973 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 15467 14973 77 170 0 15295 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 159508

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

[startup+115.101 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=734088/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=64376 CPUtime=106.99
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 15873 0 0 0 10685 14 0 0 25 0 1 0 236483008 65921024 15576 1992294400 134512640 135212939 4294956320 18446744073709551615 134526797 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 16094 15576 77 170 0 15922 0
Current children cumulated CPU time (s) 115
Current children cumulated vsize (KiB) 162016

[startup+121.502 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=732872/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=65564 CPUtime=113.38
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 16184 0 0 0 11324 14 0 0 25 0 1 0 236483008 67137536 15887 1992294400 134512640 135212939 4294956320 18446744073709551615 134529407 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 16391 15887 77 170 0 16219 0
Current children cumulated CPU time (s) 121.39
Current children cumulated vsize (KiB) 163204

[startup+127.901 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=731656/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=66620 CPUtime=119.78
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 16458 0 0 0 11964 14 0 0 25 0 1 0 236483008 68218880 16161 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 16655 16161 77 170 0 16483 0
Current children cumulated CPU time (s) 127.79
Current children cumulated vsize (KiB) 164260

[startup+131.102 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=730952/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=8.01
/proc/6900/stat : 6900 (IUT_BMB_SIM) S 6898 6900 6303 0 -1 4194304 24665 0 0 0 657 144 0 0 25 0 1 0 236482205 99983360 24237 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6900/statm: 24410 24237 106 274 0 24133 0
[pid=6902] ppid=6900 vsize=67360 CPUtime=122.98
/proc/6902/stat : 6902 (minisat) R 6900 6900 6303 0 -1 4194304 16631 0 0 0 12284 14 0 0 25 0 1 0 236483008 68976640 16334 1992294400 134512640 135212939 4294956320 18446744073709551615 134527098 0 0 4096 3 0 0 0 17 0 0 0
/proc/6902/statm: 16840 16334 77 170 0 16668 0
Current children cumulated CPU time (s) 130.99
Current children cumulated vsize (KiB) 165000

[startup+132.701 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 6902
/proc/meminfo: memFree=730760/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=97640 CPUtime=132.6
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 36121 16702 0 0 674 146 12424 16 19 0 1 0 236482205 99983360 24238 1992294400 134512640 135635349 4294956224 18446744073709551615 135067749 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 24410 24238 107 274 0 24133 0
Current children cumulated CPU time (s) 132.6
Current children cumulated vsize (KiB) 97640

[startup+133.105 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6902
/proc/meminfo: memFree=807504/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=84552 CPUtime=133
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 42653 16702 0 0 712 148 12424 16 23 0 1 0 236482205 86581248 20966 1992294400 134512640 135635349 4294956224 18446744073709551615 135063353 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 21138 20966 107 274 0 20861 0
Current children cumulated CPU time (s) 133
Current children cumulated vsize (KiB) 84552

[startup+133.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 6902
/proc/meminfo: memFree=807504/2055920 swapFree=3990764/4192956
[pid=6900] ppid=6898 vsize=84552 CPUtime=133.2
/proc/6900/stat : 6900 (IUT_BMB_SIM) R 6898 6900 6303 0 -1 4194304 42653 16702 0 0 732 148 12424 16 25 0 1 0 236482205 86581248 20966 1992294400 134512640 135635349 4294956224 18446744073709551615 135063279 0 0 4096 0 0 0 0 17 0 0 0
/proc/6900/statm: 21138 20966 107 274 0 20861 0
Current children cumulated CPU time (s) 133.2
Current children cumulated vsize (KiB) 84552

Child status: 0
Real time (s): 133.398
CPU time (s): 133.311
CPU user time (s): 131.655
CPU system time (s): 1.65575
CPU usage (%): 99.9343
Max. virtual memory (cumulated for all children) (KiB): 165276

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

runsolver used 0.104984 second user time and 0.38894 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-12 01:28:07
IDJOB=1797671
IDBENCH=70997
IDSOLVER=650
FILE ID=node23/1797671-1242084486
PBS_JOBID= 9277591
Free space on /tmp= 66420 MiB

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

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

MD5SUM BENCH= b0f091d476e617a8697e9f8acfd1538f
RANDOM SEED=1311316355

node23.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.238
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.238
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:        900080 kB
Buffers:         68688 kB
Cached:         825852 kB
SwapCached:     196860 kB
Active:         220144 kB
Inactive:       872872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        900080 kB
SwapTotal:     4192956 kB
SwapFree:      3990764 kB
Dirty:           11344 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            48908 kB
Committed_AS:   839112 kB
PageTables:       1396 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= 66412 MiB
End job on node23 at 2009-05-12 01:30:20