Trace number 3308845

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 95.6275 95.6227

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
MD5SUM7eb9713591c46f87c512df513290fd7f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark25.2302
Satisfiable
(Un)Satisfiability was proved
Number of variables115266
Number of clauses345359
Sum of the clauses size805835
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2230238
Number of clauses of size 3115119
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-3308845-1303984537.cnf
0.00/0.00	c found header 'p cnf 115266 345359'
0.19/0.26	c finished parsing
0.19/0.26	c
0.19/0.26	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.19/0.26	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.19/0.26	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.19/0.26	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.19/0.26	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.19/0.26	c --random=1 --spread=2000 --seed=0 --skip=25
0.19/0.26	c
0.19/0.26	c sizeof     vars[0] = 16   alignment = 0       2 MB
0.19/0.26	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.19/0.26	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.19/0.26	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.19/0.26	c
0.19/0.26	c starting search after 0.3 seconds
0.19/0.26	c no decision limit
0.19/0.27	c
0.19/0.27	c       original/binary      fixed     eliminated      learned       agility
0.19/0.27	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.27	c
0.19/0.27	c *    0.3   345357  115264      2     0      0       0      0    0.0   0   29
2.10/2.14	c s    2.1   152039   19823   3241   383  91819       0      0    0.0   0   23
2.10/2.14	c l    2.1   152039   19823   3241   383  91819       0 124146    0.0   0   23
2.10/2.17	c R    2.2   152146   19823   3241   383  91819     101    100  116.2   9   25
2.10/2.19	c R    2.2   152348   19821   3241   385  91819     203    201  180.8  11   25
2.29/2.33	c B    2.3   153325   19818   3243   386  91819    1001    985  138.6  13   25
2.39/2.46	c B    2.5   154199   19813   3247   387  91819    2001   1963  125.2  11   25
2.39/2.46	c R    2.5   154221   19813   3247   387  91819    2040   2002  125.1  11   25
3.69/3.74	c B    3.7   206314   17668   3774  2005  91819    8003   7885  114.2  12   30
3.89/3.99	c R    4.0   211010   17611   3807  2029  91819    9721   9592  111.2  18   30
5.19/5.29	c s    5.3   169469   16624   3866  2064  92712   13902  12727  114.1  15   26
5.19/5.29	c -    5.3   169469   16624   3866  2064  92712   13902 109249  114.1  15   26
6.89/6.96	c B    7.0   190963   16075   4072  2407  92712   24012  22762  108.6  12   30
8.99/9.00	c s    9.0   176661   15855   4121  2554  92736   33782  31284  104.4  11   29
8.99/9.00	c -    9.0   176661   15855   4121  2554  92736   33782 104880  104.4  11   29
9.90/9.97	c R   10.0   182592   15750   4135  2645  92736   39647  37128  103.7  14   31
13.20/13.23	c s   13.2   180826   15612   4154  2764  92736   55402  52348   99.9  22   31
13.20/13.23	c -   13.2   180826   15612   4154  2764  92736   55402 103832   99.9  22   31
14.69/14.78	c B   14.8   182580   15552   4160  2818  92736   64022  60935   98.3   8   35
18.09/18.13	c
18.09/18.13	c       original/binary      fixed     eliminated      learned       agility
18.09/18.13	c   seconds        variables     equivalent    conflicts       height       MB
18.09/18.13	c
18.09/18.13	c s   18.1   167383   14765   4186  2890  93425   78423  70299   97.7  17   33
18.09/18.13	c -   18.1   167383   14765   4186  2890  93425   78423 101756   97.7  17   33
18.39/18.47	c R   18.5   168012   14762   4186  2893  93425   80404  72276   97.7  14   35
23.59/23.63	c s   23.6   171287   14682   4192  2942  93450  100679  91761   94.9  13   37
23.89/23.95	c +   24.0   171579   14681   4192  2943  93450  101756 111931   94.8  12   39
30.10/30.11	c s   30.1   167984   14573   4198  2978  93517  124150 111196   92.5   9   39
30.90/30.92	c +   30.9   168076   14571   4199  2979  93517  127195 123124   92.0  14   42
36.99/37.00	c s   37.0   169630   14547   4206  2996  93517  148461 122944   90.2  12   41
40.09/40.16	c +   40.2   174566   14520   4210  3019  93517  158990 135436   88.9  16   46
40.39/40.46	c B   40.5   174698   14520   4210  3019  93517  160053 124305   88.7  15   46
44.00/44.07	c s   44.1   170222   14478   4210  3019  93559  170858 134264   88.7  12   43
48.99/49.09	c R   49.1   172782   14464   4212  3031  93559  189825 136104   87.1  14   48
51.70/51.78	c s   51.8   170284   14460   4214  3032  93560  196496 135288   86.5  15   44
52.39/52.44	c +   52.4   170533   14452   4216  3038  93560  198736 148979   86.2  18   47
60.30/60.32	c s   60.3   170973   14432   4218  3041  93575  222415 149111   84.4  17   46
68.50/68.58	c +   68.6   173329   14379   4223  3089  93575  248422 163876   83.3  13   51
69.30/69.39	c s   69.4   171839   14371   4224  3089  93582  248925 149463   83.2  15   46
78.39/78.49	c s   78.5   171151   14325   4225  3103  93613  276225 160962   81.1  17   47
88.00/88.01	c s   88.0   172669   14304   4231  3118  93613  302778 164010   78.8  11   47
90.49/90.59	c
90.49/90.59	c       original/binary      fixed     eliminated      learned       agility
90.49/90.59	c   seconds        variables     equivalent    conflicts       height       MB
90.49/90.59	c
90.49/90.59	c +   90.6   172899   14302   4233  3118  93613  310528 180263   77.9  13   51
95.61/95.61	c 0   95.6   180428   13227   5288  3138  93613  324763 178277   76.5  13   54
95.61/95.61	c
95.61/95.61	s UNSATISFIABLE
95.61/95.61	c
95.61/95.61	c 324763 conflicts, 798128 decisions, 77 random
95.61/95.61	c 66 iterations, 1236 restarts, 6 skipped
95.61/95.61	c 6 enlarged, 8104 shrunken, 3178 rescored, 122 rebiased
95.61/95.61	c 14 simplifications, 0 reductions
95.61/95.61	c
95.61/95.61	c vars: 5288 fixed, 3138 equiv, 93613 elim, 3272 merged
95.61/95.61	c elim: 5608737 resolutions, 14 phases, 7 rounds
95.61/95.61	c sbst: 84% substituted, 6.0% nots, 87.9% ands, 0.2% xors, 5.8% ites
95.61/95.61	c arty: 2.07 and 2.00 xor average arity
95.61/95.61	c prbe: 1024630 probed, 130 phases, 34 rounds
95.61/95.61	c prbe: 269 failed, 3484 lifted, 855 merged
95.61/95.61	c sccs: 5 non trivial, 0 fixed, 22 merged
95.61/95.61	c hash: 51 units, 2395 merged
95.61/95.61	c mins: 8444576 learned, 28% deleted, 329 strong, 73 depth
95.61/95.61	c subs: 29703 forward, 32327 backward, 127783 doms
95.61/95.61	c strs: 16878 forward, 5729 backward
95.61/95.61	c doms: 133361 dominators, 115739 high, 120 low
95.61/95.61	c prps: 148851980 propagations, 1.56 megaprops
95.61/95.61	c
95.61/95.61	c 95.6 seconds, 55 MB max, 49 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-3308845-1303984537/watcher-3308845-1303984537 -o /tmp/evaluation-result-3308845-1303984537/solver-3308845-1303984537 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308845-1303984537.cnf 

