Trace number 1797653

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 423.736 423.921

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.5637
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
13.88/13.94	This is MiniSat 2.0 beta
13.88/13.94	WARNING: for repeatability, setting FPU to use double precision
13.88/13.95	============================[ Problem Statistics ]=============================
13.88/13.95	|                                                                             |
13.88/13.95	|  Number of variables:  286329                                               |
13.88/13.95	|  Number of clauses:    761098                                               |
14.28/14.39	|  Parsing time:         0.38         s                                       |
14.37/14.42	============================[ Search Statistics ]==============================
14.37/14.42	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.37/14.42	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.37/14.42	===============================================================================
14.37/14.42	|         0 |  286329   704958  1643699 |   234986        0    nan |  0.000 % |
14.37/14.43	|       100 |  286329   704958  1643699 |   258484      100      3 |  0.000 % |
14.77/14.83	|       250 |  286329   704958  1643699 |   284333      250     24 |  0.000 % |
15.47/15.57	|       475 |  286329   704958  1643699 |   312766      475     34 |  0.000 % |
15.77/15.84	|       813 |  286329   704958  1643699 |   344043      813     35 |  0.000 % |
17.37/17.41	|      1319 |  286327   704955  1643693 |   378447     1317     32 |  0.011 % |
19.97/20.06	|      2080 |  286298   704826  1643406 |   416292     2078     32 |  0.011 % |
23.76/23.82	|      3219 |  286298   704826  1643406 |   457921     3217     41 |  0.011 % |
27.56/27.64	|      4930 |  286229   704568  1642832 |   503713     4924     34 |  0.053 % |
30.46/30.58	|      7492 |  286142   704178  1641965 |   554084     7482     33 |  0.085 % |
33.86/33.97	|     11336 |  286027   703662  1640817 |   609493    11324     30 |  0.105 % |
39.86/39.97	|     17103 |  286027   703662  1640817 |   670442    17091     31 |  0.105 % |
53.06/53.15	|     25752 |  286027   703662  1640817 |   737486    25740     32 |  0.105 % |
104.63/104.79	|     38726 |  285996   703533  1640530 |   811235    38712     34 |  0.127 % |
164.51/164.69	|     58187 |  285966   703404  1640242 |   892358    58173     34 |  0.127 % |
245.57/245.76	|     87379 |  285798   702690  1638654 |   981594    87333     33 |  0.185 % |
422.69/422.92	===============================================================================
422.69/422.92	restarts              : 16
422.69/422.92	conflicts             : 127604         (312 /sec)
422.69/422.92	decisions             : 173508         (1.93 % random) (425 /sec)
422.69/422.92	propagations          : 776385719      (1899787 /sec)
422.69/422.92	conflict literals     : 4275755        (58.66 % deleted)
422.69/422.92	Memory used           : 69.23 MB
422.69/422.92	CPU time              : 408.67 s
422.69/422.92	
422.69/422.92	UNSATISFIABLE
422.69/422.93	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-1797653-1242083334/watcher-1797653-1242083334 -o /tmp/evaluation-result-1797653-1242083334/solver-1797653-1242083334 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797653-1242083334.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 7860
/proc/meminfo: memFree=1104968/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=11128 CPUtime=0
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 236361066 11395072 174 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 2782 174 90 274 0 2505 0

