Trace number 3308812

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 117.182 117.179

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.0498
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-3308812-1303984530.cnf
0.00/0.00	c found header 'p cnf 102621 307469'
0.19/0.23	c finished parsing
0.19/0.23	c
0.19/0.23	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.19/0.23	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.19/0.23	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.19/0.23	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.19/0.23	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.19/0.23	c --random=1 --spread=2000 --seed=0 --skip=25
0.19/0.23	c
0.19/0.23	c sizeof     vars[0] = 16   alignment = 0       2 MB
0.19/0.23	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.19/0.23	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.19/0.23	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.19/0.23	c
0.19/0.23	c starting search after 0.2 seconds
0.19/0.23	c no decision limit
0.19/0.24	c
0.19/0.24	c       original/binary      fixed     eliminated      learned       agility
0.19/0.24	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.24	c
0.19/0.24	c *    0.2   307467  102619      2     0      0       0      0    0.0   0   26
1.79/1.89	c s    1.9   135826   17559   2897   396  81769       0      0    0.0   0   20
1.79/1.89	c l    1.9   135826   17559   2897   396  81769       0 110481    0.0   0   20
1.89/1.90	c R    1.9   135868   17559   2897   396  81769     102    102   56.3  14   20
1.89/1.95	c R    2.0   136267   17551   2903   398  81769     397    383   88.1  11   21
1.99/2.03	c B    2.0   136698   17541   2905   406  81769    1001    976   88.9  12   21
1.99/2.04	c R    2.0   136851   17541   2905   406  81769    1333   1303   84.0  18   21
2.10/2.13	c B    2.1   137391   17532   2910   410  81769    2001   1953   94.6  16   21
3.39/3.40	c B    3.4   187062   15557   3451  1844  81769    8004   7879  112.8  11   25
3.69/3.73	c R    3.7   193139   15472   3490  1890  81769   10567  10419  109.7  13   26
4.19/4.26	c s    4.3   165870   15317   3619  1916  81769   12763  12015  106.7  20   23
4.19/4.26	c -    4.3   165870   15317   3619  1916  81769   12763  98329  106.7  20   23
5.99/6.01	c R    6.0   186064   14861   3795  2196  81769   23278  22453  101.3  12   26
6.09/6.18	c B    6.2   188549   14789   3800  2263  81769   24012  23183  100.8  14   27
7.89/7.99	c s    8.0   151915   13460   3827  2347  82987   31107  27678   97.0  20   24
7.89/7.99	c -    8.0   151915   13460   3827  2347  82987   31107  91446   97.0  20   24
11.89/11.95	c s   12.0   151856   13084   3896  2615  83026   50821  45852   91.3   8   26
11.89/11.95	c -   12.0   151856   13084   3896  2615  83026   50821  89618   91.3   8   26
14.30/14.32	c B   14.3   160058   12944   3920  2731  83026   64032  59020   89.9  12   30
16.29/16.37	c
16.29/16.37	c       original/binary      fixed     eliminated      learned       agility
16.29/16.37	c   seconds        variables     equivalent    conflicts       height       MB
16.29/16.37	c
16.29/16.37	c s   16.4   147904   12676   3925  2783  83237   71802  64417   89.3  13   30
16.29/16.37	c -   16.4   147904   12676   3925  2783  83237   71802  87826   89.3  13   30
16.40/16.44	c R   16.4   147972   12676   3925  2783  83237   72345  64960   89.3  14   31
19.80/19.85	c +   19.9   155221   12655   3929  2800  83237   87826  96608   87.5  10   35
21.39/21.42	c s   21.4   151895   12638   3929  2817  83237   92350  84835   86.7  17   33
25.20/25.28	c +   25.3   159927   12559   3941  2884  83237  109782 106268   84.4  15   38
26.89/26.98	c s   27.0   149949   12425   3943  2896  83357  114485  99912   83.7  11   35
26.89/26.98	c -   27.0   149949   12425   3943  2896  83357  114485 105206   83.7  11   35
32.19/32.28	c +   32.3   155743   12392   3948  2924  83357  135855 115726   81.2  15   40
33.09/33.18	c s   33.2   151437   12327   3956  2960  83378  136697 104721   81.1  15   36
39.50/39.59	c s   39.6   151268   12246   3958  2983  83434  158700 115059   78.5   9   37
39.99/40.01	c B   40.0   151282   12246   3958  2983  83434  160049 115885   78.4  13   40
42.49/42.55	c +   42.6   152203   12242   3958  2987  83434  169817 127298   77.5  13   41
43.89/43.92	c R   43.9   152657   12240   3958  2989  83434  174617 121005   77.4  14   42
46.20/46.21	c s   46.2   152898   12235   3958  2991  83437  181491 127429   76.8  16   40
53.89/53.96	c s   54.0   153167   12221   3959  2992  83449  206099 127625   74.7  12   40
55.69/55.78	c +   55.8   153544   12219   3960  2993  83449  212270 140027   74.1  14   44
61.80/61.86	c s   61.9   153811   12210   3963  2999  83449  229649 140349   73.0  15   42
70.30/70.33	c s   70.3   153842   12186   3963  3008  83464  254319 139689   71.5  13   42
73.89/73.91	c
73.89/73.91	c       original/binary      fixed     eliminated      learned       agility
73.89/73.91	c   seconds        variables     equivalent    conflicts       height       MB
73.89/73.91	c
73.89/73.91	c +   73.9   154259   12177   3963  3017  83464  265338 154029   70.9  14   46
78.29/78.33	c s   78.3   154274   12138   3964  3053  83466  276830 151777   70.2  15   44
87.69/87.77	c s   87.8   153596   12105   3967  3055  83494  300616 153065   68.1  14   43
97.09/97.17	c s   97.2   156543   12103   3967  3057  83494  323415 154136   66.4  18   43
99.89/99.98	c +  100.0   156678   12103   3967  3057  83494  331671 169431   66.1  10   47
106.09/106.16	c s  106.2   157231   12103   3967  3057  83494  346845 169342   65.1  10   46
116.40/116.42	c s  116.4   150439   11384   4496  3122  83619  370108  84643   63.6  11   32
116.40/116.42	c -  116.4   150439   11384   4496  3122  83619  370108 160960   63.6  11   32
117.10/117.17	c 0  117.2   155666   10654   5214  3134  83619  373464  87968   63.3  13   34
117.10/117.17	c
117.10/117.17	s UNSATISFIABLE
117.10/117.17	c
117.10/117.17	c 373464 conflicts, 826125 decisions, 72 random
117.10/117.17	c 60 iterations, 1357 restarts, 1 skipped
117.10/117.17	c 7 enlarged, 7380 shrunken, 3654 rescored, 125 rebiased
117.10/117.17	c 18 simplifications, 0 reductions
117.10/117.17	c
117.10/117.17	c vars: 5214 fixed, 3134 equiv, 83619 elim, 3334 merged
117.10/117.17	c elim: 5622273 resolutions, 16 phases, 8 rounds
117.10/117.17	c sbst: 84% substituted, 6.1% nots, 87.8% ands, 0.2% xors, 5.9% ites
117.10/117.17	c arty: 2.07 and 2.00 xor average arity
117.10/117.17	c prbe: 1065572 probed, 150 phases, 42 rounds
117.10/117.17	c prbe: 424 failed, 3234 lifted, 893 merged
117.10/117.17	c sccs: 10 non trivial, 0 fixed, 39 merged
117.10/117.17	c hash: 88 units, 2402 merged
117.10/117.17	c mins: 9531051 learned, 30% deleted, 313 strong, 85 depth
117.10/117.17	c subs: 31900 forward, 27860 backward, 106346 doms
117.10/117.17	c strs: 15739 forward, 5256 backward
117.10/117.17	c doms: 113422 dominators, 94323 high, 144 low
117.10/117.17	c prps: 174732234 propagations, 1.49 megaprops
117.10/117.17	c
117.10/117.17	c 117.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: 935)

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-3308812-1303984530/watcher-3308812-1303984530 -o /tmp/evaluation-result-3308812-1303984530/solver-3308812-1303984530 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308812-1303984530.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.01 3.96 3.01 5/189 6683
/proc/meminfo: memFree=12632352/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=5400 CPUtime=0 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 1154 0 0 0 0 0 0 0 21 0 1 0 510052842 5529600 1111 33554432000 134512640 135151029 4292924448 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/6683/statm: 1350 1113 60 156 0 1193 0

