Trace number 3308860

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 420.193 420.183

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_f_unknown.cnf
MD5SUMf03ed12a281977a642336980ec847847
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.343
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses763101
Sum of the clauses size2854525
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252598
Number of clauses of size 392683
Number of clauses of size 4617820
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-3308860-1303984544.cnf
0.00/0.00	c found header 'p cnf 33320 763101'
0.39/0.49	c finished parsing
0.39/0.49	c
0.39/0.49	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.39/0.49	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.39/0.49	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.39/0.49	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.39/0.49	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.39/0.49	c --random=1 --spread=2000 --seed=0 --skip=25
0.39/0.49	c
0.39/0.49	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.39/0.49	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.39/0.49	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.39/0.49	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.39/0.49	c
0.39/0.49	c starting search after 0.5 seconds
0.39/0.49	c no decision limit
0.49/0.51	c
0.49/0.51	c       original/binary      fixed     eliminated      learned       agility
0.49/0.51	c   seconds        variables     equivalent    conflicts       height       MB
0.49/0.51	c
0.49/0.51	c *    0.5   763101   33320      0     0      0       0      0    0.0   0   48
1.99/2.05	c s    2.1   762325   31869      0     0   1451       0      0    0.0   0   49
1.99/2.05	c l    2.1   762325   31869      0     0   1451       0 707763    0.0   0   49
2.10/2.10	c R    2.1   762407   31869      0     0   1451     101     98  595.7  16   51
2.10/2.14	c R    2.1   762408   31869      0     0   1451     202    199  544.4  15   51
2.29/2.35	c R    2.4   762410   31869      0     0   1451     803    799  362.5  19   52
2.39/2.45	c B    2.5   762412   31869      0     0   1451    1001    997  328.5  19   52
2.69/2.77	c B    2.8   762420   31869      0     0   1451    2001   1997  221.5  30   53
2.79/2.86	c N    2.9   762423   31869      0     0   1451    2409   2405  198.2  26   53
4.19/4.23	c R    4.2   765566   31821     48     0   1451    6421   6417   98.4  15   55
4.79/4.86	c B    4.9   773544   31705    158     6   1451    8004   8000   83.0  19   56
7.39/7.40	c N    7.4   781521   31405    330   134   1451   16049  16045   50.0  27   58
9.80/9.86	c B    9.9   786372   31263    353   253   1451   24010  24005   37.9  21   60
14.89/14.92	c R   14.9   788152   31263    353   253   1451   38496  38490   28.3  19   62
23.69/23.76	c B   23.8   788723   31262    353   254   1451   64030  64022   30.3  26   66
31.69/31.78	c s   31.8   762939   31138    465   266   1451   80042  80008   26.6  18   58
31.69/31.78	c -   31.8   762939   31138    465   266   1451   80042 693608   26.6  18   58
35.59/35.68	c R   35.7   762994   31121    469   279   1451   89805  89771   25.1  18   63
67.00/67.00	c B   67.0   763719   31058    487   324   1451  160052 160013   19.2  25   75
77.50/77.52	c
77.50/77.52	c       original/binary      fixed     eliminated      learned       agility
77.50/77.52	c   seconds        variables     equivalent    conflicts       height       MB
77.50/77.52	c
77.50/77.52	c s   77.5   762064   31058    487   324   1451  177279 175439   18.4  25   68
90.90/90.94	c R   90.9   762196   31056    487   326   1451  205230 203388   17.5  18   76
142.49/142.54	c s  142.5   761942   31039    491   339   1451  289875 270883   15.8  23   79
204.60/204.67	c B  204.7   762073   31033    492   344   1451  384100 365105   14.8  31  104
228.39/228.44	c s  228.4   761676   31021    496   352   1451  413819 386408   14.5  16   93
260.29/260.32	c R  260.3   761743   30995    502   372   1451  461653 434240   14.4  17  111
341.20/341.26	c s  341.3   756105   30374    518   395   2033  558594 507011   13.9  25  108
420.11/420.17	c 0  420.2   760645   29429   1403   455   2033  650765 599123   14.0  25  136
420.11/420.17	c
420.11/420.17	s UNSATISFIABLE
420.11/420.17	c
420.11/420.17	c 650765 conflicts, 781927 decisions, 2 random
420.11/420.17	c 7 iterations, 1061 restarts, 369 skipped
420.11/420.17	c 0 enlarged, 2208 shrunken, 6364 rescored, 196 rebiased
420.11/420.17	c 6 simplifications, 0 reductions
420.11/420.17	c
420.11/420.17	c vars: 1403 fixed, 455 equiv, 2033 elim, 559 merged
420.11/420.17	c elim: 3260516 resolutions, 6 phases, 1 rounds
420.11/420.17	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
420.11/420.17	c arty: 0.00 and 0.00 xor average arity
420.11/420.17	c prbe: 300549 probed, 189 phases, 4 rounds
420.11/420.17	c prbe: 195 failed, 115 lifted, 423 merged
420.11/420.17	c sccs: 5 non trivial, 0 fixed, 14 merged
420.11/420.17	c hash: 9 units, 122 merged
420.11/420.17	c mins: 12293588 learned, 50% deleted, 351 strong, 126 depth
420.11/420.17	c subs: 13430 forward, 3812 backward, 13310 doms
420.11/420.17	c strs: 800 forward, 0 backward
420.11/420.17	c doms: 15023 dominators, 4760 high, 187 low
420.11/420.17	c prps: 217740240 propagations, 0.52 megaprops
420.11/420.17	c
420.11/420.17	c 420.2 seconds, 136 MB max, 7 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-3308860-1303984544/watcher-3308860-1303984544 -o /tmp/evaluation-result-3308860-1303984544/solver-3308860-1303984544 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308860-1303984544.cnf 

