Trace number 3365865

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 331.765 331.757

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark102.934
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
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-3365865-1305319385.cnf
0.00/0.00	c found header 'p cnf 33320 766757'
0.38/0.44	c finished parsing
0.38/0.44	c
0.38/0.44	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.38/0.44	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.38/0.44	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.38/0.44	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.38/0.44	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.38/0.44	c --random=1 --spread=2000 --seed=0 --skip=25
0.38/0.44	c
0.38/0.44	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.38/0.44	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.38/0.44	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.38/0.44	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.38/0.44	c
0.38/0.44	c starting search after 0.4 seconds
0.38/0.44	c no decision limit
0.38/0.45	c
0.38/0.45	c       original/binary      fixed     eliminated      learned       agility
0.38/0.45	c   seconds        variables     equivalent    conflicts       height       MB
0.38/0.45	c
0.38/0.45	c *    0.5   766757   33320      0     0      0       0      0    0.0   0   48
1.69/1.74	c s    1.7   766936   32369      0     0    951       0      0    0.0   0   49
1.69/1.74	c l    1.7   766936   32369      0     0    951       0 710773    0.0   0   49
1.69/1.75	c R    1.8   767024   32369      0     0    951     100     99  164.9  11   49
1.69/1.76	c R    1.8   768404   32368      0     1    951     200    199  176.8   3   50
1.89/1.91	c R    1.9   768931   32368      0     1    951     802    797  264.1  18   52
1.89/1.96	c B    2.0   768935   32368      0     1    951    1001    995  245.1  15   52
2.11/2.16	c B    2.2   768936   32368      0     1    951    2003   1997  181.3  21   53
2.21/2.26	c R    2.3   768949   32368      0     1    951    2411   2405  165.3  14   53
3.59/3.64	c R    3.6   779658   32215    147     7    951    6424   6418   90.7  20   56
3.99/4.05	c B    4.1   779673   32215    147     7    951    8005   7999   78.7  19   56
6.29/6.36	c R    6.4   792091   31719    419   231    951   16047  16039   89.8  21   59
8.49/8.55	c B    8.6   809227   31433    618   318    951   24012  24004   68.0  28   61
12.59/12.67	c R   12.7   827987   30420    774  1175    951   38503  38492   48.6  19   64
19.99/20.06	c B   20.1   841043   29695    824  1850    951   64028  64016   34.7  22   67
23.00/23.05	c s   23.1   799070   29644    829  1896    951   69367  69294   33.2  22   58
23.00/23.05	c -   23.1   799070   29644    829  1896    951   69367 689450   33.2  22   58
29.19/29.22	c R   29.2   802548   29601    837  1931    951   89800  89727   28.7  18   66
53.80/53.90	c B   53.9   805696   29331    924  2114    951  160053 159974   21.8  25   78
58.79/58.87	c
58.79/58.87	c       original/binary      fixed     eliminated      learned       agility
58.79/58.87	c   seconds        variables     equivalent    conflicts       height       MB
58.79/58.87	c
58.79/58.87	c s   58.9   797354   29171    941  2257    951  171786 166521   21.1  19   69
72.09/72.12	c R   72.1   798491   29082    941  2346    951  205167 199900   19.7  17   80
111.40/111.46	c s  111.5   796394   28958    961  2450    951  286806 273896   18.9  23   81
159.50/159.53	c B  159.5   796956   28925    967  2477    951  384105 371191   17.1  21  108
181.51/181.57	c s  181.6   796361   28878    967  2524    951  417527 386499   16.7  18   95
272.99/273.00	c s  273.0   790734   28280    967  2555   1518  567961 519751   15.4  22  111
331.70/331.75	c 0  331.8   793739   27334   1909  2559   1518  647363 599085   14.9  20  139
331.70/331.75	c
331.70/331.75	s UNSATISFIABLE
331.70/331.75	c
331.70/331.75	c 647363 conflicts, 783450 decisions, 4 random
331.70/331.75	c 12 iterations, 1237 restarts, 340 skipped
331.70/331.75	c 0 enlarged, 1966 shrunken, 6331 rescored, 195 rebiased
331.70/331.75	c 6 simplifications, 0 reductions
331.70/331.75	c
331.70/331.75	c vars: 1909 fixed, 2559 equiv, 1518 elim, 2752 merged
331.70/331.75	c elim: 3243334 resolutions, 6 phases, 1 rounds
331.70/331.75	c sbst: 2% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
331.70/331.75	c arty: 2.00 and 0.00 xor average arity
331.70/331.75	c prbe: 198726 probed, 192 phases, 3 rounds
331.70/331.75	c prbe: 237 failed, 338 lifted, 1538 merged
331.70/331.75	c sccs: 25 non trivial, 0 fixed, 147 merged
331.70/331.75	c hash: 5 units, 1067 merged
331.70/331.75	c mins: 12227757 learned, 50% deleted, 444 strong, 155 depth
331.70/331.75	c subs: 13673 forward, 5079 backward, 14866 doms
331.70/331.75	c strs: 728 forward, 5 backward
331.70/331.75	c doms: 20418 dominators, 2505 high, 179 low
331.70/331.75	c prps: 219619587 propagations, 0.66 megaprops
331.70/331.75	c
331.70/331.75	c 331.8 seconds, 139 MB max, 8 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-3365865-1305319385/watcher-3365865-1305319385 -o /tmp/evaluation-result-3365865-1305319385/solver-3365865-1305319385 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365865-1305319385.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.95 3/364 32701
/proc/meminfo: memFree=11816596/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=5260 CPUtime=0 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 1219 0 0 0 0 0 0 0 21 0 1 0 624354820 5386240 1143 33554432000 134512640 135151029 4294700960 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 1315 1143 64 156 0 1158 0

