Trace number 1720628

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
precosat 236UNSAT 32.5111 32.5211

General information on the benchmark

Namecmu-bmc-longmult15.cnf
MD5SUM21b49b73035bb6e7a1dd17830907ac9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.67244
Satisfiable
(Un)Satisfiability was proved
Number of variables7807
Number of clauses24351
Sum of the clauses size58557
Maximum clause length18
Minimum clause length1
Number of clauses of size 153
Number of clauses of size 216386
Number of clauses of size 36700
Number of clauses of size 4908
Number of clauses of size 516
Number of clauses of size over 5288

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1720628-1240658505.cnf
0.00/0.00	c found header 'p cnf 7807 24351'
0.00/0.03	c finished parsing
0.00/0.03	c
0.00/0.03	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.00/0.03	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.00/0.03	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.00/0.03	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.00/0.03	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.00/0.03	c --random=1 --spread=2000 --seed=0 --skip=25
0.00/0.03	c
0.00/0.03	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.00/0.03	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.00/0.03	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.00/0.03	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.00/0.03	c
0.00/0.03	c starting search after 0.0 seconds
0.00/0.03	c no decision limit
0.00/0.03	c
0.00/0.03	c       original/binary      fixed     eliminated      learned       agility
0.00/0.03	c   seconds        variables     equivalent    conflicts       height       MB
0.00/0.03	c
0.00/0.03	c *    0.0    24298    6359     55  1393      0       0      0    0.0   0    2
0.19/0.28	c s    0.3     9421    1253    710  1981   3863       0      0    0.0   0    1
0.19/0.28	c l    0.3     9421    1253    710  1981   3863       0   6502    0.0   0    1
0.19/0.29	c R    0.3     9467    1253    710  1981   3863     100    100   33.2   8    1
0.19/0.30	c N    0.3     9522    1253    710  1981   3863     201    201   27.1  31    2
0.29/0.35	c N    0.4     9533    1253    710  1981   3863     805    805   22.2  29    2
0.29/0.38	c B    0.4     9533    1253    710  1981   3863    1002   1002   21.8  32    2
0.39/0.48	c B    0.5     9533    1253    710  1981   3863    2002   2002   19.2  36    2
0.49/0.50	c s    0.5     9519    1252    710  1982   3863    2079   2079   19.1  35    2
0.49/0.50	c -    0.5     9519    1252    710  1982   3863    2079   6437   19.1  35    2
0.49/0.54	c N    0.5     9546    1252    710  1982   3863    2412   2412   18.2  33    2
0.69/0.77	c s    0.8     9597    1252    710  1982   3863    3823   3823   17.3  37    2
1.10/1.10	c s    1.1    11470    1177    734  2033   3863    5288   5279   16.9  37    2
1.10/1.10	c -    1.1    11470    1177    734  2033   3863    5288   6180   16.9  37    2
1.19/1.23	c +    1.2    11470    1177    734  2033   3863    6180   6798   16.4  38    2
1.19/1.25	c N    1.3    11470    1177    734  2033   3863    6422   6413   16.2  35    2
1.39/1.46	c +    1.5    11489    1177    734  2033   3863    7727   7477   15.9  39    3
1.49/1.52	c B    1.5    11489    1177    734  2033   3863    8005   7106   15.8  38    3
1.59/1.60	c s    1.6    11486    1177    734  2033   3863    8332   7433   15.6  47    3
1.89/1.93	c
1.89/1.93	c       original/binary      fixed     eliminated      learned       agility
1.89/1.93	c   seconds        variables     equivalent    conflicts       height       MB
1.89/1.93	c
1.89/1.93	c +    1.9    11486    1177    734  2033   3863    9656   8224   15.2  48    3
2.49/2.56	c +    2.6    11486    1177    734  2033   3863   12071   9046   14.3  34    3
2.89/2.92	c s    2.9    11488    1177    734  2033   3863   13639   9076   14.0  31    3
3.19/3.25	c +    3.3    12793    1167    736  2041   3863   15086   9950   14.2  43    3
3.39/3.49	c N    3.5    12793    1167    736  2041   3863   16034   9980   14.2  40    3
3.49/3.52	c s    3.5    12673    1167    736  2041   3863   16075   9964   14.2  40    3
3.99/4.09	c +    4.1    15869    1125    755  2064   3863   18855  10945   14.1  21    3
4.19/4.22	c s    4.2    11630    1125    755  2064   3863   19506  10553   14.2  42    3
4.19/4.22	c -    4.2    11630    1125    755  2064   3863   19506  10289   14.2  42    3
4.79/4.85	c +    4.9    11630    1125    755  2064   3863   22152  11317   14.0  40    3
5.19/5.28	c B    5.3    11630    1125    755  2064   3863   24010  11343   13.8  28    3
6.09/6.16	c +    6.2    11630    1125    755  2064   3863   27690  12448   13.4  39    3
7.69/7.79	c +    7.8    11630    1125    755  2064   3863   34611  13692   12.8  37    3
8.69/8.73	c N    8.7    11630    1125    755  2064   3863   38472  13706   12.5  33    4
9.59/9.64	c -    9.6    11509    1125    755  2064   3863   42022  13556   12.1  39    3
9.59/9.65	c -    9.6    11230    1082    755  2064   3906   42022  13421   12.1  39    3
9.59/9.68	c s    9.7    10398    1071    755  2064   3917   42022  12764   12.1  39    3
9.59/9.68	c -    9.7    10398    1071    755  2064   3917   42022  12750   12.1  39    3
9.69/9.70	c +    9.7    10424    1071    755  2064   3917   42022  14025   12.1  39    3
10.39/10.44	c
10.39/10.44	c       original/binary      fixed     eliminated      learned       agility
10.39/10.44	c   seconds        variables     equivalent    conflicts       height       MB
10.39/10.44	c
10.39/10.44	c s   10.4    10424    1071    755  2064   3917   46033  14059   12.0  29    3
11.68/11.70	c +   11.7    10424    1071    755  2064   3917   52526  15427   12.1  40    3
14.08/14.14	c B   14.1    10424    1071    755  2064   3917   64022  15436   12.6  34    4
14.38/14.49	c +   14.5    10424    1071    755  2064   3917   65657  16969   12.6  46    4
17.69/17.72	c s   17.7    10425    1071    755  2064   3917   78311  16995   12.4  30    3
18.49/18.53	c +   18.5    11169    1061    756  2073   3917   82070  18665   12.5  41    4
18.99/19.09	c s   19.1    10176    1049    756  2073   3929   84893  18679   12.4  31    3
18.99/19.09	c -   19.1    10176    1049    756  2073   3929   84893  18106   12.4  31    3
20.19/20.21	c N   20.2    10176    1049    756  2073   3929   89760  18119   12.3  35    4
22.29/22.38	c s   22.4    10177    1049    756  2073   3929   99195  18121   11.9  40    3
22.39/22.48	c +   22.5    10177    1049    756  2073   3929   99509  19916   11.9  40    4
24.29/24.35	c s   24.3    10178    1049    756  2073   3929  107845  19961   11.9  41    3
25.59/25.65	c s   25.6    10161    1032    762  2079   3934  113419  19027   11.8  34    3
25.59/25.65	c -   25.6    10161    1032    762  2079   3934  113419  19717   11.8  34    3
27.69/27.77	c s   27.8    10169    1032    762  2079   3934  122166  19720   11.7  33    3
27.89/27.95	c +   27.9    10257    1032    762  2079   3934  123143  21688   11.7  39    4
28.99/29.04	c s   29.0    10256    1032    762  2079   3934  127894  21706   11.6  37    4
30.29/30.39	c s   30.4     9975    1023    763  2087   3934  133841  21703   11.4  43    3
30.29/30.39	c -   30.4     9975    1023    763  2087   3934  133841  21038   11.4  43    3
31.59/31.68	c
31.59/31.68	c       original/binary      fixed     eliminated      learned       agility
31.59/31.68	c   seconds        variables     equivalent    conflicts       height       MB
31.59/31.68	c
31.59/31.68	c s   31.7    10136    1023    763  2087   3934  139281  21059   11.3  42    3
32.49/32.52	c 0   32.5    20008     225   1484  2164   3934  142263  21037   11.2  38    4
32.49/32.52	c
32.49/32.52	s UNSATISFIABLE
32.49/32.52	c
32.49/32.52	c 142263 conflicts, 162881 decisions, 1 random
32.49/32.52	c 7 iterations, 2 restarts, 400 skipped
32.49/32.52	c 15 enlarged, 477 shrunken, 1390 rescored, 60 rebiased
32.49/32.52	c 19 simplifications, 0 reductions
32.49/32.52	c
32.49/32.52	c vars: 1484 fixed, 2164 equiv, 3934 elim, 2496 merged
32.49/32.52	c elim: 170999 resolutions, 4 phases, 4 rounds
32.49/32.52	c sbst: 96% substituted, 6.4% nots, 82.9% ands, 10.5% xors, 0.2% ites
32.49/32.52	c arty: 2.18 and 2.03 xor average arity
32.49/32.52	c prbe: 52939 probed, 15 phases, 24 rounds
32.49/32.52	c prbe: 47 failed, 151 lifted, 308 merged
32.49/32.52	c sccs: 11 non trivial, 0 fixed, 14 merged
32.49/32.52	c hash: 36 units, 2174 merged
32.49/32.52	c mins: 2254212 learned, 51% deleted, 78 strong, 74 depth
32.49/32.52	c subs: 1654 forward, 1619 backward, 14734 doms
32.49/32.52	c strs: 3070 forward, 284 backward
32.49/32.52	c doms: 16675 dominators, 13926 high, 147 low
32.49/32.52	c prps: 36948933 propagations, 1.14 megaprops
32.49/32.52	c
32.49/32.52	c 32.5 seconds, 4 MB max, 12 MB recycled

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-1720628-1240658505/watcher-1720628-1240658505 -o /tmp/evaluation-result-1720628-1240658505/solver-1720628-1240658505 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1720628-1240658505.cnf 

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.92 0.98 0.99 3/64 13160
/proc/meminfo: memFree=1843960/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=1516 CPUtime=0
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 93883387 1552384 273 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 379 274 63 155 0 222 0