running on 2 cores: 0,2

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.86 3.91 3.00 4/189 22010
/proc/meminfo: memFree=14413672/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=4024 CPUtime=0 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 879 0 0 0 0 0 0 0 23 0 1 0 588685159 4120576 836 33554432000 134512640 135151029 4293333376 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 1006 836 64 156 0 849 0

[startup+0.0210619 s]
/proc/loadavg: 3.86 3.91 3.00 4/189 22010
/proc/meminfo: memFree=14413672/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=5920 CPUtime=0.01 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 1385 0 0 0 1 0 0 0 23 0 1 0 588685159 6062080 1309 33554432000 134512640 135151029 4293333376 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 1480 1310 64 156 0 1323 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5920

[startup+0.101041 s]
/proc/loadavg: 3.86 3.91 3.00 4/189 22010
/proc/meminfo: memFree=14413672/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=14624 CPUtime=0.09 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 3651 0 0 0 9 0 0 0 23 0 1 0 588685159 14974976 3510 33554432000 134512640 135151029 4293333376 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 3656 3512 64 156 0 3499 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14624

[startup+0.301012 s]
/proc/loadavg: 3.86 3.91 3.00 4/189 22010
/proc/meminfo: memFree=14413672/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=36272 CPUtime=0.29 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 9045 0 0 0 28 1 0 0 25 0 1 0 588685159 37142528 8904 33554432000 134512640 135151029 4293333376 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 9068 8905 64 156 0 8911 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36272

[startup+0.700942 s]
/proc/loadavg: 3.86 3.91 3.00 4/189 22010
/proc/meminfo: memFree=14413672/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=59304 CPUtime=0.69 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 14789 0 0 0 67 2 0 0 25 0 1 0 588685159 60727296 14647 33554432000 134512640 135151029 4293333376 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 14826 14647 80 156 0 14669 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59304

[startup+1.50079 s]
/proc/loadavg: 3.87 3.91 3.00 5/190 22011
/proc/meminfo: memFree=14312132/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=81696 CPUtime=1.49 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 21089 0 0 0 146 3 0 0 25 0 1 0 588685159 83656704 20221 33554432000 134512640 135151029 4293333376 18446744073709551615 134518623 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 20424 20221 80 156 0 20267 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81696

[startup+3.10051 s]
/proc/loadavg: 3.87 3.91 3.00 5/190 22011
/proc/meminfo: memFree=14290060/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=80520 CPUtime=3.09 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 21113 0 0 0 306 3 0 0 25 0 1 0 588685159 82452480 19917 33554432000 134512640 135151029 4293333376 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 20130 19917 80 156 0 19973 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80520

