Trace number 3365867

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 293.426 293.429

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_b_unsat.cnf
MD5SUM3dc443ddf213a09407d2a75925179735
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark107.463
Satisfiable
(Un)Satisfiability was proved
Number of variables26061
Number of clauses742909
Sum of the clauses size2791650
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 244599
Number of clauses of size 390788
Number of clauses of size 4607522
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-3365867-1305319394.cnf
0.00/0.00	c found header 'p cnf 26061 742909'
0.39/0.42	c finished parsing
0.39/0.42	c
0.39/0.42	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.39/0.42	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.39/0.42	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.39/0.42	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.39/0.42	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.39/0.42	c --random=1 --spread=2000 --seed=0 --skip=25
0.39/0.42	c
0.39/0.42	c sizeof     vars[0] = 16   alignment = 0       0 MB
0.39/0.42	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.39/0.42	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.39/0.42	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.39/0.42	c
0.39/0.42	c starting search after 0.4 seconds
0.39/0.42	c no decision limit
0.39/0.44	c
0.39/0.44	c       original/binary      fixed     eliminated      learned       agility
0.39/0.44	c   seconds        variables     equivalent    conflicts       height       MB
0.39/0.44	c
0.39/0.44	c *    0.4   742909   26061      0     0      0       0      0    0.0   0   46
1.59/1.66	c s    1.7   744380   25958      0     0    103       0      0    0.0   0   47
1.59/1.66	c l    1.7   744380   25958      0     0    103       0 695846    0.0   0   47
1.59/1.68	c R    1.7   744478   25958      0     0    103     100    100  558.6  11   48
1.69/1.71	c R    1.7   744484   25958      0     0    103     200    200  514.4  22   49
1.79/1.86	c R    1.9   744523   25958      0     0    103     803    803  454.9  24   50
1.89/1.92	c B    1.9   744531   25958      0     0    103    1001   1001  426.8  23   50
2.20/2.21	c B    2.2   744533   25958      0     0    103    2002   2002  327.6  14   51
2.29/2.36	c R    2.4   744536   25958      0     0    103    2407   2407  301.3  19   51
3.59/3.65	c R    3.7   755055   25776    156    26    103    6415   6414  167.8  16   54
3.89/3.94	c B    3.9   755062   25776    156    26    103    8005   8004  144.0  20   54
5.89/5.93	c R    5.9   763304   25522    294   142    103   16029  16028   85.9  17   56
7.60/7.66	c B    7.7   766456   25453    300   205    103   24011  24009   63.6  23   57
11.19/11.27	c R   11.3   768750   25453    300   205    103   38460  38456   45.5  22   60
18.79/18.84	c B   18.8   770867   25389    365   204    103   64023  64019   33.0  19   64
24.79/24.89	c s   24.9   744329   25269    428   261    103   81102  81022   28.7  21   55
24.79/24.89	c -   24.9   744329   25269    428   261    103   81102 681930   28.7  21   55
27.50/27.55	c R   27.6   744337   25256    428   274    103   89751  89671   27.2  19   60
50.99/51.01	c B   51.0   744787   25228    437   293    103  160052 159964   20.7  22   72
61.29/61.36	c
61.29/61.36	c       original/binary      fixed     eliminated      learned       agility
61.29/61.36	c   seconds        variables     equivalent    conflicts       height       MB
61.29/61.36	c
61.29/61.36	c s   61.4   742627   25216    438   304    103  181418 172695   19.7  26   66
71.69/71.71	c R   71.7   742846   25193    444   321    103  205177 196453   18.8  20   77
111.69/111.75	c s  111.8   741099   25141    459   358    103  291310 279526   16.7  23   78
162.70/162.77	c B  162.8   741265   25133    460   365    103  384109 372322   15.6  29  104
179.29/179.39	c s  179.4   740809   25129    460   369    103  414726 396275   15.3  22   92
270.79/270.85	c s  270.8   717011   24658    545   500    358  560940 340487   14.3  20   83
270.79/270.85	c -  270.8   717011   24658    545   500    358  560940 668292   14.3  20   83
293.39/293.42	c 0  293.4   718911   23975   1208   520    358  608412 387904   14.0  15  101
293.39/293.42	c
293.39/293.42	s UNSATISFIABLE
293.39/293.42	c
293.39/293.42	c 608412 conflicts, 734676 decisions, 2 random
293.39/293.42	c 15 iterations, 1270 restarts, 306 skipped
293.39/293.42	c 0 enlarged, 2447 shrunken, 5950 rescored, 189 rebiased
293.39/293.42	c 6 simplifications, 0 reductions
293.39/293.42	c
293.39/293.42	c vars: 1208 fixed, 520 equiv, 358 elim, 622 merged
293.39/293.42	c elim: 3126787 resolutions, 6 phases, 1 rounds
293.39/293.42	c sbst: 0% substituted, 0.0% nots, 0.0% ands, 0.0% xors, 0.0% ites
293.39/293.42	c arty: 0.00 and 0.00 xor average arity
293.39/293.42	c prbe: 269412 probed, 177 phases, 5 rounds
293.39/293.42	c prbe: 199 failed, 79 lifted, 464 merged
293.39/293.42	c sccs: 11 non trivial, 0 fixed, 29 merged
293.39/293.42	c hash: 6 units, 129 merged
293.39/293.42	c mins: 11375557 learned, 50% deleted, 380 strong, 181 depth
293.39/293.42	c subs: 14916 forward, 3575 backward, 12144 doms
293.39/293.42	c strs: 507 forward, 17 backward
293.39/293.42	c doms: 13926 dominators, 2858 high, 286 low
293.39/293.42	c prps: 199811601 propagations, 0.68 megaprops
293.39/293.42	c
293.39/293.42	c 293.4 seconds, 127 MB max, 24 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-3365867-1305319394/watcher-3365867-1305319394 -o /tmp/evaluation-result-3365867-1305319394/solver-3365867-1305319394 -C 5000 -W 5100 -M 15500 HOME/precosat HOME/instance-3365867-1305319394.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.02 1.93 2/288 31115
/proc/meminfo: memFree=29334180/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=4140 CPUtime=0 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 939 0 0 0 0 0 0 0 22 0 1 0 643537444 4239360 896 33554432000 134512640 135151029 4287780240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 1035 896 64 156 0 878 0

