Trace number 3365701

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 175.032 175.028

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-37-1.120-NOTKNOWN.cnf
MD5SUM2a2f6fb35277c8ead36f65de8bb36dbb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.3907
Satisfiable
(Un)Satisfiability was proved
Number of variables516641
Number of clauses9436757
Sum of the clauses size20541437
Maximum clause length1408
Minimum clause length1
Number of clauses of size 11517
Number of clauses of size 29079800
Number of clauses of size 3337440
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518000

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-3365701-1305316014.cnf
0.00/0.00	c found header 'p cnf 516641 9436757'
8.39/8.41	c finished parsing
8.39/8.41	c
8.39/8.41	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
8.39/8.41	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
8.39/8.41	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
8.39/8.41	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
8.39/8.41	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
8.39/8.41	c --random=1 --spread=2000 --seed=0 --skip=25
8.39/8.41	c
8.39/8.41	c sizeof     vars[0] = 16   alignment = 0       8 MB
8.39/8.41	c sizeof     orgs[0] =  8   alignment = 0       4 MB
8.39/8.41	c sizeof     occs[0] =  8   alignment = 0       4 MB
8.39/8.41	c sizeof iirfs[0..1] =  8   alignment = 0       4 MB
8.39/8.41	c
8.39/8.41	c starting search after 8.4 seconds
8.39/8.41	c no decision limit
8.49/8.56	c
8.49/8.56	c       original/binary      fixed     eliminated      learned       agility
8.49/8.56	c   seconds        variables     equivalent    conflicts       height       MB
8.49/8.56	c
8.49/8.56	c *    8.6  8456298  465562  49599  1480      0       0      0    0.0   0  566
21.09/21.11	c s   21.1  6189670  352209 163532   207    693       0      0    0.0   0  448
21.09/21.11	c l   21.1  6189670  352209 163532   207    693       0 242837    0.0   0  448
37.90/37.97	c s   38.0  5940463  339400 175092  1332    817      61     25  259.9   1  435
37.90/37.97	c -   38.0  5940463  339400 175092  1332    817      61 235552  259.9   1  435
54.79/54.87	c s   54.9  5613894  323267 191072  1353    949      73     11  256.5   0  417
54.79/54.87	c -   54.9  5613894  323267 191072  1353    949      73 226130  256.5   0  417
65.39/65.48	c s   65.5  5409660  310006 203654  1779   1202     187    102  860.5   0  405
65.39/65.48	c -   65.5  5409660  310006 203654  1779   1202     187 217085  860.5   0  405
75.09/75.12	c s   75.1  5085052  296425 216768  2042   1406     194     85  845.5   0  388
75.09/75.12	c -   75.1  5085052  296425 216768  2042   1406     194 208402  845.5   0  388
85.29/85.38	c s   85.4  4905635  284742 227403  2902   1594     295    117  778.8   0  378
85.29/85.38	c -   85.4  4905635  284742 227403  2902   1594     295 202150  778.8   0  378
95.09/95.19	c s   95.2  4654641  271464 239986  3204   1987     384    140  831.0   0  364
95.09/95.19	c -   95.2  4654641  271464 239986  3204   1987     384 194064  831.0   0  364
104.30/104.39	c s  104.4  4465864  260078 250229  3972   2362     527    246  764.9   1  355
104.30/104.39	c -  104.4  4465864  260078 250229  3972   2362     527 188243  764.9   1  355
104.61/104.68	c R  104.7  4492827  251347 258944  3988   2362     700    389  726.2   1  357
112.10/112.17	c s  112.2  4312749  248299 261326  4419   2597     812    452  785.9   0  314
112.10/112.17	c
112.10/112.17	c       original/binary      fixed     eliminated      learned       agility
112.10/112.17	c   seconds        variables     equivalent    conflicts       height       MB
112.10/112.17	c
112.10/112.17	c -  112.2  4312749  248299 261326  4419   2597     812 180714  785.9   0  314
113.79/113.84	c B  113.8  4406777  242139 267436  4469   2597    1000    621  735.0   0  351
114.79/114.86	c R  114.9  4499365  239238 270311  4495   2597    1321    933  717.2   0  355
122.39/122.50	c s  122.5  4331573  235830 272856  5088   2867    1386    889  715.5   0  313
122.39/122.50	c -  122.5  4331573  235830 272856  5088   2867    1386 173486  715.5   0  313
124.49/124.52	c R  124.5  4427056  235055 273625  5094   2867    1922   1419  695.3   0  350
124.89/124.95	c B  125.0  4450410  230435 278200  5139   2867    2001   1496  686.4   0  352
141.50/141.52	c s  141.5  4369795  225166 282869  5593   3013    4615   3737  607.7   0  347
141.50/141.52	c -  141.5  4369795  225166 282869  5593   3013    4615 166547  607.7   0  347
146.70/146.70	c R  146.7  4607730  223699 284200  5729   3013    6374   5479  581.5   0  360
150.70/150.75	c B  150.8  4869088  222520 285302  5806   3013    8003   7088  552.7   0  374
159.80/159.85	c s  159.9  4245313  214138 293571  5803   3129    8499   6615  544.3   1  309
159.80/159.85	c -  159.9  4245313  214138 293571  5803   3129    8499 159886  544.3   1  309
174.90/175.00	c 0  175.0  4935489  164239 343368  5905   3129   12224  10285  501.8   0  377
174.90/175.00	c
174.90/175.00	s UNSATISFIABLE
174.90/175.00	c
174.90/175.00	c 12224 conflicts, 138512 decisions, 99 random
174.90/175.00	c 99 iterations, 68 restarts, 0 skipped
174.90/175.00	c 0 enlarged, 2020 shrunken, 119 rescored, 7 rebiased
174.90/175.00	c 12 simplifications, 0 reductions
174.90/175.00	c
174.90/175.00	c vars: 343368 fixed, 5905 equiv, 3129 elim, 19741 merged
174.90/175.00	c elim: 7513029 resolutions, 12 phases, 0 rounds
174.90/175.00	c sbst: 100% substituted, 83.4% nots, 16.6% ands, 0.0% xors, 0.0% ites
174.90/175.00	c arty: 2.00 and 0.00 xor average arity
174.90/175.00	c prbe: 25280 probed, 193 phases, 0 rounds
174.90/175.00	c prbe: 828 failed, 17047 lifted, 218 merged
174.90/175.00	c sccs: 16575 non trivial, 91 fixed, 16723 merged
174.90/175.00	c hash: 95 units, 2800 merged
174.90/175.00	c mins: 1261627 learned, 32% deleted, 11 strong, 67 depth
174.90/175.00	c subs: 1456 forward, 3235 backward, 2472 doms
174.90/175.00	c strs: 5856 forward, 0 backward
174.90/175.00	c doms: 84614 dominators, 41955 high, 2762 low
174.90/175.00	c prps: 326087368 propagations, 1.86 megaprops
174.90/175.00	c
174.90/175.00	c 175.0 seconds, 584 MB max, 204 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-3365701-1305316014/watcher-3365701-1305316014 -o /tmp/evaluation-result-3365701-1305316014/solver-3365701-1305316014 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365701-1305316014.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.00 1.84 1.11 3/316 11908
/proc/meminfo: memFree=8433684/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=17024 CPUtime=0 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 3268 0 0 0 0 0 0 0 22 0 1 0 721832577 17432576 3226 33554432000 134512640 135151029 4293676496 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11908/statm: 4256 3239 59 156 0 4099 0

