Trace number 1723564

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 74.5627 74.8578

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.8813
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

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-1723564-1240687075.cnf
0.00/0.00	c found header 'p cnf 17710 304026'
0.59/0.64	c finished parsing
0.59/0.64	c
0.59/0.64	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.59/0.64	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.59/0.64	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.59/0.64	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.59/0.64	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.59/0.64	c --random=1 --spread=2000 --seed=0 --skip=25
0.59/0.64	c
0.59/0.64	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.59/0.64	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.59/0.64	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.59/0.64	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.59/0.64	c
0.59/0.64	c starting search after 0.6 seconds
0.59/0.64	c no decision limit
0.59/0.66	c
0.59/0.66	c       original/binary      fixed     eliminated      learned       agility
0.59/0.66	c   seconds        variables     equivalent    conflicts       height       MB
0.59/0.66	c
0.59/0.66	c *    0.7   304025   17709      1     0      0       0      0    0.0   0   23
3.99/4.01	c s    4.0   260010   10716    407    20   6567       0      0    0.0   0   20
3.99/4.01	c l    4.0   260010   10716    407    20   6567       0  30601    0.0   0   20
3.99/4.04	c R    4.0   260010   10716    407    20   6567     102    102  308.8   5   20
3.99/4.07	c R    4.1   260010   10716    407    20   6567     202    202  332.9   3   20
4.09/4.17	c R    4.2   260016   10716    407    20   6567     808    805  296.2   5   20
4.19/4.23	c B    4.2   260018   10716    407    20   6567    1001    998  301.6   3   21
4.39/4.45	c B    4.4   260040   10716    407    20   6567    2002   1995  317.1   3   21
4.49/4.51	c R    4.5   260044   10716    407    20   6567    2427   2420  311.9   8   21
5.57/5.89	c R    5.7   266428   10581    524    38   6567    6437   6414  290.4   5   23
5.96/6.20	c B    6.0   266543   10581    524    38   6567    8003   7978  282.6   1   24
7.86/8.17	c R    7.9   276147   10449    640    54   6567   16059  16031  268.5   2   27
10.36/10.60	c s   10.4   272361   10399    670    55   6586   19913  17557  261.2   1   26
10.36/10.60	c -   10.4   272361   10399    670    55   6586   19913  29071  261.2   1   26
11.46/11.79	c B   11.6   282612   10320    733    71   6586   24006  21644  258.2   2   29
12.56/12.86	c +   12.6   289185   10157    865   102   6586   29073  31978  249.4   1   31
14.26/14.60	c +   14.4   292023   10151    869   104   6586   36343  35175  237.7   2   33
14.85/15.10	c R   14.9   294381   10151    869   104   6586   38496  34150  234.0   7   34
17.25/17.58	c s   17.3   253886    9244    872   105   7489   41415  35135  231.3   1   31
17.25/17.58	c
17.25/17.58	c       original/binary      fixed     eliminated      learned       agility
17.25/17.58	c   seconds        variables     equivalent    conflicts       height       MB
17.25/17.58	c
17.25/17.58	c -   17.3   253886    9244    872   105   7489   41415  30954  231.3   1   31
17.25/17.58	c +   17.3   253886    9244    872   105   7489   41415  34049  231.3   1   31
19.65/20.00	c +   19.8   253999    9243    873   105   7489   51766  37453  228.4   2   30
22.45/22.75	c B   22.5   254194    9243    873   105   7489   64015  37470  223.3   1   32
22.65/22.96	c +   22.7   254229    9243    873   105   7489   64706  41198  223.1   1   32
24.15/24.49	c s   24.2   254155    9243    873   105   7489   64834  37608  223.2   1   30
27.74/28.10	c +   27.9   258721    9191    902   128   7489   80883  45317  213.3   3   31
30.45/30.70	c s   30.5   251081    8883    902   129   7796   84162  31948  213.9   1   27
30.45/30.70	c -   30.5   251081    8883    902   129   7796   84162  43052  213.9   1   27
33.24/33.52	c +   33.3   251903    8870    915   129   7796   96046  47357  208.1   1   31
36.13/36.46	c -   36.2   247629    8864    915   129   7802  104938  46410  202.7   2   33
36.94/37.26	c s   37.0   246338    8862    915   129   7804  104938  42013  202.7   2   29
36.94/37.26	c -   37.0   246338    8862    915   129   7804  104938  45946  202.7   2   29
39.73/40.04	c +   39.8   247129    8862    915   129   7804  116480  50540  197.3   2   31
43.82/44.14	c s   43.9   247778    8862    915   129   7804  126906  50555  192.3   1   30
48.61/48.95	c +   48.7   249508    8848    924   134   7804  145601  55594  185.1   2   33
50.81/51.11	c s   50.8   242759    8732    924   134   7920  147831  51939  184.2   1   31
50.81/51.11	c -   50.8   242759    8732    924   134   7920  147831  55039  184.2   1   31
53.91/54.23	c B   54.0   242957    8730    924   136   7920  160054  55121  179.5   2   33
57.21/57.57	c
57.21/57.57	c       original/binary      fixed     eliminated      learned       agility
57.21/57.57	c   seconds        variables     equivalent    conflicts       height       MB
57.21/57.57	c
57.21/57.57	c s   57.3   243030    8730    924   136   7920  167423  55035  176.5   2   31
60.20/60.57	c +   60.3   243115    8730    924   136   7920  180180  60542  173.1   1   32
60.20/60.59	c R   60.3   243115    8730    924   136   7920  180236  55122  173.1   1   32
63.40/63.76	c s   63.5   243262    8730    924   136   7920  187160  60580  171.1   2   31
70.59/70.94	c s   70.7   242056    8686    947   142   7935  207270  58722  165.4   2   30
70.59/70.94	c -   70.7   242056    8686    947   142   7935  207270  58121  165.4   2   30
73.09/73.43	c +   73.1   247729    8550   1060   165   7935  216217  63933  163.1   1   32
74.49/74.85	c 0   74.6   251475    7292   2319   164   7935  221193  63108  161.8   2   33
74.49/74.85	c
74.49/74.85	s UNSATISFIABLE
74.49/74.85	c
74.49/74.85	c 221193 conflicts, 1485953 decisions, 715 random
74.49/74.85	c 5 iterations, 663 restarts, 0 skipped
74.49/74.85	c 11 enlarged, 550 shrunken, 2161 rescored, 77 rebiased
74.49/74.85	c 11 simplifications, 0 reductions
74.49/74.85	c
74.49/74.85	c vars: 2319 fixed, 164 equiv, 7935 elim, 216 merged
74.49/74.85	c elim: 4301495 resolutions, 11 phases, 4 rounds
74.49/74.85	c sbst: 58% substituted, 14.3% nots, 47.7% ands, 0.0% xors, 38.0% ites
74.49/74.85	c arty: 21.89 and 0.00 xor average arity
74.49/74.85	c prbe: 56367 probed, 109 phases, 2 rounds
74.49/74.85	c prbe: 551 failed, 66 lifted, 4 merged
74.49/74.85	c sccs: 2 non trivial, 0 fixed, 2 merged
74.49/74.85	c hash: 9 units, 210 merged
74.49/74.85	c mins: 10891242 learned, 38% deleted, 11 strong, 65 depth
74.49/74.85	c subs: 870 forward, 3616 backward, 24132 doms
74.49/74.85	c strs: 22161 forward, 34 backward
74.49/74.85	c doms: 24625 dominators, 22761 high, 185 low
74.49/74.85	c prps: 125428585 propagations, 1.68 megaprops
74.49/74.85	c
74.49/74.85	c 74.6 seconds, 37 MB max, 43 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-1723564-1240687075/watcher-1723564-1240687075 -o /tmp/evaluation-result-1723564-1240687075/solver-1723564-1240687075 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1723564-1240687075.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: 1.00 1.02 1.00 3/64 19976
/proc/meminfo: memFree=1611448/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=2348 CPUtime=0
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 444 0 0 0 0 0 0 0 18 0 1 0 96740885 2404352 429 1992294400 134512640 135151029 4294956224 18446744073709551615 134515933 0 0 4096 0 0 0 0 17 1 0 0
/proc/19976/statm: 587 432 60 155 0 430 0

