Trace number 3365827

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
SAT09 reference solver:precosat 236UNSAT 102.169 102.167

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7437
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
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 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-3365827-1305318610.cnf
0.00/0.00	c found header 'p cnf 102621 307469'
0.19/0.21	c finished parsing
0.19/0.21	c
0.19/0.21	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.19/0.21	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.19/0.21	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.19/0.21	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.19/0.21	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.19/0.21	c --random=1 --spread=2000 --seed=0 --skip=25
0.19/0.21	c
0.19/0.21	c sizeof     vars[0] = 16   alignment = 0       2 MB
0.19/0.21	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.19/0.21	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.19/0.21	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.19/0.21	c
0.19/0.21	c starting search after 0.2 seconds
0.19/0.21	c no decision limit
0.19/0.22	c
0.19/0.22	c       original/binary      fixed     eliminated      learned       agility
0.19/0.22	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.22	c
0.19/0.22	c *    0.2   307467  102619      2     0      0       0      0    0.0   0   26
1.69/1.76	c s    1.8   135826   17559   2897   396  81769       0      0    0.0   0   20
1.69/1.76	c l    1.8   135826   17559   2897   396  81769       0 110481    0.0   0   20
1.69/1.77	c R    1.8   135868   17559   2897   396  81769     102    102   56.3  14   20
1.79/1.81	c R    1.8   136267   17551   2903   398  81769     397    383   88.1  11   21
1.79/1.88	c B    1.9   136698   17541   2905   406  81769    1001    976   88.9  12   21
1.89/1.90	c R    1.9   136851   17541   2905   406  81769    1333   1303   84.0  18   21
1.89/1.98	c B    2.0   137391   17532   2910   410  81769    2001   1953   94.6  16   21
2.99/3.07	c B    3.1   187062   15557   3451  1844  81769    8004   7879  112.8  11   25
3.30/3.36	c R    3.4   193139   15472   3490  1890  81769   10567  10419  109.7  13   26
3.79/3.81	c s    3.8   165870   15317   3619  1916  81769   12763  12015  106.7  20   23
3.79/3.81	c -    3.8   165870   15317   3619  1916  81769   12763  98329  106.7  20   23
5.19/5.26	c R    5.3   186064   14861   3795  2196  81769   23278  22453  101.3  12   26
5.29/5.40	c B    5.4   188549   14789   3800  2263  81769   24012  23183  100.8  14   27
6.89/6.94	c s    6.9   151915   13460   3827  2347  82987   31107  27678   97.0  20   24
6.89/6.94	c -    6.9   151915   13460   3827  2347  82987   31107  91446   97.0  20   24
10.30/10.39	c s   10.4   151856   13084   3896  2615  83026   50821  45852   91.3   8   26
10.30/10.39	c -   10.4   151856   13084   3896  2615  83026   50821  89618   91.3   8   26
12.30/12.38	c B   12.4   160058   12944   3920  2731  83026   64032  59020   89.9  12   30
14.09/14.21	c
14.09/14.21	c       original/binary      fixed     eliminated      learned       agility
14.09/14.21	c   seconds        variables     equivalent    conflicts       height       MB
14.09/14.21	c
14.09/14.21	c s   14.2   147904   12676   3925  2783  83237   71802  64417   89.3  13   30
14.09/14.21	c -   14.2   147904   12676   3925  2783  83237   71802  87826   89.3  13   30
14.20/14.27	c R   14.3   147972   12676   3925  2783  83237   72345  64960   89.3  14   31
17.09/17.17	c +   17.2   155221   12655   3929  2800  83237   87826  96608   87.5  10   35
18.49/18.50	c s   18.5   151895   12638   3929  2817  83237   92350  84835   86.7  17   33
22.00/22.04	c +   22.0   159927   12559   3941  2884  83237  109782 106268   84.4  15   38
23.49/23.54	c s   23.5   149949   12425   3943  2896  83357  114485  99912   83.7  11   35
23.49/23.54	c -   23.5   149949   12425   3943  2896  83357  114485 105206   83.7  11   35
28.29/28.38	c +   28.4   155743   12392   3948  2924  83357  135855 115726   81.2  15   40
29.10/29.16	c s   29.2   151437   12327   3956  2960  83378  136697 104721   81.1  15   36
34.79/34.81	c s   34.8   151268   12246   3958  2983  83434  158700 115059   78.5   9   37
35.10/35.16	c B   35.2   151282   12246   3958  2983  83434  160049 115885   78.4  13   40
37.40/37.44	c +   37.4   152203   12242   3958  2987  83434  169817 127298   77.5  13   41
38.50/38.59	c R   38.6   152657   12240   3958  2989  83434  174617 121005   77.4  14   42
40.50/40.57	c s   40.6   152898   12235   3958  2991  83437  181491 127429   76.8  16   40
47.30/47.39	c s   47.4   153167   12221   3959  2992  83449  206099 127625   74.7  12   40
48.99/49.03	c +   49.0   153544   12219   3960  2993  83449  212270 140027   74.1  14   44
54.30/54.37	c s   54.4   153811   12210   3963  2999  83449  229649 140349   73.0  15   42
61.69/61.74	c s   61.7   153842   12186   3963  3008  83464  254319 139689   71.5  13   42
64.69/64.79	c
64.69/64.79	c       original/binary      fixed     eliminated      learned       agility
64.69/64.79	c   seconds        variables     equivalent    conflicts       height       MB
64.69/64.79	c
64.69/64.79	c +   64.8   154259   12177   3963  3017  83464  265338 154029   70.9  14   46
68.60/68.65	c s   68.7   154274   12138   3964  3053  83466  276830 151777   70.2  15   44
76.79/76.82	c s   76.8   153596   12105   3967  3055  83494  300616 153065   68.1  14   43
84.90/84.94	c s   84.9   156543   12103   3967  3057  83494  323415 154136   66.4  18   43
87.30/87.37	c +   87.4   156678   12103   3967  3057  83494  331671 169431   66.1  10   47
92.60/92.67	c s   92.7   157231   12103   3967  3057  83494  346845 169342   65.1  10   46
101.50/101.53	c s  101.5   150439   11384   4496  3122  83619  370108  84643   63.6  11   32
101.50/101.53	c -  101.5   150439   11384   4496  3122  83619  370108 160960   63.6  11   32
102.10/102.16	c 0  102.2   155666   10654   5214  3134  83619  373464  87968   63.3  13   34
102.10/102.16	c
102.10/102.16	s UNSATISFIABLE
102.10/102.16	c
102.10/102.16	c 373464 conflicts, 826125 decisions, 72 random
102.10/102.16	c 60 iterations, 1357 restarts, 1 skipped
102.10/102.16	c 7 enlarged, 7380 shrunken, 3654 rescored, 125 rebiased
102.10/102.16	c 18 simplifications, 0 reductions
102.10/102.16	c
102.10/102.16	c vars: 5214 fixed, 3134 equiv, 83619 elim, 3334 merged
102.10/102.16	c elim: 5622273 resolutions, 16 phases, 8 rounds
102.10/102.16	c sbst: 84% substituted, 6.1% nots, 87.8% ands, 0.2% xors, 5.9% ites
102.10/102.16	c arty: 2.07 and 2.00 xor average arity
102.10/102.16	c prbe: 1065572 probed, 150 phases, 42 rounds
102.10/102.16	c prbe: 424 failed, 3234 lifted, 893 merged
102.10/102.16	c sccs: 10 non trivial, 0 fixed, 39 merged
102.10/102.16	c hash: 88 units, 2402 merged
102.10/102.16	c mins: 9531051 learned, 30% deleted, 313 strong, 85 depth
102.10/102.16	c subs: 31900 forward, 27860 backward, 106346 doms
102.10/102.16	c strs: 15739 forward, 5256 backward
102.10/102.16	c doms: 113422 dominators, 94323 high, 144 low
102.10/102.16	c prps: 174732234 propagations, 1.71 megaprops
102.10/102.16	c
102.10/102.16	c 102.2 seconds, 53 MB max, 65 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365827-1305318610/watcher-3365827-1305318610 -o /tmp/evaluation-result-3365827-1305318610/solver-3365827-1305318610 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365827-1305318610.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 1.92 2/301 11449
/proc/meminfo: memFree=12321108/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=8816 CPUtime=0 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 1876 0 0 0 0 0 0 0 25 0 1 0 643458939 9027584 1834 33554432000 134512640 135151029 4292248160 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11449/statm: 2204 1847 60 156 0 2047 0