[startup+0.0142239 s]
/proc/loadavg: 2.00 1.84 1.11 3/316 11908
/proc/meminfo: memFree=8433684/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=21580 CPUtime=0 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 4466 0 0 0 0 0 0 0 22 0 1 0 721832577 22097920 4423 33554432000 134512640 135151029 4293676496 18446744073709551615 134534366 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11908/statm: 5395 4424 60 156 0 5238 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 21580

[startup+0.100263 s]
/proc/loadavg: 2.00 1.84 1.11 3/316 11908
/proc/meminfo: memFree=8433684/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=44588 CPUtime=0.09 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 11064 0 0 0 8 1 0 0 22 0 1 0 721832577 45658112 11021 33554432000 134512640 135151029 4293676496 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 11147 11021 65 156 0 10990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44588

[startup+0.300225 s]
/proc/loadavg: 2.00 1.84 1.11 3/316 11908
/proc/meminfo: memFree=8433684/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=52920 CPUtime=0.29 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 13343 0 0 0 27 2 0 0 23 0 1 0 721832577 54190080 13073 33554432000 134512640 135151029 4293676496 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 13230 13074 65 156 0 13073 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52920

[startup+0.701154 s]
/proc/loadavg: 2.00 1.84 1.11 3/316 11908
/proc/meminfo: memFree=8433684/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=91804 CPUtime=0.69 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 23832 0 0 0 66 3 0 0 25 0 1 0 721832577 94007296 22792 33554432000 134512640 135151029 4293676496 18446744073709551615 134579324 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 22951 22792 65 156 0 22794 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91804

