Trace number 3365859

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 338.347 338.34

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.831
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-3365859-1305319136.cnf
0.00/0.00	c found header 'p cnf 33320 763101'
0.39/0.43	c finished parsing
0.39/0.43	c
0.39/0.43	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.39/0.43	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.39/0.43	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.39/0.43	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.39/0.43	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.39/0.43	c --random=1 --spread=2000 --seed=0 --skip=25
0.39/0.43	c
0.39/0.43	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.39/0.43	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.39/0.43	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.39/0.43	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.39/0.43	c
0.39/0.43	c starting search after 0.4 seconds
0.39/0.43	c no decision limit
0.39/0.45	c
0.39/0.45	c       original/binary      fixed     eliminated      learned       agility
0.39/0.45	c   seconds        variables     equivalent    conflicts       height       MB
0.39/0.45	c
0.39/0.45	c *    0.5   763101   33320      0     0      0       0      0    0.0   0   48
1.69/1.74	c s    1.7   762325   31869      0     0   1451       0      0    0.0   0   49
1.69/1.74	c l    1.7   762325   31869      0     0   1451       0 707763    0.0   0   49
1.69/1.78	c R    1.8   762407   31869      0     0   1451     101     98  595.7  16   51
1.79/1.81	c R    1.8   762408   31869      0     0   1451     202    199  544.4  15   51
1.89/1.98	c R    2.0   762410   31869      0     0   1451     803    799  362.5  19   52
1.99/2.07	c B    2.1   762412   31869      0     0   1451    1001    997  328.5  19   52
2.29/2.32	c B    2.3   762420   31869      0     0   1451    2001   1997  221.5  30   53
2.39/2.40	c N    2.4   762423   31869      0     0   1451    2409   2405  198.2  26   53
3.49/3.53	c R    3.5   765566   31821     48     0   1451    6421   6417   98.4  15   55
3.99/4.04	c B    4.0   773544   31705    158     6   1451    8004   8000   83.0  19   56
6.09/6.12	c N    6.1   781521   31405    330   134   1451   16049  16045   50.0  27   58
8.09/8.14	c B    8.1   786372   31263    353   253   1451   24010  24005   37.9  21   60
12.19/12.29	c R   12.3   788152   31263    353   253   1451   38496  38490   28.3  19   62
19.39/19.49	c B   19.5   788723   31262    353   254   1451   64030  64022   30.3  26   66
25.89/25.95	c s   26.0   762939   31138    465   266   1451   80042  80008   26.6  18   58
25.89/25.95	c -   26.0   762939   31138    465   266   1451   80042 693608   26.6  18   58
29.09/29.10	c R   29.1   762994   31121    469   279   1451   89805  89771   25.1  18   63
54.29/54.30	c B   54.3   763719   31058    487   324   1451  160052 160013   19.2  25   75
62.71/62.78	c
62.71/62.78	c       original/binary      fixed     eliminated      learned       agility
62.71/62.78	c   seconds        variables     equivalent    conflicts       height       MB
62.71/62.78	c
62.71/62.78	c s   62.8   762064   31058    487   324   1451  177279 175439   18.4  25   68
73.61/73.65	c R   73.7   762196   31056    487   326   1451  205230 203388   17.5  18   76
115.10/115.16	c s  115.2   761942   31039    491   339   1451  289875 270883   15.8  23   79
164.79/164.88	c B  164.9   762073   31033    492   344   1451  384100 365105   14.8  31  104
183.90/183.90	c s  183.9   761676   31021    496   352   1451  413819 386408   14.5  16   93
209.50/209.54	c R  209.5   761743   30995    502   372   1451  461653 434240   14.4  17  111
274.91/274.92	c s  274.9   756105   30374    518   395   2033  558594 507011   13.9  25  108
338.30/338.33	c 0  338.3   760645   29429   1403   455   2033  650765 599123   14.0  25  136
338.30/338.33	c
338.30/338.33	s UNSATISFIABLE
338.30/338.33	c
338.30/338.33	c 650765 conflicts, 781927 decisions, 2 random
338.30/338.33	c 7 iterations, 1061 restarts, 369 skipped
338.30/338.33	c 0 enlarged, 2208 shrunken, 6364 rescored, 196 rebiased
338.30/338.33	c 6 simplifications, 0 reductions
338.30/338.33	c
338.30/338.33	c vars: 1403 fixed, 455 equiv, 2033 elim, 559 merged
338.30/338.33	c elim: 3260516 resolutions, 6 phases, 1 rounds
338.30/338.33	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
338.30/338.33	c arty: 0.00 and 0.00 xor average arity
338.30/338.33	c prbe: 300549 probed, 189 phases, 4 rounds
338.30/338.33	c prbe: 195 failed, 115 lifted, 423 merged
338.30/338.33	c sccs: 5 non trivial, 0 fixed, 14 merged
338.30/338.33	c hash: 9 units, 122 merged
338.30/338.33	c mins: 12293588 learned, 50% deleted, 351 strong, 126 depth
338.30/338.33	c subs: 13430 forward, 3812 backward, 13310 doms
338.30/338.33	c strs: 800 forward, 0 backward
338.30/338.33	c doms: 15023 dominators, 4760 high, 187 low
338.30/338.33	c prps: 217740240 propagations, 0.64 megaprops
338.30/338.33	c
338.30/338.33	c 338.3 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: 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-3365859-1305319136/watcher-3365859-1305319136 -o /tmp/evaluation-result-3365859-1305319136/solver-3365859-1305319136 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365859-1305319136.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.01 2.02 1.93 2/349 30203
/proc/meminfo: memFree=26312876/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=5260 CPUtime=0.01 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 1209 0 0 0 1 0 0 0 21 0 1 0 643516282 5386240 1166 33554432000 134512640 135151029 4286743648 18446744073709551615 134572573 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 1315 1166 64 156 0 1158 0