[startup+0.061605 s]
/proc/loadavg: 2.01 2.02 1.92 2/301 11449
/proc/meminfo: memFree=12321108/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=15416 CPUtime=0.05 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 3854 0 0 0 5 0 0 0 25 0 1 0 643458939 15785984 3714 33554432000 134512640 135151029 4292248160 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 3887 3715 64 156 0 3730 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15416

[startup+0.100598 s]
/proc/loadavg: 2.01 2.02 1.92 2/301 11449
/proc/meminfo: memFree=12321108/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=19624 CPUtime=0.09 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 5034 0 0 0 9 0 0 0 25 0 1 0 643458939 20094976 4765 33554432000 134512640 135151029 4292248160 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 4906 4766 64 156 0 4749 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19624

[startup+0.300586 s]
/proc/loadavg: 2.01 2.02 1.92 2/301 11449
/proc/meminfo: memFree=12321108/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=33952 CPUtime=0.29 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 8845 0 0 0 29 0 0 0 25 0 1 0 643458939 34766848 8318 33554432000 134512640 135151029 4292248160 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 8488 8318 80 156 0 8331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33952

[startup+0.700514 s]
/proc/loadavg: 2.01 2.02 1.92 2/301 11449
/proc/meminfo: memFree=12321108/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=45056 CPUtime=0.69 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 13979 0 0 0 68 1 0 0 25 0 1 0 643458939 46137344 11079 33554432000 134512640 135151029 4292248160 18446744073709551615 134561340 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 11264 11079 80 156 0 11107 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45056