[startup+6.30094 s]
/proc/loadavg: 3.87 3.91 3.00 5/190 22012
/proc/meminfo: memFree=14286660/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=80520 CPUtime=6.29 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 21113 0 0 0 626 3 0 0 25 0 1 0 588685159 82452480 19917 33554432000 134512640 135151029 4293333376 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 20130 19917 80 156 0 19973 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80520

[startup+12.7008 s]
/proc/loadavg: 3.97 3.93 3.02 5/190 22012
/proc/meminfo: memFree=14279356/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=80520 CPUtime=12.69 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 21113 0 0 0 1266 3 0 0 25 0 1 0 588685159 82452480 19917 33554432000 134512640 135151029 4293333376 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 20130 19917 80 156 0 19973 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80520

[startup+25.5005 s]
/proc/loadavg: 3.98 3.93 3.03 5/190 22012
/proc/meminfo: memFree=14268572/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=80520 CPUtime=25.49 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 21113 0 0 0 2546 3 0 0 25 0 1 0 588685159 82452480 19917 33554432000 134512640 135151029 4293333376 18446744073709551615 134574609 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 20130 19917 80 156 0 19973 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80520

[startup+51.101 s]
/proc/loadavg: 3.98 3.94 3.05 5/190 22013
/proc/meminfo: memFree=14255292/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=80824 CPUtime=51.09 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 23152 0 0 0 5106 3 0 0 25 0 1 0 588685159 82763776 19988 33554432000 134512640 135151029 4293333376 18446744073709551615 134542738 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 20206 19988 80 156 0 20049 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80824

[startup+102.307 s]
/proc/loadavg: 3.99 3.94 3.10 5/190 22042
/proc/meminfo: memFree=14248628/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=94684 CPUtime=102.3 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 29068 0 0 0 10225 5 0 0 25 0 1 0 588685159 96956416 23415 33554432000 134512640 135151029 4293333376 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 23671 23415 80 156 0 23514 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 94684

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 3.16 5/190 22044
/proc/meminfo: memFree=14200392/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=107332 CPUtime=162.29 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 33177 0 0 0 16223 6 0 0 25 0 1 0 588685159 109907968 26619 33554432000 134512640 135151029 4293333376 18446744073709551615 134555104 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 26833 26619 80 156 0 26676 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 107332

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.21 5/190 22045
/proc/meminfo: memFree=14151276/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=122128 CPUtime=222.29 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 36607 0 0 0 22221 8 0 0 25 0 1 0 588685159 125059072 30049 33554432000 134512640 135151029 4293333376 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 30532 30049 80 156 0 30375 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 122128

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.25 5/190 22047
/proc/meminfo: memFree=14119500/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=131000 CPUtime=282.3 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 39586 0 0 0 28221 9 0 0 25 0 1 0 588685159 134144000 32254 33554432000 134512640 135151029 4293333376 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 32750 32254 80 156 0 32593 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 131000

[startup+342.301 s]
/proc/loadavg: 4.09 4.00 3.31 6/190 22058
/proc/meminfo: memFree=14075856/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=144136 CPUtime=342.3 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 43243 0 0 0 34220 10 0 0 25 0 1 0 588685159 147595264 35523 33554432000 134512640 135151029 4293333376 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 36034 35523 80 156 0 35877 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 144136

[startup+402.3 s]
/proc/loadavg: 3.75 3.93 3.33 4/184 22076
/proc/meminfo: memFree=14233700/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=147320 CPUtime=402.3 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 44187 0 0 0 40220 10 0 0 25 0 1 0 588685159 150855680 36467 33554432000 134512640 135151029 4293333376 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 36830 36467 80 156 0 36673 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 147320

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

[startup+409.501 s]
/proc/loadavg: 3.69 3.92 3.33 5/184 22076
/proc/meminfo: memFree=14232332/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=148788 CPUtime=409.51 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 44510 0 0 0 40940 11 0 0 25 0 1 0 588685159 152358912 36790 33554432000 134512640 135151029 4293333376 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 37197 36790 80 156 0 37040 0
Current children cumulated CPU time (s) 409.51
Current children cumulated vsize (KiB) 148788

