Trace number 3365849

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 84.8151 84.8135

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 benchmark19.938
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-3365849-1305318812.cnf
0.00/0.00	c found header 'p cnf 115266 345359'
0.19/0.24	c finished parsing
0.19/0.24	c
0.19/0.24	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.19/0.24	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.19/0.24	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.19/0.24	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.19/0.24	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.19/0.24	c --random=1 --spread=2000 --seed=0 --skip=25
0.19/0.24	c
0.19/0.24	c sizeof     vars[0] = 16   alignment = 0       2 MB
0.19/0.24	c sizeof     orgs[0] =  8   alignment = 0       1 MB
0.19/0.24	c sizeof     occs[0] =  8   alignment = 0       1 MB
0.19/0.24	c sizeof iirfs[0..1] =  8   alignment = 0       1 MB
0.19/0.24	c
0.19/0.24	c starting search after 0.2 seconds
0.19/0.24	c no decision limit
0.19/0.25	c
0.19/0.25	c       original/binary      fixed     eliminated      learned       agility
0.19/0.25	c   seconds        variables     equivalent    conflicts       height       MB
0.19/0.25	c
0.19/0.25	c *    0.3   345357  115264      2     0      0       0      0    0.0   0   29
1.89/1.98	c s    2.0   152039   19823   3241   383  91819       0      0    0.0   0   23
1.89/1.98	c l    2.0   152039   19823   3241   383  91819       0 124146    0.0   0   23
1.99/2.02	c R    2.0   152146   19823   3241   383  91819     101    100  116.2   9   25
1.99/2.04	c R    2.0   152348   19821   3241   385  91819     203    201  180.8  11   25
2.09/2.15	c B    2.2   153325   19818   3243   386  91819    1001    985  138.6  13   25
2.20/2.26	c B    2.3   154199   19813   3247   387  91819    2001   1963  125.2  11   25
2.20/2.27	c R    2.3   154221   19813   3247   387  91819    2040   2002  125.1  11   25
3.30/3.36	c B    3.4   206314   17668   3774  2005  91819    8003   7885  114.2  12   30
3.49/3.58	c R    3.6   211010   17611   3807  2029  91819    9721   9592  111.2  18   30
4.69/4.73	c s    4.7   169469   16624   3866  2064  92712   13902  12727  114.1  15   26
4.69/4.73	c -    4.7   169469   16624   3866  2064  92712   13902 109249  114.1  15   26
6.19/6.20	c B    6.2   190963   16075   4072  2407  92712   24012  22762  108.6  12   30
7.99/8.01	c s    8.0   176661   15855   4121  2554  92736   33782  31284  104.4  11   29
7.99/8.01	c -    8.0   176661   15855   4121  2554  92736   33782 104880  104.4  11   29
8.80/8.88	c R    8.9   182592   15750   4135  2645  92736   39647  37128  103.7  14   31
11.79/11.80	c s   11.8   180826   15612   4154  2764  92736   55402  52348   99.9  22   31
11.79/11.80	c -   11.8   180826   15612   4154  2764  92736   55402 103832   99.9  22   31
13.10/13.18	c B   13.2   182580   15552   4160  2818  92736   64022  60935   98.3   8   35
16.09/16.19	c
16.09/16.19	c       original/binary      fixed     eliminated      learned       agility
16.09/16.19	c   seconds        variables     equivalent    conflicts       height       MB
16.09/16.19	c
16.09/16.19	c s   16.2   167383   14765   4186  2890  93425   78423  70299   97.7  17   33
16.09/16.19	c -   16.2   167383   14765   4186  2890  93425   78423 101756   97.7  17   33
16.40/16.50	c R   16.5   168012   14762   4186  2893  93425   80404  72276   97.7  14   35
21.09/21.11	c s   21.1   171287   14682   4192  2942  93450  100679  91761   94.9  13   37
21.29/21.40	c +   21.4   171579   14681   4192  2943  93450  101756 111931   94.8  12   39
26.79/26.88	c s   26.9   167984   14573   4198  2978  93517  124150 111196   92.5   9   39
27.59/27.61	c +   27.6   168076   14571   4199  2979  93517  127195 123124   92.0  14   42
33.00/33.04	c s   33.0   169630   14547   4206  2996  93517  148461 122944   90.2  12   41
35.79/35.80	c +   35.8   174566   14520   4210  3019  93517  158990 135436   88.9  16   46
35.99/36.08	c B   36.1   174698   14520   4210  3019  93517  160053 124305   88.7  15   46
39.19/39.28	c s   39.3   170222   14478   4210  3019  93559  170858 134264   88.7  12   43
43.69/43.74	c R   43.7   172782   14464   4212  3031  93559  189825 136104   87.1  14   48
46.10/46.13	c s   46.1   170284   14460   4214  3032  93560  196496 135288   86.5  15   44
46.69/46.72	c +   46.7   170533   14452   4216  3038  93560  198736 148979   86.2  18   47
53.59/53.67	c s   53.7   170973   14432   4218  3041  93575  222415 149111   84.4  17   46
60.89/60.97	c +   61.0   173329   14379   4223  3089  93575  248422 163876   83.3  13   51
61.70/61.71	c s   61.7   171839   14371   4224  3089  93582  248925 149463   83.2  15   46
69.69/69.73	c s   69.7   171151   14325   4225  3103  93613  276225 160962   81.1  17   47
77.99/78.09	c s   78.1   172669   14304   4231  3118  93613  302778 164010   78.8  11   47
80.30/80.37	c
80.30/80.37	c       original/binary      fixed     eliminated      learned       agility
80.30/80.37	c   seconds        variables     equivalent    conflicts       height       MB
80.30/80.37	c
80.30/80.37	c +   80.4   172899   14302   4233  3118  93613  310528 180263   77.9  13   51
84.79/84.81	c 0   84.8   180428   13227   5288  3138  93613  324763 178277   76.5  13   54
84.79/84.81	c
84.79/84.81	s UNSATISFIABLE
84.79/84.81	c
84.79/84.81	c 324763 conflicts, 798128 decisions, 77 random
84.79/84.81	c 66 iterations, 1236 restarts, 6 skipped
84.79/84.81	c 6 enlarged, 8104 shrunken, 3178 rescored, 122 rebiased
84.79/84.81	c 14 simplifications, 0 reductions
84.79/84.81	c
84.79/84.81	c vars: 5288 fixed, 3138 equiv, 93613 elim, 3272 merged
84.79/84.81	c elim: 5608737 resolutions, 14 phases, 7 rounds
84.79/84.81	c sbst: 84% substituted, 6.0% nots, 87.9% ands, 0.2% xors, 5.8% ites
84.79/84.81	c arty: 2.07 and 2.00 xor average arity
84.79/84.81	c prbe: 1024630 probed, 130 phases, 34 rounds
84.79/84.81	c prbe: 269 failed, 3484 lifted, 855 merged
84.79/84.81	c sccs: 5 non trivial, 0 fixed, 22 merged
84.79/84.81	c hash: 51 units, 2395 merged
84.79/84.81	c mins: 8444576 learned, 28% deleted, 329 strong, 73 depth
84.79/84.81	c subs: 29703 forward, 32327 backward, 127783 doms
84.79/84.81	c strs: 16878 forward, 5729 backward
84.79/84.81	c doms: 133361 dominators, 115739 high, 120 low
84.79/84.81	c prps: 148851980 propagations, 1.76 megaprops
84.79/84.81	c
84.79/84.81	c 84.8 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: 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-3365849-1305318812/watcher-3365849-1305318812 -o /tmp/evaluation-result-3365849-1305318812/solver-3365849-1305318812 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365849-1305318812.cnf 