[startup+1.50037 s]
/proc/loadavg: 2.01 2.02 1.92 3/302 11450
/proc/meminfo: memFree=12275340/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=49448 CPUtime=1.49 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 15065 0 0 0 148 1 0 0 25 0 1 0 643458939 50634752 12165 33554432000 134512640 135151029 4292248160 18446744073709551615 134548395 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 12362 12165 80 156 0 12205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49448

[startup+3.10104 s]
/proc/loadavg: 2.01 2.02 1.92 3/302 11450
/proc/meminfo: memFree=12279556/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=42152 CPUtime=3.09 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 15541 0 0 0 308 1 0 0 25 0 1 0 643458939 43163648 10345 33554432000 134512640 135151029 4292248160 18446744073709551615 134574623 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 10538 10345 80 156 0 10381 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42152

[startup+6.30048 s]
/proc/loadavg: 2.01 2.02 1.92 3/302 11450
/proc/meminfo: memFree=12279428/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=41896 CPUtime=6.29 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 16103 0 0 0 628 1 0 0 25 0 1 0 643458939 42901504 10249 33554432000 134512640 135151029 4292248160 18446744073709551615 134542664 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 10474 10249 80 156 0 10317 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41896

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 1.92 3/302 11450
/proc/meminfo: memFree=12278616/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=41896 CPUtime=12.7 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 19838 0 0 0 1268 2 0 0 25 0 1 0 643458939 42901504 10258 33554432000 134512640 135151029 4292248160 18446744073709551615 134554817 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 10474 10258 80 156 0 10317 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 41896

[startup+25.5009 s]
/proc/loadavg: 2.00 2.02 1.92 3/302 11450
/proc/meminfo: memFree=12277232/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=45664 CPUtime=25.49 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 26506 0 0 0 2547 2 0 0 25 0 1 0 643458939 46759936 10687 33554432000 134512640 135151029 4292248160 18446744073709551615 134554588 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 11416 10687 80 156 0 11259 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 45664