[startup+0.0165099 s]
/proc/loadavg: 2.00 2.00 1.95 3/364 32701
/proc/meminfo: memFree=11816596/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=5656 CPUtime=0.01 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 1328 0 0 0 1 0 0 0 21 0 1 0 624354820 5791744 1252 33554432000 134512640 135151029 4294700960 18446744073709551615 134572611 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 1414 1253 64 156 0 1257 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5656

[startup+0.100534 s]
/proc/loadavg: 2.00 2.00 1.95 3/364 32701
/proc/meminfo: memFree=11816596/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=16208 CPUtime=0.09 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 4018 0 0 0 9 0 0 0 21 0 1 0 624354820 16596992 3877 33554432000 134512640 135151029 4294700960 18446744073709551615 134682423 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 4052 3877 64 156 0 3895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16208

[startup+0.300501 s]
/proc/loadavg: 2.00 2.00 1.95 3/364 32701
/proc/meminfo: memFree=11816596/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=40628 CPUtime=0.29 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 10134 0 0 0 28 1 0 0 22 0 1 0 624354820 41603072 9993 33554432000 134512640 135151029 4294700960 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 10157 9994 64 156 0 10000 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40628

[startup+0.70043 s]
/proc/loadavg: 2.00 2.00 1.95 3/364 32701
/proc/meminfo: memFree=11816596/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=61324 CPUtime=0.69 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 15293 0 0 0 67 2 0 0 24 0 1 0 624354820 62795776 15151 33554432000 134512640 135151029 4294700960 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 15331 15151 80 156 0 15174 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61324