[startup+0.0866961 s]
/proc/loadavg: 4.01 3.96 3.01 5/189 6683
/proc/meminfo: memFree=12632352/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=17512 CPUtime=0.07 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 4506 0 0 0 7 0 0 0 21 0 1 0 510052842 17932288 4236 33554432000 134512640 135151029 4292924448 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 4378 4237 64 156 0 4221 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17512

[startup+0.100693 s]
/proc/loadavg: 4.01 3.96 3.01 5/189 6683
/proc/meminfo: memFree=12632352/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=18964 CPUtime=0.09 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 4845 0 0 0 9 0 0 0 21 0 1 0 510052842 19419136 4575 33554432000 134512640 135151029 4292924448 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 4741 4576 64 156 0 4584 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18964

[startup+0.300658 s]
/proc/loadavg: 4.01 3.96 3.01 5/189 6683
/proc/meminfo: memFree=12632352/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=33160 CPUtime=0.29 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 8651 0 0 0 28 1 0 0 22 0 1 0 510052842 33955840 8123 33554432000 134512640 135151029 4292924448 18446744073709551615 134542634 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 8290 8124 80 156 0 8133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33160

[startup+0.700587 s]
/proc/loadavg: 4.01 3.96 3.01 5/189 6683
/proc/meminfo: memFree=12632352/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=41284 CPUtime=0.69 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 13040 0 0 0 68 1 0 0 24 0 1 0 510052842 42274816 10139 33554432000 134512640 135151029 4292924448 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 10321 10141 80 156 0 10164 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 41284