running on 4 cores: 1,3,5,7

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.00 2.00 1.91 2/279 13394
/proc/meminfo: memFree=20288924/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=5900 CPUtime=0 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 1276 0 0 0 0 0 0 0 25 0 1 0 624296551 6041600 1234 33554432000 134512640 135151029 4293228528 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/13394/statm: 1475 1234 60 156 0 1318 0

[startup+0.0199491 s]
/proc/loadavg: 2.00 2.00 1.91 2/279 13394
/proc/meminfo: memFree=20288924/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=11568 CPUtime=0.01 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 2803 0 0 0 1 0 0 0 25 0 1 0 624296551 11845632 2761 33554432000 134512640 135151029 4293228528 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 2892 2763 64 156 0 2735 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11568

[startup+0.100925 s]
/proc/loadavg: 2.00 2.00 1.91 2/279 13394
/proc/meminfo: memFree=20288924/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=20648 CPUtime=0.09 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 5279 0 0 0 9 0 0 0 25 0 1 0 624296551 21143552 5010 33554432000 134512640 135151029 4293228528 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 5162 5012 64 156 0 5005 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20648

[startup+0.300891 s]
/proc/loadavg: 2.00 2.00 1.91 2/279 13394
/proc/meminfo: memFree=20288924/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=36404 CPUtime=0.29 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 9502 0 0 0 28 1 0 0 25 0 1 0 624296551 37277696 8975 33554432000 134512640 135151029 4293228528 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 9101 8976 80 156 0 8944 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36404