running on 2 cores: 1,3

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.97 3.08 5/189 17371
/proc/meminfo: memFree=14959016/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=10644 CPUtime=0 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 2577 0 0 0 0 0 0 0 25 0 1 0 510050460 10899456 2533 33554432000 134512640 135151029 4293993088 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 2661 2533 64 156 0 2504 0

[startup+0.0881069 s]
/proc/loadavg: 4.01 3.97 3.08 5/189 17371
/proc/meminfo: memFree=14959016/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=18536 CPUtime=0.08 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 4768 0 0 0 8 0 0 0 25 0 1 0 510050460 18980864 4497 33554432000 134512640 135151029 4293993088 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 4634 4498 64 156 0 4477 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18536

[startup+0.101108 s]
/proc/loadavg: 4.01 3.97 3.08 5/189 17371
/proc/meminfo: memFree=14959016/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=19856 CPUtime=0.09 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 5086 0 0 0 9 0 0 0 25 0 1 0 510050460 20332544 4815 33554432000 134512640 135151029 4293993088 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 4964 4816 64 156 0 4807 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19856

[startup+0.301072 s]
/proc/loadavg: 4.01 3.97 3.08 5/189 17371
/proc/meminfo: memFree=14959016/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=35744 CPUtime=0.3 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 9319 0 0 0 29 1 0 0 25 0 1 0 510050460 36601856 8790 33554432000 134512640 135151029 4293993088 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 8936 8791 80 156 0 8779 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 35744