[startup+0.042289 s]
/proc/loadavg: 2.06 2.02 1.93 2/288 31115
/proc/meminfo: memFree=29334180/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=8228 CPUtime=0.04 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 1996 0 0 0 4 0 0 0 22 0 1 0 643537444 8425472 1920 33554432000 134512640 135151029 4287780240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 2057 1921 64 156 0 1900 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8228

[startup+0.100306 s]
/proc/loadavg: 2.06 2.02 1.93 2/288 31115
/proc/meminfo: memFree=29334180/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=15356 CPUtime=0.09 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 3794 0 0 0 9 0 0 0 22 0 1 0 643537444 15724544 3718 33554432000 134512640 135151029 4287780240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 3839 3719 64 156 0 3682 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15356

[startup+0.300267 s]
/proc/loadavg: 2.06 2.02 1.93 2/288 31115
/proc/meminfo: memFree=29334180/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=39768 CPUtime=0.29 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 9965 0 0 0 28 1 0 0 23 0 1 0 643537444 40722432 9824 33554432000 134512640 135151029 4287780240 18446744073709551615 134703758 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 9942 9825 64 156 0 9785 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39768

[startup+0.701202 s]
/proc/loadavg: 2.06 2.02 1.93 2/288 31115
/proc/meminfo: memFree=29334180/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=58844 CPUtime=0.69 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 14746 0 0 0 68 1 0 0 25 0 1 0 643537444 60256256 14604 33554432000 134512640 135151029 4287780240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 14711 14604 80 156 0 14554 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58844

