Trace number 1727272

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_SAT 1.0UNSAT 474.683 474.92

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.948
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data

0.00/0.00	c IUT_BMB_SAT version 1.0
23.17/23.26	c WARNING: for repeatability, setting FPU to use double precision
23.17/23.26	c ============================[ Problem Statistics ]=============================
23.17/23.26	c |                                                                             |
23.17/23.26	c |  Number of variables:  29249                                                |
23.17/23.26	c |  Number of clauses:    861366                                               |
24.75/24.81	c |  Parsing time:         1.48         s                                       |
37.25/37.39	c ============================[ Search Statistics ]==============================
37.25/37.39	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.25/37.39	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.25/37.39	c ===============================================================================
37.25/37.39	c |         0 |   18462   480641  1194526 |   160213        0    nan |  0.000 % |
37.35/37.47	c |       100 |   18439   480641  1194526 |   176235       86      6 | 23.491 % |
37.45/37.54	c |       250 |   18427   480641  1194526 |   193858      227      7 | 23.539 % |
37.55/37.61	c |       475 |   18421   480641  1194526 |   213244      446      8 | 23.567 % |
37.65/37.75	c |       812 |   18400   480641  1194526 |   234568      767      8 | 23.676 % |
37.85/37.93	c |      1318 |   18375   480641  1194526 |   258025     1252      8 | 23.775 % |
38.05/38.13	c |      2077 |   18339   480641  1194526 |   283828     1987      8 | 23.960 % |
38.45/38.55	c |      3216 |   18285   480641  1194526 |   312211     3093      9 | 24.182 % |
39.35/39.42	c |      4924 |   18185   465512  1161179 |   343432     4542     10 | 24.353 % |
40.55/40.64	c |      7486 |   18148   465512  1161179 |   377775     7073     11 | 24.486 % |
42.65/42.77	c |     11330 |   18091   460994  1151099 |   415552    10775     13 | 24.674 % |
46.54/46.65	c |     17096 |   18017   458384  1145213 |   457108    16406     14 | 24.934 % |
52.04/52.13	c |     25745 |   17889   449971  1126678 |   502819    24678     15 | 25.365 % |
60.83/60.99	c |     38721 |   17523   436482  1095918 |   553101    37230     17 | 26.620 % |
78.43/78.57	c |     58182 |   17470   433386  1088925 |   608411    56513     21 | 26.798 % |
112.42/112.50	c |     87376 |   17427   431402  1084492 |   669252    85639     31 | 26.945 % |
177.68/177.82	c |    131165 |   17351   427972  1076837 |   736177   128945     37 | 27.225 % |
327.41/327.66	c |    196849 |   17255   423343  1066402 |   809795   193601     43 | 27.543 % |
471.13/471.41	c ===============================================================================
471.13/471.41	c restarts              : 18
471.13/471.41	c conflicts             : 250636         (560 /sec)
471.13/471.41	c decisions             : 504038         (1.50 % random) (1126 /sec)
471.13/471.41	c propagations          : 167290563      (373607 /sec)
471.13/471.41	c conflict literals     : 10725720       (46.02 % deleted)
471.13/471.41	c Memory used           : 84.71 MB
471.13/471.41	c CPU time              : 447.771 s
471.13/471.41	
471.13/471.42	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-1727272-1240722911/watcher-1727272-1240722911 -o /tmp/evaluation-result-1727272-1240722911/solver-1727272-1240722911 -C 1200 -W 1800 -M 1800 --output-limit 1,15 IUT_BMB_SAT HOME/instance-1727272-1240722911.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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 1.01 0.99 3/65 20307
/proc/meminfo: memFree=1495136/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=11380 CPUtime=0
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 186 0 0 0 0 0 0 0 18 0 1 0 100320794 11653120 169 1992294400 134512640 135635285 4294956224 18446744073709551615 134533635 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 2845 170 92 274 0 2568 0

[startup+0.0977069 s]
/proc/loadavg: 0.93 1.01 0.99 3/65 20307
/proc/meminfo: memFree=1495136/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=11380 CPUtime=0.08
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 1706 0 0 0 8 0 0 0 18 0 1 0 100320794 11653120 1689 1992294400 134512640 135635285 4294956224 18446744073709551615 134533654 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 2845 1690 92 274 0 2568 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11380

[startup+0.101707 s]
/proc/loadavg: 0.93 1.01 0.99 3/65 20307
/proc/meminfo: memFree=1495136/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=11380 CPUtime=0.09
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 1771 0 0 0 9 0 0 0 18 0 1 0 100320794 11653120 1754 1992294400 134512640 135635285 4294956224 18446744073709551615 134533644 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 2845 1755 92 274 0 2568 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11380

[startup+0.301742 s]
/proc/loadavg: 0.93 1.01 0.99 3/65 20307
/proc/meminfo: memFree=1495136/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=20016 CPUtime=0.29
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 4812 0 0 0 28 1 0 0 20 0 1 0 100320794 20496384 4795 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 5004 4795 99 274 0 4727 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20016