[startup+51.1012 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11451
/proc/meminfo: memFree=12272212/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=49952 CPUtime=51.09 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 36009 0 0 0 5105 4 0 0 25 0 1 0 643458939 51150848 11767 33554432000 134512640 135151029 4292248160 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 12488 11767 80 156 0 12331 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49952

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

[startup+76.7004 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12267612/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=53172 CPUtime=76.69 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 44329 0 0 0 7663 6 0 0 25 0 1 0 643458939 54448128 12569 33554432000 134512640 135151029 4292248160 18446744073709551615 134521585 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 13293 12569 80 156 0 13136 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 53172

[startup+89.501 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12268228/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=54224 CPUtime=89.5 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 46653 0 0 0 8943 7 0 0 25 0 1 0 643458939 55525376 12825 33554432000 134512640 135151029 4292248160 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 13556 12825 80 156 0 13399 0
Current children cumulated CPU time (s) 89.5
Current children cumulated vsize (KiB) 54224

[startup+95.9008 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12264500/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=56328 CPUtime=95.9 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 47714 0 0 0 9583 7 0 0 25 0 1 0 643458939 57679872 13356 33554432000 134512640 135151029 4292248160 18446744073709551615 134557023 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 14082 13356 80 156 0 13925 0
Current children cumulated CPU time (s) 95.9
Current children cumulated vsize (KiB) 56328

[startup+99.1003 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12264252/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=56600 CPUtime=99.1 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 47786 0 0 0 9903 7 0 0 25 0 1 0 643458939 57958400 13428 33554432000 134512640 135151029 4292248160 18446744073709551615 134554837 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 14150 13428 80 156 0 13993 0
Current children cumulated CPU time (s) 99.1
Current children cumulated vsize (KiB) 56600

[startup+100.701 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12264128/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=56736 CPUtime=100.7 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 47817 0 0 0 10063 7 0 0 25 0 1 0 643458939 58097664 13459 33554432000 134512640 135151029 4292248160 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 14184 13459 80 156 0 14027 0
Current children cumulated CPU time (s) 100.7
Current children cumulated vsize (KiB) 56736

[startup+101.501 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12263880/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=56364 CPUtime=101.5 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 49275 0 0 0 10143 7 0 0 25 0 1 0 643458939 57716736 13384 33554432000 134512640 135151029 4292248160 18446744073709551615 134578465 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 14091 13384 80 156 0 13934 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 56364

[startup+101.901 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12263880/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=56364 CPUtime=101.9 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 49275 0 0 0 10183 7 0 0 25 0 1 0 643458939 57716736 13384 33554432000 134512640 135151029 4292248160 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 14091 13384 80 156 0 13934 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 56364

[startup+102.101 s]
/proc/loadavg: 2.00 2.01 1.92 3/302 11452
/proc/meminfo: memFree=12263880/32951124 swapFree=66050672/67111528
[pid=11449] ppid=11447 vsize=56364 CPUtime=102.1 cores=0,2,4,6
/proc/11449/stat : 11449 (precosat) R 11447 11449 11255 0 -1 4202496 49275 0 0 0 10203 7 0 0 25 0 1 0 643458939 57716736 13384 33554432000 134512640 135151029 4292248160 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11449/statm: 14091 13384 80 156 0 13934 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 56364

Child status: 20
Real time (s): 102.167
CPU time (s): 102.169
CPU user time (s): 102.094
CPU system time (s): 0.074988
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 60376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.094
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49276
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= 4
involuntary context switches= 81

runsolver used 0.294955 second user time and 0.649901 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-13 22:30:11
IDJOB=3365827
IDBENCH=82473
IDSOLVER=1843
FILE ID=node135/3365827-1305318610
RUNJOBID= node135-1305315243-11273
PBS_JOBID= 13324297
Free space on /tmp= 46412 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365827-1305318610/watcher-3365827-1305318610 -o /tmp/evaluation-result-3365827-1305318610/solver-3365827-1305318610 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365827-1305318610.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=510820846

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 6640.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12321264 kB
Buffers:        223256 kB
Cached:        5698984 kB
SwapCached:      50684 kB
Active:        9862320 kB
Inactive:     10524904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12321264 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:            5892 kB
Writeback:           0 kB
AnonPages:    14419720 kB
Mapped:          19228 kB
Slab:           133728 kB
PageTables:      47036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57112088 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46412 MiB
End job on node135 at 2011-05-13 22:31:53