[startup+1.50105 s]
/proc/loadavg: 2.06 2.02 1.93 3/289 31116
/proc/meminfo: memFree=29277256/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=78432 CPUtime=1.49 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 20274 0 0 0 147 2 0 0 25 0 1 0 643537444 80314368 19455 33554432000 134512640 135151029 4287780240 18446744073709551615 134678810 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 19608 19455 80 156 0 19451 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 78432

[startup+3.10073 s]
/proc/loadavg: 2.06 2.01 1.93 3/289 31116
/proc/meminfo: memFree=29256016/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=78432 CPUtime=3.09 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 20275 0 0 0 307 2 0 0 25 0 1 0 643537444 80314368 19456 33554432000 134512640 135151029 4287780240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 19608 19456 80 156 0 19451 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78432

[startup+6.30118 s]
/proc/loadavg: 2.06 2.01 1.93 3/289 31116
/proc/meminfo: memFree=29256132/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=78432 CPUtime=6.29 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 20275 0 0 0 627 2 0 0 25 0 1 0 643537444 80314368 19456 33554432000 134512640 135151029 4287780240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 19608 19456 80 156 0 19451 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78432

[startup+12.701 s]
/proc/loadavg: 2.05 2.01 1.93 3/289 31116
/proc/meminfo: memFree=29255780/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=78432 CPUtime=12.69 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 20275 0 0 0 1267 2 0 0 25 0 1 0 643537444 80314368 19456 33554432000 134512640 135151029 4287780240 18446744073709551615 134574578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 19608 19456 80 156 0 19451 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 78432

[startup+25.5007 s]
/proc/loadavg: 2.04 2.01 1.93 3/289 31116
/proc/meminfo: memFree=29255144/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=78588 CPUtime=25.49 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 22039 0 0 0 2546 3 0 0 25 0 1 0 643537444 80474112 19537 33554432000 134512640 135151029 4287780240 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 19647 19537 80 156 0 19490 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78588

[startup+51.101 s]
/proc/loadavg: 2.02 2.01 1.93 3/289 31117
/proc/meminfo: memFree=29251632/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=83296 CPUtime=51.09 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 23150 0 0 0 5106 3 0 0 25 0 1 0 643537444 85295104 20648 33554432000 134512640 135151029 4287780240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 20824 20648 80 156 0 20667 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83296

[startup+102.311 s]
/proc/loadavg: 2.09 2.02 1.94 3/289 31118
/proc/meminfo: memFree=29234340/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=100208 CPUtime=102.3 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 28683 0 0 0 10226 4 0 0 25 0 1 0 643537444 102612992 24757 33554432000 134512640 135151029 4287780240 18446744073709551615 134554811 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 25052 24757 80 156 0 24895 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 100208

[startup+162.301 s]
/proc/loadavg: 2.03 2.02 1.94 3/289 31120
/proc/meminfo: memFree=29219044/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=116348 CPUtime=162.29 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 33068 0 0 0 16223 6 0 0 25 0 1 0 643537444 119140352 28673 33554432000 134512640 135151029 4287780240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 29087 28673 80 156 0 28930 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 116348

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/289 31121
/proc/meminfo: memFree=29204612/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=130508 CPUtime=222.28 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 36633 0 0 0 22221 7 0 0 25 0 1 0 643537444 133640192 32238 33554432000 134512640 135151029 4287780240 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 32627 32238 80 156 0 32470 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 130508

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/289 31123
/proc/meminfo: memFree=29193656/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=141824 CPUtime=282.29 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 39383 0 0 0 28221 8 0 0 25 0 1 0 643537444 145227776 34988 33554432000 134512640 135151029 4287780240 18446744073709551615 134554785 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 35456 34988 80 156 0 35299 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 141824

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