[startup+0.701813 s]
/proc/loadavg: 0.93 1.01 0.99 3/65 20307
/proc/meminfo: memFree=1495136/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=24108 CPUtime=0.69
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 5838 0 0 0 67 2 0 0 24 0 1 0 100320794 24686592 5821 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 6027 5821 99 274 0 5750 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24108

[startup+1.50196 s]
/proc/loadavg: 0.93 1.01 0.99 2/66 20308
/proc/meminfo: memFree=1469400/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=31236 CPUtime=1.49
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 7645 0 0 0 145 4 0 0 25 0 1 0 100320794 31985664 7628 1992294400 134512640 135635285 4294956224 18446744073709551615 134530655 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 7809 7629 99 274 0 7532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31236

[startup+3.10124 s]
/proc/loadavg: 0.93 1.01 0.99 2/66 20308
/proc/meminfo: memFree=1459800/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=44436 CPUtime=3.09
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 10941 0 0 0 303 6 0 0 25 0 1 0 100320794 45502464 10924 1992294400 134512640 135635285 4294956224 18446744073709551615 134528203 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 11109 10924 99 274 0 10832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44436

[startup+6.30181 s]
/proc/loadavg: 0.94 1.01 0.99 2/66 20308
/proc/meminfo: memFree=1434136/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=68328 CPUtime=6.29
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 16918 0 0 0 620 9 0 0 25 0 1 0 100320794 69967872 16901 1992294400 134512640 135635285 4294956224 18446744073709551615 135072790 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 17082 16901 99 274 0 16805 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 68328

[startup+12.702 s]
/proc/loadavg: 0.94 1.01 0.99 2/66 20308
/proc/meminfo: memFree=1376984/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=125768 CPUtime=12.69
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 31257 0 0 0 1253 16 0 0 25 0 1 0 100320794 128786432 31240 1992294400 134512640 135635285 4294956224 18446744073709551615 134530655 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 31442 31240 99 274 0 31165 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125768

[startup+25.5013 s]
/proc/loadavg: 0.95 1.01 0.99 2/68 20310
/proc/meminfo: memFree=1262600/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=52176 CPUtime=2.23
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 12407 0 0 0 216 7 0 0 25 0 1 0 100323121 53428224 12388 1992294400 134512640 135243223 4294956320 18446744073709551615 134535297 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 13044 12388 76 178 0 12864 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 228848

[startup+51.1018 s]
/proc/loadavg: 1.03 1.02 1.00 2/68 20310
/proc/meminfo: memFree=1249608/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=64104 CPUtime=27.81
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 18504 0 0 0 2772 9 0 0 25 0 1 0 100323121 65642496 15698 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 16026 15698 85 178 0 15846 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 240776

[startup+102.306 s]
/proc/loadavg: 1.01 1.02 1.00 2/68 20310
/proc/meminfo: memFree=1249480/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=64396 CPUtime=79
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 18558 0 0 0 7890 10 0 0 25 0 1 0 100323121 65941504 15752 1992294400 134512640 135243223 4294956320 18446744073709551615 134555504 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 16099 15752 85 178 0 15919 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 241068