[startup+0.700833 s]
/proc/loadavg: 2.00 2.00 1.91 2/279 13394
/proc/meminfo: memFree=20288924/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=45136 CPUtime=0.69 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 14083 0 0 0 67 2 0 0 25 0 1 0 624296551 46219264 11133 33554432000 134512640 135151029 4293228528 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 11284 11134 80 156 0 11127 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 45136

[startup+1.50068 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13395
/proc/meminfo: memFree=20238124/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=56312 CPUtime=1.49 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 16862 0 0 0 147 2 0 0 25 0 1 0 624296551 57663488 13399 33554432000 134512640 135151029 4293228528 18446744073709551615 134516914 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14078 13399 80 156 0 13921 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56312

[startup+3.1004 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13395
/proc/meminfo: memFree=20239984/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=49396 CPUtime=3.09 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 17066 0 0 0 307 2 0 0 25 0 1 0 624296551 50581504 11736 33554432000 134512640 135151029 4293228528 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 12349 11736 80 156 0 12192 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49396

[startup+6.30084 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13395
/proc/meminfo: memFree=20239096/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=49620 CPUtime=6.29 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 18458 0 0 0 627 2 0 0 25 0 1 0 624296551 50810880 11774 33554432000 134512640 135151029 4293228528 18446744073709551615 134580608 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 12405 11774 80 156 0 12248 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49620

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13395
/proc/meminfo: memFree=20237644/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=49620 CPUtime=12.69 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 21167 0 0 0 1266 3 0 0 25 0 1 0 624296551 50810880 11775 33554432000 134512640 135151029 4293228528 18446744073709551615 134555096 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 12405 11775 80 156 0 12248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49620

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13395
/proc/meminfo: memFree=20237276/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=49752 CPUtime=25.49 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 23943 0 0 0 2546 3 0 0 25 0 1 0 624296551 50946048 11843 33554432000 134512640 135151029 4293228528 18446744073709551615 134580711 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 12438 11843 80 156 0 12281 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49752

[startup+51.1009 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13396
/proc/meminfo: memFree=20233000/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=55908 CPUtime=51.09 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 32388 0 0 0 5105 4 0 0 25 0 1 0 624296551 57249792 13366 33554432000 134512640 135151029 4293228528 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 13977 13366 80 156 0 13820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 55908

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

[startup+63.9007 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13396
/proc/meminfo: memFree=20230252/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=56708 CPUtime=63.9 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 36819 0 0 0 6385 5 0 0 25 0 1 0 624296551 58068992 13578 33554432000 134512640 135151029 4293228528 18446744073709551615 134554833 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14177 13578 80 156 0 14020 0
Current children cumulated CPU time (s) 63.9
Current children cumulated vsize (KiB) 56708

[startup+76.7004 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13397
/proc/meminfo: memFree=20229008/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=58828 CPUtime=76.69 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 39461 0 0 0 7664 5 0 0 25 0 1 0 624296551 60239872 14085 33554432000 134512640 135151029 4293228528 18446744073709551615 134555139 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14707 14085 80 156 0 14550 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 58828

[startup+79.9008 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13397
/proc/meminfo: memFree=20228508/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=58828 CPUtime=79.89 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 41540 0 0 0 7984 5 0 0 25 0 1 0 624296551 60239872 14101 33554432000 134512640 135151029 4293228528 18446744073709551615 134520251 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14707 14101 80 156 0 14550 0
Current children cumulated CPU time (s) 79.89
Current children cumulated vsize (KiB) 58828

[startup+83.1003 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13397
/proc/meminfo: memFree=20231980/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=58828 CPUtime=83.09 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 41540 0 0 0 8304 5 0 0 25 0 1 0 624296551 60239872 14101 33554432000 134512640 135151029 4293228528 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14707 14101 80 156 0 14550 0
Current children cumulated CPU time (s) 83.09
Current children cumulated vsize (KiB) 58828

[startup+83.9011 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13397
/proc/meminfo: memFree=20230864/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=59232 CPUtime=83.89 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 41651 0 0 0 8384 5 0 0 25 0 1 0 624296551 60653568 14212 33554432000 134512640 135151029 4293228528 18446744073709551615 134554752 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14808 14212 80 156 0 14651 0
Current children cumulated CPU time (s) 83.89
Current children cumulated vsize (KiB) 59232

[startup+84.3011 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13397
/proc/meminfo: memFree=20230864/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=59500 CPUtime=84.29 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 41701 0 0 0 8424 5 0 0 25 0 1 0 624296551 60928000 14262 33554432000 134512640 135151029 4293228528 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14875 14262 80 156 0 14718 0
Current children cumulated CPU time (s) 84.29
Current children cumulated vsize (KiB) 59500

[startup+84.71 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13397
/proc/meminfo: memFree=20229624/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=59764 CPUtime=84.7 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 41778 0 0 0 8465 5 0 0 25 0 1 0 624296551 61198336 14339 33554432000 134512640 135151029 4293228528 18446744073709551615 134574580 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14941 14339 80 156 0 14784 0
Current children cumulated CPU time (s) 84.7
Current children cumulated vsize (KiB) 59764

[startup+84.801 s]
/proc/loadavg: 2.00 2.00 1.91 3/280 13397
/proc/meminfo: memFree=20229624/32951124 swapFree=67057896/67111528
[pid=13394] ppid=13392 vsize=59896 CPUtime=84.79 cores=1,3,5,7
/proc/13394/stat : 13394 (precosat) R 13392 13394 12951 0 -1 4202496 41807 0 0 0 8474 5 0 0 25 0 1 0 624296551 61333504 14368 33554432000 134512640 135151029 4293228528 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/13394/statm: 14974 14368 80 156 0 14817 0
Current children cumulated CPU time (s) 84.79
Current children cumulated vsize (KiB) 59896

Child status: 20
Real time (s): 84.8135
CPU time (s): 84.8151
CPU user time (s): 84.7521
CPU system time (s): 0.06299
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 63728

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

runsolver used 0.19397 second user time and 0.516921 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-13 22:33:32
IDJOB=3365849
IDBENCH=82492
IDSOLVER=1843
FILE ID=node140/3365849-1305318812
RUNJOBID= node140-1305315242-12970
PBS_JOBID= 13324292
Free space on /tmp= 49556 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-3365849-1305318812/watcher-3365849-1305318812 -o /tmp/evaluation-result-3365849-1305318812/solver-3365849-1305318812 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365849-1305318812.cnf

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

MD5SUM BENCH= 7eb9713591c46f87c512df513290fd7f
RANDOM SEED=1268805503

node140.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.833
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.66
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.833
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.14
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.833
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.75
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.833
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:     32951124 kB
MemFree:      20289328 kB
Buffers:        258592 kB
Cached:        8282592 kB
SwapCached:       8056 kB
Active:        4968948 kB
Inactive:      7225436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20289328 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            6828 kB
Writeback:           0 kB
AnonPages:     3649892 kB
Mapped:          23432 kB
Slab:           383488 kB
PageTables:      22344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45714652 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= 49556 MiB
End job on node140 at 2011-05-13 22:34:57