[startup+287.901 s]
/proc/loadavg: 2.00 2.00 1.94 3/289 31123
/proc/meminfo: memFree=29193768/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=141824 CPUtime=287.89 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 39388 0 0 0 28781 8 0 0 25 0 1 0 643537444 145227776 34993 33554432000 134512640 135151029 4287780240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 35456 34993 80 156 0 35299 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 141824

[startup+291.1 s]
/proc/loadavg: 2.00 2.00 1.94 3/289 31123
/proc/meminfo: memFree=29193768/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=141824 CPUtime=291.09 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 39391 0 0 0 29101 8 0 0 25 0 1 0 643537444 145227776 34996 33554432000 134512640 135151029 4287780240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 35456 34996 80 156 0 35299 0
Current children cumulated CPU time (s) 291.09
Current children cumulated vsize (KiB) 141824

[startup+292.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/289 31123
/proc/meminfo: memFree=29194140/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=141824 CPUtime=292.69 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 39392 0 0 0 29261 8 0 0 25 0 1 0 643537444 145227776 34997 33554432000 134512640 135151029 4287780240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 35456 34997 80 156 0 35299 0
Current children cumulated CPU time (s) 292.69
Current children cumulated vsize (KiB) 141824

[startup+293.101 s]
/proc/loadavg: 2.00 2.00 1.94 3/289 31123
/proc/meminfo: memFree=29194140/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=141824 CPUtime=293.09 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 39392 0 0 0 29301 8 0 0 25 0 1 0 643537444 145227776 34997 33554432000 134512640 135151029 4287780240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 35456 34997 80 156 0 35299 0
Current children cumulated CPU time (s) 293.09
Current children cumulated vsize (KiB) 141824

[startup+293.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/289 31123
/proc/meminfo: memFree=29194140/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=141824 CPUtime=293.29 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 39392 0 0 0 29321 8 0 0 25 0 1 0 643537444 145227776 34997 33554432000 134512640 135151029 4287780240 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 35456 34997 80 156 0 35299 0
Current children cumulated CPU time (s) 293.29
Current children cumulated vsize (KiB) 141824

[startup+293.401 s]
/proc/loadavg: 2.00 2.00 1.94 3/289 31123
/proc/meminfo: memFree=29194140/32951124 swapFree=54427468/67111528
[pid=31115] ppid=31113 vsize=141824 CPUtime=293.39 cores=0,2,4,6
/proc/31115/stat : 31115 (precosat) R 31113 31115 30846 0 -1 4202496 39392 0 0 0 29331 8 0 0 25 0 1 0 643537444 145227776 34997 33554432000 134512640 135151029 4287780240 18446744073709551615 134580554 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/31115/statm: 35456 34997 80 156 0 35299 0
Current children cumulated CPU time (s) 293.39
Current children cumulated vsize (KiB) 141824

Child status: 20
Real time (s): 293.429
CPU time (s): 293.426
CPU user time (s): 293.333
CPU system time (s): 0.092985
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 141824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.333
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 507

runsolver used 0.826874 second user time and 1.84272 second system time

The end

Launcher Data

Begin job on node138 at 2011-05-13 22:43:15
IDJOB=3365867
IDBENCH=82501
IDSOLVER=1843
FILE ID=node138/3365867-1305319394
RUNJOBID= node138-1305315242-30864
PBS_JOBID= 13324294
Free space on /tmp= 47572 MiB

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

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

MD5SUM BENCH= 3dc443ddf213a09407d2a75925179735
RANDOM SEED=784663642

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.75
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.854
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.80
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.854
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.854
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.82
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.854
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:      29334460 kB
Buffers:        216768 kB
Cached:        3085236 kB
SwapCached:      18472 kB
Active:         794348 kB
Inactive:      2614116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29334460 kB
SwapTotal:    67111528 kB
SwapFree:     54427468 kB
Dirty:           19144 kB
Writeback:           4 kB
AnonPages:       99776 kB
Mapped:           9540 kB
Slab:           105644 kB
PageTables:      40536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 39576488 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= 47572 MiB
End job on node138 at 2011-05-13 22:48:08