[startup+0.0423711 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13160
/proc/meminfo: memFree=1843960/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=3376 CPUtime=0.03
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 802 0 0 0 3 0 0 0 18 0 1 0 93883387 3457024 753 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 844 753 79 155 0 687 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3376

[startup+0.101378 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13160
/proc/meminfo: memFree=1843960/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=3640 CPUtime=0.09
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 872 0 0 0 9 0 0 0 18 0 1 0 93883387 3727360 823 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 910 823 79 155 0 753 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3640

[startup+0.301407 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13160
/proc/meminfo: memFree=1843960/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=4120 CPUtime=0.29
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1056 0 0 0 29 0 0 0 19 0 1 0 93883387 4218880 942 1992294400 134512640 135151029 4294956240 18446744073709551615 134703854 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1030 942 79 155 0 873 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4120

[startup+0.701463 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 13160
/proc/meminfo: memFree=1843960/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=4120 CPUtime=0.69
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1056 0 0 0 69 0 0 0 22 0 1 0 93883387 4218880 942 1992294400 134512640 135151029 4294956240 18446744073709551615 134552946 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1030 942 79 155 0 873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4120

[startup+1.50158 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 13161
/proc/meminfo: memFree=1840496/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=4124 CPUtime=1.49
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1057 0 0 0 149 0 0 0 25 0 1 0 93883387 4222976 943 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1031 943 79 155 0 874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4124

[startup+3.1018 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 13161
/proc/meminfo: memFree=1840368/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=4124 CPUtime=3.09
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1057 0 0 0 309 0 0 0 25 0 1 0 93883387 4222976 943 1992294400 134512640 135151029 4294956240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1031 943 79 155 0 874 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4124

[startup+6.30126 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1839920/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=4636 CPUtime=6.29
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1176 0 0 0 629 0 0 0 25 0 1 0 93883387 4747264 1062 1992294400 134512640 135151029 4294956240 18446744073709551615 134552965 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1159 1062 79 155 0 1002 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4636

[startup+12.7012 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1839608/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=4888 CPUtime=12.68
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1312 0 0 0 1268 0 0 0 25 0 1 0 93883387 5005312 1112 1992294400 134512640 135151029 4294956240 18446744073709551615 134554791 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1222 1112 79 155 0 1065 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4888

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1838840/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=5636 CPUtime=25.49
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1567 0 0 0 2548 1 0 0 25 0 1 0 93883387 5771264 1289 1992294400 134512640 135151029 4294956240 18446744073709551615 134542610 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1409 1289 79 155 0 1252 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5636

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

[startup+28.7015 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1838840/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=5636 CPUtime=28.69
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1573 0 0 0 2868 1 0 0 25 0 1 0 93883387 5771264 1295 1992294400 134512640 135151029 4294956240 18446744073709551615 134554766 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1409 1295 79 155 0 1252 0
Current children cumulated CPU time (s) 28.69
Current children cumulated vsize (KiB) 5636

[startup+30.3017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1838712/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=5636 CPUtime=30.29
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1595 0 0 0 3028 1 0 0 25 0 1 0 93883387 5771264 1317 1992294400 134512640 135151029 4294956240 18446744073709551615 134574207 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1409 1317 79 155 0 1252 0
Current children cumulated CPU time (s) 30.29
Current children cumulated vsize (KiB) 5636

[startup+31.9049 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1838712/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=5636 CPUtime=31.89
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1595 0 0 0 3188 1 0 0 25 0 1 0 93883387 5771264 1317 1992294400 134512640 135151029 4294956240 18446744073709551615 134551616 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1409 1317 79 155 0 1252 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 5636

[startup+32.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1838712/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=5636 CPUtime=32.29
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1595 0 0 0 3228 1 0 0 25 0 1 0 93883387 5771264 1317 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1409 1317 79 155 0 1252 0
Current children cumulated CPU time (s) 32.29
Current children cumulated vsize (KiB) 5636

[startup+32.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 13161
/proc/meminfo: memFree=1838712/2055920 swapFree=4181332/4192956
[pid=13160] ppid=13158 vsize=5636 CPUtime=32.49
/proc/13160/stat : 13160 (precosat) R 13158 13160 12839 0 -1 4194304 1595 0 0 0 3248 1 0 0 25 0 1 0 93883387 5771264 1317 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/13160/statm: 1409 1317 79 155 0 1252 0
Current children cumulated CPU time (s) 32.49
Current children cumulated vsize (KiB) 5636

Child status: 20
Real time (s): 32.5211
CPU time (s): 32.5111
CPU user time (s): 32.4981
CPU system time (s): 0.012998
CPU usage (%): 99.9693
Max. virtual memory (cumulated for all children) (KiB): 5648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.4981
system time used= 0.012998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1596
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= 2
involuntary context switches= 86

runsolver used 0.023996 second user time and 0.080987 second system time

The end

Launcher Data

Begin job on node29 at 2009-04-25 13:21:45
IDJOB=1720628
IDBENCH=69621
IDSOLVER=507
FILE ID=node29/1720628-1240658505
PBS_JOBID= 9186536
Free space on /tmp= 66396 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT_RACE08/cnf/cmu-bmc-longmult15.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720628-1240658505/watcher-1720628-1240658505 -o /tmp/evaluation-result-1720628-1240658505/solver-1720628-1240658505 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1720628-1240658505.cnf

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

MD5SUM BENCH= 21b49b73035bb6e7a1dd17830907ac9d
RANDOM SEED=740488691

node29.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.281
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.281
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:       1844440 kB
Buffers:         12148 kB
Cached:         144752 kB
SwapCached:       5824 kB
Active:          35664 kB
Inactive:       129512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844440 kB
SwapTotal:     4192956 kB
SwapFree:      4181332 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:          13456 kB
Slab:            32240 kB
Committed_AS:   353748 kB
PageTables:       1472 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= 66396 MiB
End job on node29 at 2009-04-25 13:22:18