[startup+1.50099 s]
/proc/loadavg: 2.00 1.84 1.11 3/317 11909
/proc/meminfo: memFree=8318984/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=150732 CPUtime=1.49 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 41614 0 0 0 142 7 0 0 25 0 1 0 721832577 154349568 37500 33554432000 134512640 135151029 4293676496 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 37683 37500 65 156 0 37526 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 150732

[startup+3.10069 s]
/proc/loadavg: 2.00 1.84 1.11 3/317 11909
/proc/meminfo: memFree=8318984/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=273884 CPUtime=3.09 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 76448 0 0 0 297 12 0 0 25 0 1 0 721832577 280457216 68237 33554432000 134512640 135151029 4293676496 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 68471 68238 65 156 0 68314 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 273884

[startup+6.30109 s]
/proc/loadavg: 2.00 1.84 1.11 3/317 11909
/proc/meminfo: memFree=7987956/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=508012 CPUtime=6.29 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 143119 0 0 0 608 21 0 0 25 0 1 0 721832577 520204288 126715 33554432000 134512640 135151029 4293676496 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 127003 126715 65 156 0 126846 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 508012

[startup+12.7009 s]
/proc/loadavg: 2.00 1.85 1.12 3/317 11909
/proc/meminfo: memFree=7772336/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=630252 CPUtime=12.69 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 224885 0 0 0 1236 33 0 0 25 0 1 0 721832577 645378048 157302 33554432000 134512640 135151029 4293676496 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 157563 157302 80 156 0 157406 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 630252

[startup+25.5004 s]
/proc/loadavg: 2.15 1.89 1.14 3/317 11909
/proc/meminfo: memFree=7803216/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=646640 CPUtime=25.49 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 332883 0 0 0 2502 47 0 0 25 0 1 0 721832577 662159360 161463 33554432000 134512640 135151029 4293676496 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 161660 161463 80 156 0 161503 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 646640

[startup+51.1006 s]
/proc/loadavg: 2.10 1.89 1.16 3/317 11910
/proc/meminfo: memFree=7745464/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=687596 CPUtime=51.09 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 460798 0 0 0 5047 62 0 0 25 0 1 0 721832577 704098304 171715 33554432000 134512640 135151029 4293676496 18446744073709551615 134548113 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 171899 171715 80 156 0 171742 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 687596

[startup+102.301 s]
/proc/loadavg: 2.04 1.91 1.21 3/317 11911
/proc/meminfo: memFree=7831284/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=601924 CPUtime=102.3 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 962058 0 0 0 10106 124 0 0 25 0 1 0 721832577 616370176 150297 33554432000 134512640 135151029 4293676496 18446744073709551615 134578625 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 150481 150297 80 156 0 150324 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 601924

[startup+162.3 s]
/proc/loadavg: 2.01 1.92 1.25 3/317 11913
/proc/meminfo: memFree=7796388/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=696136 CPUtime=162.3 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 1291383 0 0 0 16067 163 0 0 25 0 1 0 721832577 712843264 173850 33554432000 134512640 135151029 4293676496 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 174034 173850 80 156 0 173877 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 696136

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