[startup+0.70099 s]
/proc/loadavg: 4.01 3.97 3.08 5/189 17371
/proc/meminfo: memFree=14959016/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=42396 CPUtime=0.69 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 13165 0 0 0 68 1 0 0 25 0 1 0 510050460 43413504 10470 33554432000 134512640 135151029 4293993088 18446744073709551615 134698015 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 10599 10470 80 156 0 10442 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42396

[startup+1.50084 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17372
/proc/meminfo: memFree=14978856/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=54000 CPUtime=1.49 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 16713 0 0 0 147 2 0 0 25 0 1 0 510050460 55296000 13248 33554432000 134512640 135151029 4293993088 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 13500 13248 80 156 0 13343 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54000

[startup+3.10051 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17372
/proc/meminfo: memFree=15022760/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=49396 CPUtime=3.09 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 17068 0 0 0 307 2 0 0 25 0 1 0 510050460 50581504 11736 33554432000 134512640 135151029 4293993088 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 12349 11736 80 156 0 12192 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49396

[startup+6.30087 s]
/proc/loadavg: 4.01 3.97 3.08 5/190 17372
/proc/meminfo: memFree=14966428/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=49620 CPUtime=6.29 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 18460 0 0 0 627 2 0 0 25 0 1 0 510050460 50810880 11774 33554432000 134512640 135151029 4293993088 18446744073709551615 134580711 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 12405 11774 80 156 0 12248 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49620

[startup+12.7006 s]
/proc/loadavg: 4.00 3.97 3.09 5/190 17372
/proc/meminfo: memFree=14918944/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=49620 CPUtime=12.7 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 19814 0 0 0 1267 3 0 0 25 0 1 0 510050460 50810880 11774 33554432000 134512640 135151029 4293993088 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 12405 11774 80 156 0 12248 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 49620

[startup+25.501 s]
/proc/loadavg: 4.00 3.97 3.10 5/190 17373
/proc/meminfo: memFree=14971716/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=49620 CPUtime=25.49 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 23882 0 0 0 2546 3 0 0 25 0 1 0 510050460 50810880 11780 33554432000 134512640 135151029 4293993088 18446744073709551615 134581724 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 12405 11780 80 156 0 12248 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49620

[startup+51.1009 s]
/proc/loadavg: 4.00 3.97 3.13 5/190 17373
/proc/meminfo: memFree=14878032/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=54312 CPUtime=51.09 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 30172 0 0 0 5104 5 0 0 25 0 1 0 510050460 55615488 12953 33554432000 134512640 135151029 4293993088 18446744073709551615 134554894 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 13578 12953 80 156 0 13421 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 54312

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

[startup+76.7008 s]
/proc/loadavg: 4.00 3.97 3.15 5/190 17401
/proc/meminfo: memFree=15389860/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=58964 CPUtime=76.7 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 37353 0 0 0 7664 6 0 0 25 0 1 0 510050460 60379136 14110 33554432000 134512640 135151029 4293993088 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14741 14110 80 156 0 14584 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 58964

[startup+83.1005 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 17401
/proc/meminfo: memFree=15348320/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=58828 CPUtime=83.09 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 39461 0 0 0 8303 6 0 0 25 0 1 0 510050460 60239872 14083 33554432000 134512640 135151029 4293993088 18446744073709551615 134520480 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14707 14083 80 156 0 14550 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 58828

[startup+89.5002 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 17401
/proc/meminfo: memFree=15404976/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=58828 CPUtime=89.49 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 41541 0 0 0 8943 6 0 0 25 0 1 0 510050460 60239872 14100 33554432000 134512640 135151029 4293993088 18446744073709551615 134554582 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14707 14100 80 156 0 14550 0
Current children cumulated CPU time (s) 89.49
Current children cumulated vsize (KiB) 58828

[startup+92.7006 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 17401
/proc/meminfo: memFree=15384260/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=58828 CPUtime=92.69 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 41541 0 0 0 9263 6 0 0 25 0 1 0 510050460 60239872 14100 33554432000 134512640 135151029 4293993088 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14707 14100 80 156 0 14550 0
Current children cumulated CPU time (s) 92.69
Current children cumulated vsize (KiB) 58828

[startup+94.3003 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 17401
/proc/meminfo: memFree=15328212/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=59092 CPUtime=94.3 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 41616 0 0 0 9423 7 0 0 25 0 1 0 510050460 60510208 14175 33554432000 134512640 135151029 4293993088 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14773 14175 80 156 0 14616 0
Current children cumulated CPU time (s) 94.3
Current children cumulated vsize (KiB) 59092

[startup+95.1011 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 17401
/proc/meminfo: memFree=15275388/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=59500 CPUtime=95.1 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 41711 0 0 0 9503 7 0 0 25 0 1 0 510050460 60928000 14270 33554432000 134512640 135151029 4293993088 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14875 14270 80 156 0 14718 0
Current children cumulated CPU time (s) 95.1
Current children cumulated vsize (KiB) 59500

[startup+95.501 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 17401
/proc/meminfo: memFree=15275388/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=59764 CPUtime=95.5 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 41779 0 0 0 9543 7 0 0 25 0 1 0 510050460 61198336 14338 33554432000 134512640 135151029 4293993088 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14941 14338 80 156 0 14784 0
Current children cumulated CPU time (s) 95.5
Current children cumulated vsize (KiB) 59764

[startup+95.601 s]
/proc/loadavg: 4.00 3.97 3.16 5/190 17401
/proc/meminfo: memFree=15303036/32950928 swapFree=67111528/67111528
[pid=17371] ppid=17369 vsize=59896 CPUtime=95.61 cores=1,3
/proc/17371/stat : 17371 (precosat) R 17369 17371 16948 0 -1 4202496 41807 0 0 0 9554 7 0 0 25 0 1 0 510050460 61333504 14366 33554432000 134512640 135151029 4293993088 18446744073709551615 134581246 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/17371/statm: 14974 14366 80 156 0 14817 0
Current children cumulated CPU time (s) 95.61
Current children cumulated vsize (KiB) 59896

Child status: 20
Real time (s): 95.6227
CPU time (s): 95.6275
CPU user time (s): 95.5525
CPU system time (s): 0.074988
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 63728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.5525
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= 41825
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= 297

runsolver used 0.164974 second user time and 0.364944 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 11:55:38
IDJOB=3308845
IDBENCH=82492
IDSOLVER=1690
FILE ID=node149/3308845-1303984537
RUNJOBID= node149-1303983193-16968
PBS_JOBID= 13168677
Free space on /tmp= 71632 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtviseisenberg2-tseitin.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308845-1303984537/watcher-3308845-1303984537 -o /tmp/evaluation-result-3308845-1303984537/solver-3308845-1303984537 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308845-1303984537.cnf

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=1848262676

node149.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.806
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.61
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.806
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14959296 kB
Buffers:       2197316 kB
Cached:       11403996 kB
SwapCached:          0 kB
Active:        8487920 kB
Inactive:      8956040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14959296 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          233116 kB
Writeback:           0 kB
AnonPages:     3842836 kB
Mapped:          15988 kB
Slab:           475476 kB
PageTables:      12344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  4038292 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= 71668 MiB
End job on node149 at 2011-04-28 11:57:13