[startup+0.079467 s]
/proc/loadavg: 2.01 2.02 1.93 2/349 30203
/proc/meminfo: memFree=26312876/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=13568 CPUtime=0.07 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 3378 0 0 0 7 0 0 0 21 0 1 0 643516282 13893632 3237 33554432000 134512640 135151029 4286743648 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 3392 3239 64 156 0 3235 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13568

[startup+0.100461 s]
/proc/loadavg: 2.01 2.02 1.93 2/349 30203
/proc/meminfo: memFree=26312876/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=16076 CPUtime=0.09 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 4016 0 0 0 9 0 0 0 21 0 1 0 643516282 16461824 3875 33554432000 134512640 135151029 4286743648 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 4052 3877 64 156 0 3895 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16076

[startup+0.300428 s]
/proc/loadavg: 2.01 2.02 1.93 2/349 30203
/proc/meminfo: memFree=26312876/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=40628 CPUtime=0.29 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 10154 0 0 0 28 1 0 0 22 0 1 0 643516282 41603072 10013 33554432000 134512640 135151029 4286743648 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 10190 10014 64 156 0 10033 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40628

[startup+0.700363 s]
/proc/loadavg: 2.01 2.02 1.93 2/349 30203
/proc/meminfo: memFree=26312876/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=61152 CPUtime=0.69 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 15246 0 0 0 67 2 0 0 24 0 1 0 643516282 62619648 15104 33554432000 134512640 135151029 4286743648 18446744073709551615 134574555 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 15288 15104 80 156 0 15131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61152

[startup+1.50022 s]
/proc/loadavg: 2.01 2.01 1.93 3/350 30204
/proc/meminfo: memFree=26252736/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=81832 CPUtime=1.49 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 21111 0 0 0 146 3 0 0 25 0 1 0 643516282 83795968 20243 33554432000 134512640 135151029 4286743648 18446744073709551615 134526297 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 20458 20243 80 156 0 20301 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81832

[startup+3.10094 s]
/proc/loadavg: 2.01 2.01 1.93 3/350 30204
/proc/meminfo: memFree=26230912/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=80520 CPUtime=3.09 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 21112 0 0 0 306 3 0 0 25 0 1 0 643516282 82452480 19916 33554432000 134512640 135151029 4286743648 18446744073709551615 134554823 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 20130 19916 80 156 0 19973 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80520