[startup+415.901 s]
/proc/loadavg: 3.63 3.90 3.32 4/184 22076
/proc/meminfo: memFree=14230596/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=150588 CPUtime=415.91 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 44925 0 0 0 41580 11 0 0 25 0 1 0 588685159 154202112 37205 33554432000 134512640 135151029 4293333376 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 37647 37205 80 156 0 37490 0
Current children cumulated CPU time (s) 415.91
Current children cumulated vsize (KiB) 150588

[startup+417.501 s]
/proc/loadavg: 3.58 3.89 3.32 4/184 22077
/proc/meminfo: memFree=14230472/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=150852 CPUtime=417.5 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 44992 0 0 0 41739 11 0 0 25 0 1 0 588685159 154472448 37272 33554432000 134512640 135151029 4293333376 18446744073709551615 134574609 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 37713 37272 80 156 0 37556 0
Current children cumulated CPU time (s) 417.5
Current children cumulated vsize (KiB) 150852

[startup+419.107 s]
/proc/loadavg: 3.58 3.89 3.32 4/184 22077
/proc/meminfo: memFree=14230224/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=150984 CPUtime=419.11 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 45045 0 0 0 41900 11 0 0 25 0 1 0 588685159 154607616 37325 33554432000 134512640 135151029 4293333376 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 37746 37325 80 156 0 37589 0
Current children cumulated CPU time (s) 419.11
Current children cumulated vsize (KiB) 150984

[startup+419.901 s]
/proc/loadavg: 3.58 3.89 3.32 4/184 22077
/proc/meminfo: memFree=14230224/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=151116 CPUtime=419.9 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 45077 0 0 0 41979 11 0 0 25 0 1 0 588685159 154742784 37357 33554432000 134512640 135151029 4293333376 18446744073709551615 134554894 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 37779 37357 80 156 0 37622 0
Current children cumulated CPU time (s) 419.9
Current children cumulated vsize (KiB) 151116

[startup+420.101 s]
/proc/loadavg: 3.58 3.89 3.32 5/184 22077
/proc/meminfo: memFree=14229976/32950928 swapFree=67111528/67111528
[pid=22010] ppid=22008 vsize=151248 CPUtime=420.11 cores=0,2
/proc/22010/stat : 22010 (precosat) R 22008 22010 21693 0 -1 4202496 45084 0 0 0 42000 11 0 0 25 0 1 0 588685159 154877952 37364 33554432000 134512640 135151029 4293333376 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22010/statm: 37812 37364 80 156 0 37655 0
Current children cumulated CPU time (s) 420.11
Current children cumulated vsize (KiB) 151248

Child status: 20
Real time (s): 420.183
CPU time (s): 420.193
CPU user time (s): 420.072
CPU system time (s): 0.120981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 151248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.072
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45092
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3
involuntary context switches= 551

runsolver used 0.737887 second user time and 1.55776 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-28 11:55:45
IDJOB=3308860
IDBENCH=82497
IDSOLVER=1690
FILE ID=node112/3308860-1303984544
RUNJOBID= node112-1303983222-21711
PBS_JOBID= 13168714
Free space on /tmp= 72524 MiB

SOLVER NAME= SAT09 reference solver:precosat 236
BENCH NAME= SAT11/application/manthey/traffic/traffic_f_unknown.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308860-1303984544/watcher-3308860-1303984544 -o /tmp/evaluation-result-3308860-1303984544/solver-3308860-1303984544 -C 2400 -W 1300 -M 7680  HOME/precosat HOME/instance-3308860-1303984544.cnf

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=620792476

node112.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.828
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.65
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.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.67
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.828
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.82
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.828
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	: 5261.27
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.828
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.82
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.828
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.828
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14414076 kB
Buffers:       1991712 kB
Cached:       15768468 kB
SwapCached:          0 kB
Active:        6965016 kB
Inactive:     11015308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14414076 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           40052 kB
Writeback:           0 kB
AnonPages:      219584 kB
Mapped:          15996 kB
Slab:           493448 kB
PageTables:       5612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   409056 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= 72540 MiB
End job on node112 at 2011-04-28 12:02:45