Trace number 3308623

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 188.957 188.953

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 benchmark62.1775
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-3308623-1303983433.cnf
0.00/0.00	c found header 'p cnf 516641 9436757'
8.80/8.89	c finished parsing
8.80/8.89	c
8.80/8.89	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
8.80/8.89	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
8.80/8.89	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
8.80/8.89	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
8.80/8.89	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
8.80/8.89	c --random=1 --spread=2000 --seed=0 --skip=25
8.80/8.89	c
8.80/8.89	c sizeof     vars[0] = 16   alignment = 0       8 MB
8.80/8.89	c sizeof     orgs[0] =  8   alignment = 0       4 MB
8.80/8.89	c sizeof     occs[0] =  8   alignment = 0       4 MB
8.80/8.89	c sizeof iirfs[0..1] =  8   alignment = 0       4 MB
8.80/8.89	c
8.80/8.89	c starting search after 8.9 seconds
8.80/8.89	c no decision limit
8.99/9.05	c
8.99/9.05	c       original/binary      fixed     eliminated      learned       agility
8.99/9.05	c   seconds        variables     equivalent    conflicts       height       MB
8.99/9.05	c
8.99/9.05	c *    9.1  8456298  465562  49599  1480      0       0      0    0.0   0  566
22.29/22.38	c s   22.4  6189670  352209 163532   207    693       0      0    0.0   0  448
22.29/22.38	c l   22.4  6189670  352209 163532   207    693       0 242837    0.0   0  448
39.89/39.92	c s   39.9  5940463  339400 175092  1332    817      61     25  259.9   1  435
39.89/39.92	c -   39.9  5940463  339400 175092  1332    817      61 235552  259.9   1  435
57.39/57.41	c s   57.4  5613894  323267 191072  1353    949      73     11  256.5   0  417
57.39/57.41	c -   57.4  5613894  323267 191072  1353    949      73 226130  256.5   0  417
68.60/68.67	c s   68.7  5409660  310006 203654  1779   1202     187    102  860.5   0  405
68.60/68.67	c -   68.7  5409660  310006 203654  1779   1202     187 217085  860.5   0  405
79.00/79.01	c s   79.0  5085052  296425 216768  2042   1406     194     85  845.5   0  388
79.00/79.01	c -   79.0  5085052  296425 216768  2042   1406     194 208402  845.5   0  388
89.89/89.95	c s   90.0  4905635  284742 227403  2902   1594     295    117  778.8   0  378
89.89/89.95	c -   90.0  4905635  284742 227403  2902   1594     295 202150  778.8   0  378
100.40/100.46	c s  100.5  4654641  271464 239986  3204   1987     384    140  831.0   0  364
100.40/100.46	c -  100.5  4654641  271464 239986  3204   1987     384 194064  831.0   0  364
110.30/110.34	c s  110.3  4465864  260078 250229  3972   2362     527    246  764.9   1  355
110.30/110.34	c -  110.3  4465864  260078 250229  3972   2362     527 188243  764.9   1  355
110.60/110.67	c R  110.7  4492827  251347 258944  3988   2362     700    389  726.2   1  357
118.60/118.66	c s  118.7  4312749  248299 261326  4419   2597     812    452  785.9   0  314
118.60/118.66	c
118.60/118.66	c       original/binary      fixed     eliminated      learned       agility
118.60/118.66	c   seconds        variables     equivalent    conflicts       height       MB
118.60/118.66	c
118.60/118.66	c -  118.7  4312749  248299 261326  4419   2597     812 180714  785.9   0  314
120.40/120.46	c B  120.5  4406777  242139 267436  4469   2597    1000    621  735.0   0  351
121.50/121.59	c R  121.6  4499365  239238 270311  4495   2597    1321    933  717.2   0  355
129.70/129.76	c s  129.8  4331573  235830 272856  5088   2867    1386    889  715.5   0  313
129.70/129.76	c -  129.8  4331573  235830 272856  5088   2867    1386 173486  715.5   0  313
132.00/132.01	c R  132.0  4427056  235055 273625  5094   2867    1922   1419  695.3   0  350
132.39/132.49	c B  132.5  4450410  230435 278200  5139   2867    2001   1496  686.4   0  352
150.79/150.82	c s  150.8  4369795  225166 282869  5593   3013    4615   3737  607.7   0  347
150.79/150.82	c -  150.8  4369795  225166 282869  5593   3013    4615 166547  607.7   0  347
156.69/156.73	c R  156.7  4607730  223699 284200  5729   3013    6374   5479  581.5   0  360
161.29/161.38	c B  161.4  4869088  222520 285302  5806   3013    8003   7088  552.7   0  374
171.20/171.29	c s  171.3  4245313  214138 293571  5803   3129    8499   6615  544.3   1  309
171.20/171.29	c -  171.3  4245313  214138 293571  5803   3129    8499 159886  544.3   1  309
188.90/188.92	c 0  188.9  4935489  164239 343368  5905   3129   12224  10285  501.8   0  377
188.90/188.92	c
188.90/188.92	s UNSATISFIABLE
188.90/188.92	c
188.90/188.92	c 12224 conflicts, 138512 decisions, 99 random
188.90/188.92	c 99 iterations, 68 restarts, 0 skipped
188.90/188.92	c 0 enlarged, 2020 shrunken, 119 rescored, 7 rebiased
188.90/188.92	c 12 simplifications, 0 reductions
188.90/188.92	c
188.90/188.92	c vars: 343368 fixed, 5905 equiv, 3129 elim, 19741 merged
188.90/188.92	c elim: 7513029 resolutions, 12 phases, 0 rounds
188.90/188.92	c sbst: 100% substituted, 83.4% nots, 16.6% ands, 0.0% xors, 0.0% ites
188.90/188.92	c arty: 2.00 and 0.00 xor average arity
188.90/188.92	c prbe: 25280 probed, 193 phases, 0 rounds
188.90/188.92	c prbe: 828 failed, 17047 lifted, 218 merged
188.90/188.92	c sccs: 16575 non trivial, 91 fixed, 16723 merged
188.90/188.92	c hash: 95 units, 2800 merged
188.90/188.92	c mins: 1261627 learned, 32% deleted, 11 strong, 67 depth
188.90/188.92	c subs: 1456 forward, 3235 backward, 2472 doms
188.90/188.92	c strs: 5856 forward, 0 backward
188.90/188.92	c doms: 84614 dominators, 41955 high, 2762 low
188.90/188.92	c prps: 326087368 propagations, 1.73 megaprops
188.90/188.92	c
188.90/188.92	c 188.9 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: 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-3308623-1303983433/watcher-3308623-1303983433 -o /tmp/evaluation-result-3308623-1303983433/solver-3308623-1303983433 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308623-1303983433.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: 3.91 2.09 0.84 4/189 22508
/proc/meminfo: memFree=15331960/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=17024 CPUtime=0 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 4074 0 0 0 0 0 0 0 23 0 1 0 509942665 17432576 4031 33554432000 134512640 135151029 4287172080 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22508/statm: 4256 4044 59 156 0 4099 0