[startup+162.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/68 20310
/proc/meminfo: memFree=1249096/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=64940 CPUtime=138.96
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 18698 0 0 0 13886 10 0 0 25 0 1 0 100323121 66498560 15892 1992294400 134512640 135243223 4294956320 18446744073709551615 134555653 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 16235 15892 85 178 0 16055 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 241612

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20310
/proc/meminfo: memFree=1242824/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=71292 CPUtime=198.93
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 20259 0 0 0 19882 11 0 0 25 0 1 0 100323121 73003008 17453 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 17823 17453 85 178 0 17643 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 247964

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20310
/proc/meminfo: memFree=1237320/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=76716 CPUtime=258.91
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 21658 0 0 0 25879 12 0 0 25 0 1 0 100323121 78557184 18852 1992294400 134512640 135243223 4294956320 18446744073709551615 134556015 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 19179 18852 85 178 0 18999 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 253388

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20310
/proc/meminfo: memFree=1232072/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=81788 CPUtime=318.88
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 22939 0 0 0 31874 14 0 0 25 0 1 0 100323121 83750912 20133 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 20447 20133 85 178 0 20267 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 258460

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20310
/proc/meminfo: memFree=1228424/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=85824 CPUtime=378.84
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 23844 0 0 0 37869 15 0 0 25 0 1 0 100323121 87883776 21038 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 21456 21038 85 178 0 21276 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 262496

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20310
/proc/meminfo: memFree=1227400/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=86740 CPUtime=438.81
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 24080 0 0 0 43866 15 0 0 25 0 1 0 100323121 88821760 21274 1992294400 134512640 135243223 4294956320 18446744073709551615 134555557 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 21685 21274 85 178 0 21505 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 263412

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

[startup+467.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20310
/proc/meminfo: memFree=1227400/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=86740 CPUtime=443.61
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 24080 0 0 0 44346 15 0 0 25 0 1 0 100323121 88821760 21274 1992294400 134512640 135243223 4294956320 18446744073709551615 134555771 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 21685 21274 85 178 0 21505 0
Current children cumulated CPU time (s) 466.84
Current children cumulated vsize (KiB) 263412

[startup+470.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 20310
/proc/meminfo: memFree=1227400/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=171316 CPUtime=23.23
/proc/20307/stat : 20307 (IUT_BMB_SAT) S 20305 20307 20243 0 -1 4194304 42757 0 0 0 2002 321 0 0 25 0 1 0 100320794 175427584 42649 1992294400 134512640 135635285 4294956224 18446744073709551615 135129070 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/20307/statm: 42829 42649 106 274 0 42552 0
[pid=20309] ppid=20307 vsize=5356 CPUtime=0
/proc/20309/stat : 20309 (sh) S 20307 20307 20243 0 -1 4194304 270 0 0 0 0 0 0 0 25 0 1 0 100323119 5484544 232 1992294400 4194304 4889804 548682068912 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20309/statm: 1339 232 193 169 0 50 0
[pid=20310] ppid=20309 vsize=86740 CPUtime=446.8
/proc/20310/stat : 20310 (minisat) R 20309 20307 20243 0 -1 4194304 24080 0 0 0 44665 15 0 0 25 0 1 0 100323121 88821760 21274 1992294400 134512640 135243223 4294956320 18446744073709551615 134555744 0 0 4096 3 0 0 0 17 0 0 0
/proc/20310/statm: 21685 21274 85 178 0 21505 0
Current children cumulated CPU time (s) 470.03
Current children cumulated vsize (KiB) 263412

[startup+473.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20310
/proc/meminfo: memFree=1314520/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=167876 CPUtime=473.24
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 80963 24368 0 0 2204 326 44777 17 25 0 1 0 100320794 171905024 41790 1992294400 134512640 135635285 4294956224 18446744073709551615 135063515 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 41969 41790 107 274 0 41692 0
Current children cumulated CPU time (s) 473.24
Current children cumulated vsize (KiB) 167876

[startup+474.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20310
/proc/meminfo: memFree=1315928/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=167876 CPUtime=474.04
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 80963 24368 0 0 2284 326 44777 17 25 0 1 0 100320794 171905024 41790 1992294400 134512640 135635285 4294956224 18446744073709551615 135063321 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 41969 41790 107 274 0 41692 0
Current children cumulated CPU time (s) 474.04
Current children cumulated vsize (KiB) 167876

[startup+474.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20310
/proc/meminfo: memFree=1315928/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=72584 CPUtime=474.44
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 80964 24368 0 0 2323 327 44777 17 25 0 1 0 100320794 74326016 17967 1992294400 134512640 135635285 4294956224 18446744073709551615 135063321 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 18146 17967 107 274 0 17869 0
Current children cumulated CPU time (s) 474.44
Current children cumulated vsize (KiB) 72584

[startup+474.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 20310
/proc/meminfo: memFree=1315928/2055920 swapFree=4192952/4192956
[pid=20307] ppid=20305 vsize=72584 CPUtime=474.64
/proc/20307/stat : 20307 (IUT_BMB_SAT) R 20305 20307 20243 0 -1 4194304 80964 24368 0 0 2343 327 44777 17 25 0 1 0 100320794 74326016 17967 1992294400 134512640 135635285 4294956224 18446744073709551615 135063360 0 0 4096 0 0 0 0 17 0 0 0
/proc/20307/statm: 18146 17967 107 274 0 17869 0
Current children cumulated CPU time (s) 474.64
Current children cumulated vsize (KiB) 72584

Child status: 0
Real time (s): 474.92
CPU time (s): 474.683
CPU user time (s): 471.213
CPU system time (s): 3.46947
CPU usage (%): 99.9501
Max. virtual memory (cumulated for all children) (KiB): 263412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 471.213
system time used= 3.46947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105335
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= 8
involuntary context switches= 1779

runsolver used 0.395939 second user time and 1.3368 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-26 07:15:13
IDJOB=1727272
IDBENCH=24634
IDSOLVER=523
FILE ID=node89/1727272-1240722911
PBS_JOBID= 9186934
Free space on /tmp= 66372 MiB

SOLVER NAME= IUT_BMB_SAT 1.0
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
COMMAND LINE= IUT_BMB_SAT BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727272-1240722911/watcher-1727272-1240722911 -o /tmp/evaluation-result-1727272-1240722911/solver-1727272-1240722911 -C 1200 -W 1800 -M 1800 --output-limit 1,15  IUT_BMB_SAT HOME/instance-1727272-1240722911.cnf HOME

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1631224093

node89.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1495616 kB
Buffers:         55612 kB
Cached:         413108 kB
SwapCached:          4 kB
Active:         207396 kB
Inactive:       275152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1495616 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:           14284 kB
Writeback:           0 kB
Mapped:          23536 kB
Slab:            63664 kB
Committed_AS:   304576 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66356 MiB
End job on node89 at 2009-04-26 07:23:08