[startup+1.50045 s]
/proc/loadavg: 4.01 3.96 3.01 5/190 6684
/proc/meminfo: memFree=12586348/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=49448 CPUtime=1.49 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 15028 0 0 0 147 2 0 0 25 0 1 0 510052842 50634752 12127 33554432000 134512640 135151029 4292924448 18446744073709551615 134520635 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 12362 12127 80 156 0 12205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49448

[startup+3.10016 s]
/proc/loadavg: 4.01 3.96 3.01 5/190 6684
/proc/meminfo: memFree=12589696/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=41640 CPUtime=3.09 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 15286 0 0 0 307 2 0 0 25 0 1 0 510052842 42639360 10218 33554432000 134512640 135151029 4292924448 18446744073709551615 134542980 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 10410 10218 80 156 0 10253 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41640

[startup+6.30066 s]
/proc/loadavg: 4.09 3.97 3.02 5/190 6684
/proc/meminfo: memFree=12587472/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=41896 CPUtime=6.29 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 16105 0 0 0 627 2 0 0 25 0 1 0 510052842 42901504 10250 33554432000 134512640 135151029 4292924448 18446744073709551615 134567933 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 10474 10250 80 156 0 10317 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41896

[startup+12.7005 s]
/proc/loadavg: 4.08 3.97 3.03 5/190 6684
/proc/meminfo: memFree=12583520/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=41896 CPUtime=12.69 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 19840 0 0 0 1266 3 0 0 25 0 1 0 510052842 42901504 10259 33554432000 134512640 135151029 4292924448 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 10474 10259 80 156 0 10317 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41896

[startup+25.5003 s]
/proc/loadavg: 4.06 3.97 3.04 5/187 6707
/proc/meminfo: memFree=13594576/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=45404 CPUtime=25.5 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 24136 0 0 0 2546 4 0 0 25 0 1 0 510052842 46493696 10626 33554432000 134512640 135151029 4292924448 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 11351 10626 80 156 0 11194 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 45404

[startup+51.1007 s]
/proc/loadavg: 4.04 3.97 3.07 5/190 6740
/proc/meminfo: memFree=13687752/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=49288 CPUtime=51.09 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 34228 0 0 0 5103 6 0 0 25 0 1 0 510052842 50470912 11590 33554432000 134512640 135151029 4292924448 18446744073709551615 134581738 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 12322 11590 80 156 0 12165 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 49288

[startup+102.307 s]
/proc/loadavg: 4.06 3.99 3.12 5/190 6742
/proc/meminfo: memFree=13637500/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=54092 CPUtime=102.3 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 46645 0 0 0 10222 8 0 0 25 0 1 0 510052842 55390208 12816 33554432000 134512640 135151029 4292924448 18446744073709551615 134580625 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 13523 12816 80 156 0 13366 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 54092

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