[startup+6.30037 s]
/proc/loadavg: 2.01 2.01 1.93 3/350 30204
/proc/meminfo: memFree=26231076/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=80520 CPUtime=6.29 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 21112 0 0 0 626 3 0 0 25 0 1 0 643516282 82452480 19916 33554432000 134512640 135151029 4286743648 18446744073709551615 134574646 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 20130 19916 80 156 0 19973 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80520

[startup+12.7002 s]
/proc/loadavg: 2.01 2.01 1.93 3/350 30204
/proc/meminfo: memFree=26231224/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=80520 CPUtime=12.69 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 21112 0 0 0 1266 3 0 0 25 0 1 0 643516282 82452480 19916 33554432000 134512640 135151029 4286743648 18446744073709551615 134554825 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 20130 19916 80 156 0 19973 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80520

[startup+25.501 s]
/proc/loadavg: 2.01 2.01 1.93 3/350 30204
/proc/meminfo: memFree=26232080/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=88440 CPUtime=25.49 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 23112 0 0 0 2546 3 0 0 25 0 1 0 643516282 90562560 21916 33554432000 134512640 135151029 4286743648 18446744073709551615 134526074 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 22110 21916 80 156 0 21953 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88440

[startup+51.1005 s]
/proc/loadavg: 2.00 2.01 1.93 3/350 30205
/proc/meminfo: memFree=26228548/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=85112 CPUtime=51.09 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 24189 0 0 0 5105 4 0 0 25 0 1 0 643516282 87154688 21025 33554432000 134512640 135151029 4286743648 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 21278 21025 80 156 0 21121 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85112

[startup+102.313 s]
/proc/loadavg: 2.00 2.00 1.93 3/350 30206
/proc/meminfo: memFree=26208708/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=103300 CPUtime=102.31 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 31121 0 0 0 10225 6 0 0 25 0 1 0 643516282 105779200 25468 33554432000 134512640 135151029 4286743648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 25825 25468 80 156 0 25668 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 103300

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/350 30208
/proc/meminfo: memFree=26196128/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=117024 CPUtime=162.29 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 35433 0 0 0 16222 7 0 0 25 0 1 0 643516282 119832576 28875 33554432000 134512640 135151029 4286743648 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 29256 28875 80 156 0 29099 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 117024

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/350 30210
/proc/meminfo: memFree=26183284/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=129640 CPUtime=222.29 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 39295 0 0 0 22221 8 0 0 25 0 1 0 643516282 132751360 31963 33554432000 134512640 135151029 4286743648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 32410 31963 80 156 0 32253 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 129640