[startup+0.049111 s]
/proc/loadavg: 3.91 2.09 0.84 4/189 22508
/proc/meminfo: memFree=15331960/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=27156 CPUtime=0.04 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 5982 0 0 0 4 0 0 0 23 0 1 0 509942665 27807744 5940 33554432000 134512640 135151029 4287172080 18446744073709551615 134534687 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/22508/statm: 6789 5965 60 156 0 6632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 27156

[startup+0.101102 s]
/proc/loadavg: 3.91 2.09 0.84 4/189 22508
/proc/meminfo: memFree=15331960/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=44588 CPUtime=0.09 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 11057 0 0 0 8 1 0 0 23 0 1 0 509942665 45658112 11014 33554432000 134512640 135151029 4287172080 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 11147 11015 65 156 0 10990 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44588

[startup+0.301066 s]
/proc/loadavg: 3.91 2.09 0.84 4/189 22508
/proc/meminfo: memFree=15331960/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=52260 CPUtime=0.29 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 13158 0 0 0 27 2 0 0 25 0 1 0 509942665 53514240 12888 33554432000 134512640 135151029 4287172080 18446744073709551615 134682423 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 13065 12888 65 156 0 12908 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52260

[startup+0.700995 s]
/proc/loadavg: 3.91 2.09 0.84 4/189 22508
/proc/meminfo: memFree=15331960/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=81620 CPUtime=0.69 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 21279 0 0 0 66 3 0 0 25 0 1 0 509942665 83578880 20239 33554432000 134512640 135151029 4287172080 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 20405 20239 65 156 0 20248 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81620