[startup+1.50029 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32702
/proc/meminfo: memFree=11756828/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=82064 CPUtime=1.49 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 21169 0 0 0 146 3 0 0 25 0 1 0 624354820 84033536 20275 33554432000 134512640 135151029 4294700960 18446744073709551615 134548113 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 20516 20275 80 156 0 20359 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82064

[startup+3.101 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32702
/proc/meminfo: memFree=11735748/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=80752 CPUtime=3.09 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 21170 0 0 0 306 3 0 0 25 0 1 0 624354820 82690048 19948 33554432000 134512640 135151029 4294700960 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 20188 19948 80 156 0 20031 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80752

[startup+6.30043 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32702
/proc/meminfo: memFree=11742696/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=80752 CPUtime=6.29 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 21170 0 0 0 626 3 0 0 25 0 1 0 624354820 82690048 19948 33554432000 134512640 135151029 4294700960 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 20188 19948 80 156 0 20031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80752

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32702
/proc/meminfo: memFree=11734856/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=80752 CPUtime=12.69 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 21170 0 0 0 1266 3 0 0 25 0 1 0 624354820 82690048 19948 33554432000 134512640 135151029 4294700960 18446744073709551615 134555122 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 20188 19948 80 156 0 20031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80752

[startup+25.501 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32702
/proc/meminfo: memFree=11735660/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=80680 CPUtime=25.49 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 23178 0 0 0 2546 3 0 0 25 0 1 0 624354820 82616320 19979 33554432000 134512640 135151029 4294700960 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 20170 19979 80 156 0 20013 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80680

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32703
/proc/meminfo: memFree=11727980/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=89192 CPUtime=51.09 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 25248 0 0 0 5105 4 0 0 25 0 1 0 624354820 91332608 22049 33554432000 134512640 135151029 4294700960 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 22298 22049 80 156 0 22141 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89192

[startup+102.314 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32704
/proc/meminfo: memFree=11711780/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=104452 CPUtime=102.3 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 30734 0 0 0 10225 5 0 0 25 0 1 0 624354820 106958848 25760 33554432000 134512640 135151029 4294700960 18446744073709551615 134581613 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 26113 25760 80 156 0 25956 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 104452

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32706
/proc/meminfo: memFree=11694592/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=122212 CPUtime=162.3 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 36356 0 0 0 16223 7 0 0 25 0 1 0 624354820 125145088 30073 33554432000 134512640 135151029 4294700960 18446744073709551615 134554774 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 30553 30073 80 156 0 30396 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 122212

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/365 32708
/proc/meminfo: memFree=11684740/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=131448 CPUtime=222.29 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 39543 0 0 0 22221 8 0 0 25 0 1 0 624354820 134602752 32486 33554432000 134512640 135151029 4294700960 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 32862 32486 80 156 0 32705 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 131448

[startup+282.301 s]
/proc/loadavg: 2.19 2.05 1.96 3/365 32709
/proc/meminfo: memFree=11671440/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=144796 CPUtime=282.29 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 43844 0 0 0 28220 9 0 0 25 0 1 0 624354820 148271104 35882 33554432000 134512640 135151029 4294700960 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 36199 35882 80 156 0 36042 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 144796

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

[startup+307.101 s]
/proc/loadavg: 2.12 2.04 1.96 3/365 32710
/proc/meminfo: memFree=11667336/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=149212 CPUtime=307.1 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 44825 0 0 0 30700 10 0 0 25 0 1 0 624354820 152793088 36863 33554432000 134512640 135151029 4294700960 18446744073709551615 134574266 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 37303 36863 80 156 0 37146 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 149212

[startup+319.9 s]
/proc/loadavg: 2.18 2.06 1.97 3/365 32710
/proc/meminfo: memFree=11665096/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=152152 CPUtime=319.9 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 45478 0 0 0 31980 10 0 0 25 0 1 0 624354820 155803648 37516 33554432000 134512640 135151029 4294700960 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 38038 37516 80 156 0 37881 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 152152

[startup+326.3 s]
/proc/loadavg: 2.15 2.05 1.97 3/365 32710
/proc/meminfo: memFree=11663608/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=153788 CPUtime=326.3 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 45828 0 0 0 32620 10 0 0 25 0 1 0 624354820 157478912 37866 33554432000 134512640 135151029 4294700960 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 38447 37866 80 156 0 38290 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 153788

[startup+329.501 s]
/proc/loadavg: 2.15 2.05 1.97 3/365 32710
/proc/meminfo: memFree=11662988/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=154456 CPUtime=329.5 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 45966 0 0 0 32940 10 0 0 25 0 1 0 624354820 158162944 38004 33554432000 134512640 135151029 4294700960 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 38614 38004 80 156 0 38457 0
Current children cumulated CPU time (s) 329.5
Current children cumulated vsize (KiB) 154456

[startup+331.113 s]
/proc/loadavg: 2.14 2.05 1.97 3/365 32711
/proc/meminfo: memFree=11662616/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=154720 CPUtime=331.11 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 46040 0 0 0 33101 10 0 0 25 0 1 0 624354820 158433280 38078 33554432000 134512640 135151029 4294700960 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 38680 38078 80 156 0 38523 0
Current children cumulated CPU time (s) 331.11
Current children cumulated vsize (KiB) 154720

[startup+331.5 s]
/proc/loadavg: 2.14 2.05 1.97 3/365 32711
/proc/meminfo: memFree=11662616/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=154856 CPUtime=331.5 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 46057 0 0 0 33140 10 0 0 25 0 1 0 624354820 158572544 38095 33554432000 134512640 135151029 4294700960 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 38714 38095 80 156 0 38557 0
Current children cumulated CPU time (s) 331.5
Current children cumulated vsize (KiB) 154856

[startup+331.7 s]
/proc/loadavg: 2.14 2.05 1.97 3/365 32711
/proc/meminfo: memFree=11662616/32951124 swapFree=65051360/67111528
[pid=32701] ppid=32699 vsize=154856 CPUtime=331.7 cores=1,3,5,7
/proc/32701/stat : 32701 (precosat) R 32699 32701 32432 0 -1 4202496 46062 0 0 0 33160 10 0 0 25 0 1 0 624354820 158572544 38100 33554432000 134512640 135151029 4294700960 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/32701/statm: 38714 38100 80 156 0 38557 0
Current children cumulated CPU time (s) 331.7
Current children cumulated vsize (KiB) 154856

Child status: 20
Real time (s): 331.757
CPU time (s): 331.765
CPU user time (s): 331.653
CPU system time (s): 0.111982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 154856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 331.653
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46073
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= 5
involuntary context switches= 640

runsolver used 1.11583 second user time and 2.80957 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-13 22:43:06
IDJOB=3365865
IDBENCH=82500
IDSOLVER=1843
FILE ID=node146/3365865-1305319385
RUNJOBID= node146-1305315243-32451
PBS_JOBID= 13324286
Free space on /tmp= 41392 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365865-1305319385/watcher-3365865-1305319385 -o /tmp/evaluation-result-3365865-1305319385/solver-3365865-1305319385 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365865-1305319385.cnf

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=638088924

node146.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.830
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:      11816752 kB
Buffers:        219084 kB
Cached:        4984140 kB
SwapCached:      41828 kB
Active:       11616148 kB
Inactive:      9198660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11816752 kB
SwapTotal:    67111528 kB
SwapFree:     65051360 kB
Dirty:           19632 kB
Writeback:           0 kB
AnonPages:    15577024 kB
Mapped:          22844 kB
Slab:           193872 kB
PageTables:      59332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81982328 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= 41388 MiB
End job on node146 at 2011-05-13 22:48:37