[startup+167.501 s]
/proc/loadavg: 2.01 1.92 1.26 3/317 11913
/proc/meminfo: memFree=7770832/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=663364 CPUtime=167.5 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 1291383 0 0 0 16587 163 0 0 25 0 1 0 721832577 679284736 165657 33554432000 134512640 135151029 4293676496 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 167.5
Current children cumulated vsize (KiB) 663364

[startup+170.701 s]
/proc/loadavg: 2.01 1.92 1.26 3/317 11913
/proc/meminfo: memFree=7762644/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=663364 CPUtime=170.7 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 1291383 0 0 0 16907 163 0 0 25 0 1 0 721832577 679284736 165657 33554432000 134512640 135151029 4293676496 18446744073709551615 134573921 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 170.7
Current children cumulated vsize (KiB) 663364

[startup+172.301 s]
/proc/loadavg: 2.01 1.92 1.26 3/317 11913
/proc/meminfo: memFree=7762644/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=663364 CPUtime=172.3 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 1291383 0 0 0 17067 163 0 0 25 0 1 0 721832577 679284736 165657 33554432000 134512640 135151029 4293676496 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 172.3
Current children cumulated vsize (KiB) 663364

[startup+173.912 s]
/proc/loadavg: 2.01 1.92 1.26 3/317 11913
/proc/meminfo: memFree=7762644/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=663364 CPUtime=173.91 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 1291383 0 0 0 17228 163 0 0 25 0 1 0 721832577 679284736 165657 33554432000 134512640 135151029 4293676496 18446744073709551615 134542634 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 173.91
Current children cumulated vsize (KiB) 663364

[startup+174.701 s]
/proc/loadavg: 2.01 1.92 1.26 3/317 11913
/proc/meminfo: memFree=7762644/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=663364 CPUtime=174.7 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 1291383 0 0 0 17307 163 0 0 25 0 1 0 721832577 679284736 165657 33554432000 134512640 135151029 4293676496 18446744073709551615 134554590 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 174.7
Current children cumulated vsize (KiB) 663364

[startup+174.901 s]
/proc/loadavg: 2.01 1.92 1.26 3/317 11913
/proc/meminfo: memFree=7762644/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=663364 CPUtime=174.9 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202496 1291383 0 0 0 17327 163 0 0 25 0 1 0 721832577 679284736 165657 33554432000 134512640 135151029 4293676496 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/11908/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 174.9
Current children cumulated vsize (KiB) 663364

[startup+175.012 s]
/proc/loadavg: 2.01 1.92 1.26 3/317 11913
/proc/meminfo: memFree=7762644/32950928 swapFree=67085488/67111528
[pid=11908] ppid=11906 vsize=0 CPUtime=175.01 cores=0,2,4,6
/proc/11908/stat : 11908 (precosat) R 11906 11908 11765 0 -1 4202500 1291384 0 0 0 17337 164 0 0 25 0 1 0 721832577 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/11908/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 175.01
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 175.028
CPU time (s): 175.032
CPU user time (s): 173.377
CPU system time (s): 1.65575
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 720368

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

runsolver used 0.563914 second user time and 1.18582 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-13 21:46:59
IDJOB=3365701
IDBENCH=82364
IDSOLVER=1843
FILE ID=node114/3365701-1305316014
RUNJOBID= node114-1305315246-11783
PBS_JOBID= 13324318
Free space on /tmp= 39052 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-37-1.120-NOTKNOWN.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365701-1305316014/watcher-3365701-1305316014 -o /tmp/evaluation-result-3365701-1305316014/solver-3365701-1305316014 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365701-1305316014.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=806651846

node114.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.848
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.69
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.848
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.848
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.74
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.848
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.848
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.848
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.848
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.848
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:       8433840 kB
Buffers:        255780 kB
Cached:       13139108 kB
SwapCached:         96 kB
Active:       12464464 kB
Inactive:     11522796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8433840 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:          171968 kB
Writeback:           0 kB
AnonPages:    10592404 kB
Mapped:          27296 kB
Slab:           429008 kB
PageTables:      37396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52693104 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= 39052 MiB
End job on node114 at 2011-05-13 21:49:54