[startup+1.50085 s]
/proc/loadavg: 3.91 2.09 0.84 5/190 22509
/proc/meminfo: memFree=15225940/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=141608 CPUtime=1.49 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 39317 0 0 0 142 7 0 0 25 0 1 0 509942665 145006592 35203 33554432000 134512640 135151029 4287172080 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 35402 35204 65 156 0 35245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 141608

[startup+3.10057 s]
/proc/loadavg: 3.91 2.09 0.84 5/190 22509
/proc/meminfo: memFree=15145364/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=258156 CPUtime=3.09 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 72535 0 0 0 296 13 0 0 25 0 1 0 509942665 264351744 64324 33554432000 134512640 135151029 4287172080 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 64539 64325 65 156 0 64382 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 258156

[startup+6.301 s]
/proc/loadavg: 3.91 2.12 0.86 5/190 22510
/proc/meminfo: memFree=14924088/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=480672 CPUtime=6.29 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 136289 0 0 0 604 25 0 0 25 0 1 0 509942665 492208128 119885 33554432000 134512640 135151029 4287172080 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 120168 119885 65 156 0 120011 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 480672

[startup+12.7009 s]
/proc/loadavg: 3.92 2.15 0.87 5/190 22510
/proc/meminfo: memFree=14639748/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=12.69 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 215753 0 0 0 1231 38 0 0 25 0 1 0 509942665 679284736 165580 33554432000 134512640 135151029 4287172080 18446744073709551615 134672959 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165580 80 156 0 165684 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 663364

[startup+25.5006 s]
/proc/loadavg: 3.94 2.24 0.92 5/190 22510
/proc/meminfo: memFree=14622916/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=696136 CPUtime=25.49 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 319654 0 0 0 2497 52 0 0 25 0 1 0 509942665 712843264 173837 33554432000 134512640 135151029 4287172080 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 174034 173837 80 156 0 173877 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 696136

[startup+51.101 s]
/proc/loadavg: 3.96 2.38 1.00 5/190 22511
/proc/meminfo: memFree=14661804/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=687596 CPUtime=51.09 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 460798 0 0 0 5039 70 0 0 25 0 1 0 509942665 704098304 171715 33554432000 134512640 135151029 4287172080 18446744073709551615 134548109 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 171899 171715 80 156 0 171742 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 687596

[startup+102.307 s]
/proc/loadavg: 4.02 2.64 1.16 5/190 22512
/proc/meminfo: memFree=14657996/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=614212 CPUtime=102.3 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 915033 0 0 0 10101 129 0 0 25 0 1 0 509942665 628953088 153369 33554432000 134512640 135151029 4287172080 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 153553 153369 80 156 0 153396 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 614212

[startup+162.3 s]
/proc/loadavg: 4.01 2.89 1.34 5/190 22514
/proc/meminfo: memFree=14597808/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=162.29 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1220829 0 0 0 16060 169 0 0 25 0 1 0 509942665 679284736 165657 33554432000 134512640 135151029 4287172080 18446744073709551615 134580762 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 663364

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

[startup+166.3 s]
/proc/loadavg: 4.01 2.91 1.35 5/190 22514
/proc/meminfo: memFree=14630544/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=626156 CPUtime=166.3 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1245295 0 0 0 16457 173 0 0 25 0 1 0 509942665 641183744 156355 33554432000 134512640 135151029 4287172080 18446744073709551615 134579313 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 156539 156355 80 156 0 156382 0
Current children cumulated CPU time (s) 166.3
Current children cumulated vsize (KiB) 626156