[startup+282.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/350 30211
/proc/meminfo: memFree=26168104/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=144136 CPUtime=282.3 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 43329 0 0 0 28220 10 0 0 25 0 1 0 643516282 147595264 35609 33554432000 134512640 135151029 4286743648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 36034 35609 80 156 0 35877 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 144136

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

[startup+307.1 s]
/proc/loadavg: 2.02 2.01 1.94 3/350 30212
/proc/meminfo: memFree=26168960/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=144136 CPUtime=307.1 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 43466 0 0 0 30700 10 0 0 25 0 1 0 643516282 147595264 35746 33554432000 134512640 135151029 4286743648 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 36034 35746 80 156 0 35877 0
Current children cumulated CPU time (s) 307.1
Current children cumulated vsize (KiB) 144136

[startup+319.901 s]
/proc/loadavg: 2.09 2.02 1.94 3/350 30212
/proc/meminfo: memFree=26166844/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=146524 CPUtime=319.9 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 43979 0 0 0 31980 10 0 0 25 0 1 0 643516282 150040576 36259 33554432000 134512640 135151029 4286743648 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 36631 36259 80 156 0 36474 0
Current children cumulated CPU time (s) 319.9
Current children cumulated vsize (KiB) 146524

[startup+326.301 s]
/proc/loadavg: 2.08 2.02 1.94 3/350 30212
/proc/meminfo: memFree=26165720/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=147988 CPUtime=326.3 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 44338 0 0 0 32620 10 0 0 25 0 1 0 643516282 151539712 36618 33554432000 134512640 135151029 4286743648 18446744073709551615 134574641 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 36997 36618 80 156 0 36840 0
Current children cumulated CPU time (s) 326.3
Current children cumulated vsize (KiB) 147988

[startup+332.701 s]
/proc/loadavg: 2.07 2.02 1.94 3/350 30212
/proc/meminfo: memFree=26163608/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=150000 CPUtime=332.69 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 44840 0 0 0 33259 10 0 0 25 0 1 0 643516282 153600000 37120 33554432000 134512640 135151029 4286743648 18446744073709551615 134554797 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 37500 37120 80 156 0 37343 0
Current children cumulated CPU time (s) 332.69
Current children cumulated vsize (KiB) 150000

[startup+335.9 s]
/proc/loadavg: 2.07 2.02 1.94 3/350 30213
/proc/meminfo: memFree=26162984/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=150720 CPUtime=335.89 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 44975 0 0 0 33579 10 0 0 25 0 1 0 643516282 154337280 37255 33554432000 134512640 135151029 4286743648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 37680 37255 80 156 0 37523 0
Current children cumulated CPU time (s) 335.89
Current children cumulated vsize (KiB) 150720

[startup+337.501 s]
/proc/loadavg: 2.06 2.02 1.94 3/350 30213
/proc/meminfo: memFree=26162736/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=150984 CPUtime=337.5 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 45045 0 0 0 33739 11 0 0 25 0 1 0 643516282 154607616 37325 33554432000 134512640 135151029 4286743648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 37746 37325 80 156 0 37589 0
Current children cumulated CPU time (s) 337.5
Current children cumulated vsize (KiB) 150984

[startup+337.901 s]
/proc/loadavg: 2.06 2.02 1.94 3/350 30213
/proc/meminfo: memFree=26162736/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=151116 CPUtime=337.9 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 45064 0 0 0 33779 11 0 0 25 0 1 0 643516282 154742784 37344 33554432000 134512640 135151029 4286743648 18446744073709551615 134554712 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 37779 37344 80 156 0 37622 0
Current children cumulated CPU time (s) 337.9
Current children cumulated vsize (KiB) 151116

[startup+338.301 s]
/proc/loadavg: 2.06 2.02 1.94 3/350 30213
/proc/meminfo: memFree=26162736/32951124 swapFree=53501236/67111528
[pid=30203] ppid=30201 vsize=151248 CPUtime=338.3 cores=1,3,5,7
/proc/30203/stat : 30203 (precosat) R 30201 30203 29726 0 -1 4202496 45084 0 0 0 33819 11 0 0 25 0 1 0 643516282 154877952 37364 33554432000 134512640 135151029 4286743648 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0 0
/proc/30203/statm: 37812 37364 80 156 0 37655 0
Current children cumulated CPU time (s) 338.3
Current children cumulated vsize (KiB) 151248

Child status: 20
Real time (s): 338.34
CPU time (s): 338.347
CPU user time (s): 338.23
CPU system time (s): 0.116982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 151248

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

runsolver used 1.01285 second user time and 2.68459 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-13 22:38:57
IDJOB=3365859
IDBENCH=82497
IDSOLVER=1843
FILE ID=node103/3365859-1305319136
RUNJOBID= node103-1305315334-29745
PBS_JOBID= 13324329
Free space on /tmp= 48396 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-3365859-1305319136/watcher-3365859-1305319136 -o /tmp/evaluation-result-3365859-1305319136/solver-3365859-1305319136 -C 5000 -W 5100 -M 15500  HOME/precosat HOME/instance-3365859-1305319136.cnf

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

MD5SUM BENCH= f03ed12a281977a642336980ec847847
RANDOM SEED=609588428

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.858
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.858
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.83
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.858
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:      26313032 kB
Buffers:        249856 kB
Cached:        3649320 kB
SwapCached:     340160 kB
Active:        1468976 kB
Inactive:      4900380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26313032 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           19648 kB
Writeback:           0 kB
AnonPages:     2140896 kB
Mapped:          11196 kB
Slab:           150648 kB
PageTables:      53328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78513520 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= 48396 MiB
End job on node103 at 2011-05-13 22:44:35