[startup+108.701 s]
/proc/loadavg: 4.06 3.99 3.12 5/190 6742
/proc/meminfo: memFree=13633036/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=56328 CPUtime=108.69 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 47708 0 0 0 10861 8 0 0 25 0 1 0 510052842 57679872 13349 33554432000 134512640 135151029 4292924448 18446744073709551615 134581591 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 14082 13349 80 156 0 13925 0
Current children cumulated CPU time (s) 108.69
Current children cumulated vsize (KiB) 56328

[startup+111.901 s]
/proc/loadavg: 4.05 3.99 3.13 5/190 6770
/proc/meminfo: memFree=13960828/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=56328 CPUtime=111.89 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 47738 0 0 0 11181 8 0 0 25 0 1 0 510052842 57679872 13379 33554432000 134512640 135151029 4292924448 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 14082 13379 80 156 0 13925 0
Current children cumulated CPU time (s) 111.89
Current children cumulated vsize (KiB) 56328

[startup+115.1 s]
/proc/loadavg: 4.05 3.99 3.13 5/190 6770
/proc/meminfo: memFree=13949784/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=56736 CPUtime=115.09 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 47809 0 0 0 11501 8 0 0 25 0 1 0 510052842 58097664 13450 33554432000 134512640 135151029 4292924448 18446744073709551615 134580618 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 14184 13450 80 156 0 14027 0
Current children cumulated CPU time (s) 115.09
Current children cumulated vsize (KiB) 56736

[startup+115.9 s]
/proc/loadavg: 4.05 3.99 3.13 5/190 6770
/proc/meminfo: memFree=13948456/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=56364 CPUtime=115.9 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 48244 0 0 0 11581 9 0 0 25 0 1 0 510052842 57716736 13355 33554432000 134512640 135151029 4292924448 18446744073709551615 134521838 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 14091 13355 80 156 0 13934 0
Current children cumulated CPU time (s) 115.9
Current children cumulated vsize (KiB) 56364

[startup+116.701 s]
/proc/loadavg: 4.05 3.99 3.13 5/190 6770
/proc/meminfo: memFree=13945728/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=56364 CPUtime=116.7 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 49276 0 0 0 11661 9 0 0 25 0 1 0 510052842 57716736 13384 33554432000 134512640 135151029 4292924448 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 14091 13384 80 156 0 13934 0
Current children cumulated CPU time (s) 116.7
Current children cumulated vsize (KiB) 56364

[startup+117.101 s]
/proc/loadavg: 4.05 3.99 3.13 5/190 6770
/proc/meminfo: memFree=13945728/32950928 swapFree=67111528/67111528
[pid=6683] ppid=6681 vsize=56364 CPUtime=117.1 cores=0,2
/proc/6683/stat : 6683 (precosat) R 6681 6683 6397 0 -1 4202496 49276 0 0 0 11701 9 0 0 25 0 1 0 510052842 57716736 13384 33554432000 134512640 135151029 4292924448 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/6683/statm: 14091 13384 80 156 0 13934 0
Current children cumulated CPU time (s) 117.1
Current children cumulated vsize (KiB) 56364

Child status: 20
Real time (s): 117.179
CPU time (s): 117.182
CPU user time (s): 117.087
CPU system time (s): 0.094985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 60376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.087
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49277
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= 3
involuntary context switches= 399

runsolver used 0.184971 second user time and 0.45793 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-28 11:55:30
IDJOB=3308812
IDBENCH=82473
IDSOLVER=1690
FILE ID=node123/3308812-1303984530
RUNJOBID= node123-1303983219-6415
PBS_JOBID= 13168703
Free space on /tmp= 72756 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-3308812-1303984530/watcher-3308812-1303984530 -o /tmp/evaluation-result-3308812-1303984530/solver-3308812-1303984530 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308812-1303984530.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=2016466002

node123.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.838
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.67
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.838
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	: 5226.15
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.838
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.838
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	: 5332.82
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.838
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.74
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.838
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.80
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.838
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12632756 kB
Buffers:       2187744 kB
Cached:       15967084 kB
SwapCached:          0 kB
Active:       10431428 kB
Inactive:      9333008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12632756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           27816 kB
Writeback:           0 kB
AnonPages:     1609404 kB
Mapped:          16152 kB
Slab:           486296 kB
PageTables:       8296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1818556 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72784 MiB
End job on node123 at 2011-04-28 11:57:28