[startup+179.1 s]
/proc/loadavg: 4.00 2.94 1.38 5/190 22514
/proc/meminfo: memFree=14597208/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=179.1 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1291383 0 0 0 17731 179 0 0 25 0 1 0 509942665 679284736 165657 33554432000 134512640 135151029 4287172080 18446744073709551615 134554799 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 179.1
Current children cumulated vsize (KiB) 663364

[startup+185.501 s]
/proc/loadavg: 4.00 2.98 1.41 5/190 22515
/proc/meminfo: memFree=14597120/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=185.5 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1291383 0 0 0 18371 179 0 0 25 0 1 0 509942665 679284736 165657 33554432000 134512640 135151029 4287172080 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 185.5
Current children cumulated vsize (KiB) 663364

[startup+187.101 s]
/proc/loadavg: 4.00 2.98 1.41 5/190 22515
/proc/meminfo: memFree=14596996/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=187.1 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1291383 0 0 0 18531 179 0 0 25 0 1 0 509942665 679284736 165657 33554432000 134512640 135151029 4287172080 18446744073709551615 134554534 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 187.1
Current children cumulated vsize (KiB) 663364

[startup+187.901 s]
/proc/loadavg: 4.00 2.98 1.41 5/190 22515
/proc/meminfo: memFree=14596996/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=187.9 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1291383 0 0 0 18611 179 0 0 25 0 1 0 509942665 679284736 165657 33554432000 134512640 135151029 4287172080 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 187.9
Current children cumulated vsize (KiB) 663364

[startup+188.7 s]
/proc/loadavg: 4.00 2.98 1.41 5/190 22515
/proc/meminfo: memFree=14596996/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=188.7 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1291383 0 0 0 18691 179 0 0 25 0 1 0 509942665 679284736 165657 33554432000 134512640 135151029 4287172080 18446744073709551615 134542769 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 188.7
Current children cumulated vsize (KiB) 663364

[startup+188.9 s]
/proc/loadavg: 4.00 2.98 1.41 5/190 22515
/proc/meminfo: memFree=14596996/32950928 swapFree=67111528/67111528
[pid=22508] ppid=22506 vsize=663364 CPUtime=188.9 cores=1,3
/proc/22508/stat : 22508 (precosat) R 22506 22508 22173 0 -1 4202496 1291383 0 0 0 18711 179 0 0 25 0 1 0 509942665 679284736 165657 33554432000 134512640 135151029 4287172080 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/22508/statm: 165841 165657 80 156 0 165684 0
Current children cumulated CPU time (s) 188.9
Current children cumulated vsize (KiB) 663364

Child status: 20
Real time (s): 188.953
CPU time (s): 188.957
CPU user time (s): 187.139
CPU system time (s): 1.81872
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 720368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.139
system time used= 1.81872
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= 388

runsolver used 0.281957 second user time and 0.750885 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-28 11:37:19
IDJOB=3308623
IDBENCH=82364
IDSOLVER=1690
FILE ID=node122/3308623-1303983433
RUNJOBID= node122-1303983219-22193
PBS_JOBID= 13168704
Free space on /tmp= 71448 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-3308623-1303983433/watcher-3308623-1303983433 -o /tmp/evaluation-result-3308623-1303983433/solver-3308623-1303983433 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308623-1303983433.cnf

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

MD5SUM BENCH= 2a2f6fb35277c8ead36f65de8bb36dbb
RANDOM SEED=2071549705

node122.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.820
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.64
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.820
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.75
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15332364 kB
Buffers:       1728396 kB
Cached:       14605524 kB
SwapCached:          0 kB
Active:        5853536 kB
Inactive:     11191488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15332364 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          197992 kB
Writeback:           0 kB
AnonPages:      710916 kB
Mapped:          16252 kB
Slab:           507384 kB
PageTables:       6396 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   904160 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= 71448 MiB
End job on node122 at 2011-04-28 11:40:28