[startup+0.0263661 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 19976
/proc/meminfo: memFree=1611448/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=3668 CPUtime=0.02
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 797 0 0 0 2 0 0 0 18 0 1 0 96740885 3756032 782 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19976/statm: 917 782 63 155 0 760 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3668

[startup+0.101379 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 19976
/proc/meminfo: memFree=1611448/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=7488 CPUtime=0.09
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 1859 0 0 0 9 0 0 0 18 0 1 0 96740885 7667712 1746 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19976/statm: 1872 1746 63 155 0 1715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7488

[startup+0.301418 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 19976
/proc/meminfo: memFree=1611448/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=15100 CPUtime=0.29
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 4136 0 0 0 28 1 0 0 19 0 1 0 96740885 15462400 3637 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19976/statm: 3775 3637 63 155 0 3618 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15100

[startup+0.701496 s]
/proc/loadavg: 1.00 1.02 1.00 3/64 19976
/proc/meminfo: memFree=1611448/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=27060 CPUtime=0.69
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 7643 0 0 0 66 3 0 0 22 0 1 0 96740885 27709440 6630 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19976/statm: 6765 6630 79 155 0 6608 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27060

[startup+1.50165 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19977
/proc/meminfo: memFree=1586736/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=30840 CPUtime=1.49
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 10971 0 0 0 144 5 0 0 25 0 1 0 96740885 31580160 7578 1992294400 134512640 135151029 4294956224 18446744073709551615 134518597 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19976/statm: 7710 7578 79 155 0 7553 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30840

[startup+3.10196 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19977
/proc/meminfo: memFree=1579376/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=32924 CPUtime=3.09
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 11461 0 0 0 304 5 0 0 25 0 1 0 96740885 33714176 8068 1992294400 134512640 135151029 4294956224 18446744073709551615 134548072 0 0 4096 17442 0 0 0 17 1 0 0
/proc/19976/statm: 8231 8068 79 155 0 8074 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32924

[startup+6.30177 s]
/proc/loadavg: 1.24 1.07 1.02 2/65 19977
/proc/meminfo: memFree=1578864/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=32924 CPUtime=6.06
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 12232 0 0 0 600 6 0 0 25 0 1 0 96740885 33714176 8069 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 8231 8069 79 155 0 8074 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 32924

[startup+12.702 s]
/proc/loadavg: 1.22 1.07 1.02 2/65 19977
/proc/meminfo: memFree=1574064/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=37848 CPUtime=12.46
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 16182 0 0 0 1238 8 0 0 25 0 1 0 96740885 38756352 9291 1992294400 134512640 135151029 4294956224 18446744073709551615 134551975 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 9462 9291 79 155 0 9305 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 37848

[startup+25.5015 s]
/proc/loadavg: 1.17 1.06 1.01 2/65 19977
/proc/meminfo: memFree=1569392/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42904 CPUtime=25.25
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 22523 0 0 0 2515 10 0 0 25 0 1 0 96740885 43933696 10465 1992294400 134512640 135151029 4294956224 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10726 10465 79 155 0 10569 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 42904

[startup+51.1015 s]
/proc/loadavg: 1.11 1.06 1.01 2/65 19977
/proc/meminfo: memFree=1571376/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42908 CPUtime=50.81
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 31906 0 0 0 5066 15 0 0 25 0 1 0 96740885 43937792 10479 1992294400 134512640 135151029 4294956224 18446744073709551615 134520484 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10727 10479 79 155 0 10570 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 42908

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

[startup+51.4016 s]
/proc/loadavg: 1.11 1.06 1.01 2/65 19977
/proc/meminfo: memFree=1571376/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42908 CPUtime=51.11
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 31906 0 0 0 5096 15 0 0 25 0 1 0 96740885 43937792 10479 1992294400 134512640 135151029 4294956224 18446744073709551615 134554766 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10727 10479 79 155 0 10570 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 42908

[startup+64.201 s]
/proc/loadavg: 1.09 1.05 1.01 2/65 19977
/proc/meminfo: memFree=1569392/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42908 CPUtime=63.9
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 36526 0 0 0 6373 17 0 0 25 0 1 0 96740885 43937792 10479 1992294400 134512640 135151029 4294956224 18446744073709551615 134567851 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10727 10479 79 155 0 10570 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 42908

[startup+70.6013 s]
/proc/loadavg: 1.08 1.05 1.01 2/65 19977
/proc/meminfo: memFree=1571440/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=40856 CPUtime=70.3
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 38067 0 0 0 7012 18 0 0 25 0 1 0 96740885 41836544 9967 1992294400 134512640 135151029 4294956224 18446744073709551615 134521933 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10214 9967 79 155 0 10057 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 40856

[startup+72.2016 s]
/proc/loadavg: 1.08 1.05 1.01 2/65 19977
/proc/meminfo: memFree=1569392/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42908 CPUtime=71.89
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 38837 0 0 0 7171 18 0 0 25 0 1 0 96740885 43937792 10480 1992294400 134512640 135151029 4294956224 18446744073709551615 134530812 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10727 10480 79 155 0 10570 0
Current children cumulated CPU time (s) 71.89
Current children cumulated vsize (KiB) 42908

[startup+73.8019 s]
/proc/loadavg: 1.08 1.05 1.01 2/65 19977
/proc/meminfo: memFree=1569392/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42908 CPUtime=73.49
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 38837 0 0 0 7331 18 0 0 25 0 1 0 96740885 43937792 10480 1992294400 134512640 135151029 4294956224 18446744073709551615 134581738 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10727 10480 79 155 0 10570 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 42908

[startup+74.6011 s]
/proc/loadavg: 1.07 1.05 1.01 2/65 19977
/proc/meminfo: memFree=1569392/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42908 CPUtime=74.29
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 38837 0 0 0 7411 18 0 0 25 0 1 0 96740885 43937792 10480 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10727 10480 79 155 0 10570 0
Current children cumulated CPU time (s) 74.29
Current children cumulated vsize (KiB) 42908

[startup+74.8011 s]
/proc/loadavg: 1.07 1.05 1.01 2/65 19977
/proc/meminfo: memFree=1569392/2055920 swapFree=4180280/4192956
[pid=19976] ppid=19974 vsize=42908 CPUtime=74.49
/proc/19976/stat : 19976 (precosat) R 19974 19976 19452 0 -1 4194304 38837 0 0 0 7431 18 0 0 25 0 1 0 96740885 43937792 10480 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0
/proc/19976/statm: 10727 10480 79 155 0 10570 0
Current children cumulated CPU time (s) 74.49
Current children cumulated vsize (KiB) 42908

Child status: 20
Real time (s): 74.8578
CPU time (s): 74.5627
CPU user time (s): 74.3677
CPU system time (s): 0.19497
CPU usage (%): 99.6057
Max. virtual memory (cumulated for all children) (KiB): 43936

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

runsolver used 0.075988 second user time and 0.250961 second system time

The end

Launcher Data

Begin job on node28 at 2009-04-25 21:17:56
IDJOB=1723564
IDBENCH=71718
IDSOLVER=507
FILE ID=node28/1723564-1240687075
PBS_JOBID= 9186659
Free space on /tmp= 66240 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723564-1240687075/watcher-1723564-1240687075 -o /tmp/evaluation-result-1723564-1240687075/solver-1723564-1240687075 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1723564-1240687075.cnf

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

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=1801804252

node28.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.261
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.261
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:       1611864 kB
Buffers:         39764 kB
Cached:         349800 kB
SwapCached:       5856 kB
Active:         156032 kB
Inactive:       242004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611864 kB
SwapTotal:     4192956 kB
SwapFree:      4180280 kB
Dirty:            6276 kB
Writeback:           0 kB
Mapped:          13720 kB
Slab:            31860 kB
Committed_AS:   397972 kB
PageTables:       1420 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= 66240 MiB
End job on node28 at 2009-04-25 21:19:11