[startup+0.0853841 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7860
/proc/meminfo: memFree=1104968/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=11128 CPUtime=0.07
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 1514 0 0 0 7 0 0 0 18 0 1 0 236361066 11395072 1497 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 2782 1497 90 274 0 2505 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11128

[startup+0.101388 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7860
/proc/meminfo: memFree=1104968/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=11128 CPUtime=0.1
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 1776 0 0 0 9 1 0 0 18 0 1 0 236361066 11395072 1759 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 2782 1760 90 274 0 2505 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11128

[startup+0.30141 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7860
/proc/meminfo: memFree=1104968/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=36788 CPUtime=0.29
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 8027 0 0 0 26 3 0 0 19 0 1 0 236361066 37670912 8010 1992294400 134512640 135635349 4294956224 18446744073709551615 134535675 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 9197 8013 90 274 0 8920 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36788

[startup+0.701453 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 7860
/proc/meminfo: memFree=1104968/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=54304 CPUtime=0.69
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 13406 0 0 0 63 6 0 0 23 0 1 0 236361066 55607296 13389 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 13576 13389 97 274 0 13299 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54304

[startup+1.50154 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 7861
/proc/meminfo: memFree=1048064/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=63544 CPUtime=1.49
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 15710 0 0 0 142 7 0 0 25 0 1 0 236361066 65069056 15693 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 15886 15693 97 274 0 15609 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63544

[startup+3.10172 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 7861
/proc/meminfo: memFree=1035648/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=80968 CPUtime=3.09
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 20063 0 0 0 300 9 0 0 25 0 1 0 236361066 82911232 20046 1992294400 134512640 135635349 4294956224 18446744073709551615 134534182 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 20242 20046 97 274 0 19965 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80968

[startup+6.30109 s]
/proc/loadavg: 1.08 1.02 1.01 2/65 7861
/proc/meminfo: memFree=1000832/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=117796 CPUtime=6.29
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 29268 0 0 0 614 15 0 0 25 0 1 0 236361066 120623104 29251 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 29449 29251 97 274 0 29172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117796

[startup+12.7018 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 7861
/proc/meminfo: memFree=927040/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=12.68
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 44407 0 0 0 1068 200 0 0 25 0 1 0 236361066 176328704 42870 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 43049 42870 100 274 0 42772 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 172196

[startup+25.5013 s]
/proc/loadavg: 1.13 1.03 1.01 2/66 7862
/proc/meminfo: memFree=874488/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=49784 CPUtime=11.54
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 11699 0 0 0 1147 7 0 0 25 0 1 0 236362459 50978816 11441 1992294400 134512640 135212939 4294956320 18446744073709551615 134526857 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 12446 11441 77 170 0 12274 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 221980

[startup+51.1012 s]
/proc/loadavg: 1.08 1.03 1.01 2/66 7862
/proc/meminfo: memFree=871288/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=53312 CPUtime=37.14
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 12572 0 0 0 3706 8 0 0 25 0 1 0 236362459 54591488 12314 1992294400 134512640 135212939 4294956320 18446744073709551615 134538795 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 13328 12314 77 170 0 13156 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 225508

[startup+102.307 s]
/proc/loadavg: 1.03 1.02 1.00 2/66 7862
/proc/meminfo: memFree=868216/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=56128 CPUtime=88.32
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 13285 0 0 0 8823 9 0 0 25 0 1 0 236362459 57475072 13027 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 14032 13027 77 170 0 13860 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 228324

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/66 7862
/proc/meminfo: memFree=864824/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=59640 CPUtime=148.29
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 14166 0 0 0 14819 10 0 0 25 0 1 0 236362459 61071360 13908 1992294400 134512640 135212939 4294956320 18446744073709551615 134526800 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 14910 13908 77 170 0 14738 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 231836

[startup+222.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 7862
/proc/meminfo: memFree=861048/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=63724 CPUtime=208.26
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 15107 0 0 0 20815 11 0 0 25 0 1 0 236362459 65253376 14849 1992294400 134512640 135212939 4294956320 18446744073709551615 134527051 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 15931 14849 77 170 0 15759 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 235920

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=857720/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=67092 CPUtime=268.23
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 15930 0 0 0 26811 12 0 0 25 0 1 0 236362459 68702208 15672 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 16773 15672 77 170 0 16601 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 239288

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=854840/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=69900 CPUtime=328.21
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 16633 0 0 0 32808 13 0 0 25 0 1 0 236362459 71577600 16375 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 17475 16375 77 170 0 17303 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 242096

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=853816/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=70884 CPUtime=388.19
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 16892 0 0 0 38806 13 0 0 25 0 1 0 236362459 72585216 16634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 17721 16634 77 170 0 17549 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 243080

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

[startup+409.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=853816/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=70884 CPUtime=395.38
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 16892 0 0 0 39525 13 0 0 25 0 1 0 236362459 72585216 16634 1992294400 134512640 135212939 4294956320 18446744073709551615 134536120 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 17721 16634 77 170 0 17549 0
Current children cumulated CPU time (s) 409.3
Current children cumulated vsize (KiB) 243080

[startup+415.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=853816/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=70884 CPUtime=401.78
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 16892 0 0 0 40165 13 0 0 25 0 1 0 236362459 72585216 16634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 17721 16634 77 170 0 17549 0
Current children cumulated CPU time (s) 415.7
Current children cumulated vsize (KiB) 243080

[startup+419.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=853816/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=70884 CPUtime=404.98
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 16892 0 0 0 40485 13 0 0 25 0 1 0 236362459 72585216 16634 1992294400 134512640 135212939 4294956320 18446744073709551615 134526674 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 17721 16634 77 170 0 17549 0
Current children cumulated CPU time (s) 418.9
Current children cumulated vsize (KiB) 243080

[startup+422.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=853816/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=13.92
/proc/7860/stat : 7860 (IUT_BMB_SIM) S 7858 7860 7351 0 -1 4194304 44413 0 0 0 1105 287 0 0 25 0 1 0 236361066 176328704 42875 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/7860/statm: 43049 42875 105 274 0 42772 0
[pid=7862] ppid=7860 vsize=70884 CPUtime=408.18
/proc/7862/stat : 7862 (minisat) R 7860 7860 7351 0 -1 4194304 16893 0 0 0 40805 13 0 0 25 0 1 0 236362459 72585216 16635 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/7862/statm: 17721 16635 77 170 0 17549 0
Current children cumulated CPU time (s) 422.1
Current children cumulated vsize (KiB) 243080

[startup+423.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 7862
/proc/meminfo: memFree=853816/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=172196 CPUtime=422.89
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 59422 16904 0 0 1120 289 40866 14 19 0 1 0 236361066 176328704 42876 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 43049 42876 106 274 0 42772 0
Current children cumulated CPU time (s) 422.89
Current children cumulated vsize (KiB) 172196

[startup+423.505 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7862
/proc/meminfo: memFree=926784/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=165484 CPUtime=423.29
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 74879 16904 0 0 1158 291 40866 14 24 0 1 0 236361066 169455616 41198 1992294400 134512640 135635349 4294956224 18446744073709551615 134530709 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 41371 41198 106 274 0 41094 0
Current children cumulated CPU time (s) 423.29
Current children cumulated vsize (KiB) 165484

[startup+423.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7862
/proc/meminfo: memFree=926784/2055920 swapFree=4191900/4192956
[pid=7860] ppid=7858 vsize=133112 CPUtime=423.69
/proc/7860/stat : 7860 (IUT_BMB_SIM) R 7858 7860 7351 0 -1 4194304 74879 16904 0 0 1197 292 40866 14 25 0 1 0 236361066 136306688 33105 1992294400 134512640 135635349 4294956224 18446744073709551615 135137585 0 0 4096 0 0 0 0 17 0 0 0
/proc/7860/statm: 33278 33105 767 274 0 33001 0
Current children cumulated CPU time (s) 423.69
Current children cumulated vsize (KiB) 133112

Child status: 0
Real time (s): 423.921
CPU time (s): 423.736
CPU user time (s): 420.644
CPU system time (s): 3.09153
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 243080

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

runsolver used 0.396939 second user time and 1.15282 second system time

The end

Launcher Data

Begin job on node62 at 2009-05-12 01:08:55
IDJOB=1797653
IDBENCH=70954
IDSOLVER=650
FILE ID=node62/1797653-1242083334
PBS_JOBID= 9277611
Free space on /tmp= 66376 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-col400-16.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797653-1242083334/watcher-1797653-1242083334 -o /tmp/evaluation-result-1797653-1242083334/solver-1797653-1242083334 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797653-1242083334.cnf HOME

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=573202645

node62.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.220
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.220
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:       1105384 kB
Buffers:         64604 kB
Cached:         802808 kB
SwapCached:        268 kB
Active:          53468 kB
Inactive:       828748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1105384 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           17308 kB
Writeback:           0 kB
Mapped:          23368 kB
Slab:            54144 kB
Committed_AS:   620436 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66360 MiB
End job on node62 at 2009-05-12 01:15:59