Trace number 3308869

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 388.39 388.393

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-3308869-1303984555.cnf
0.00/0.00	c found header 'p cnf 33320 766757'
0.39/0.48	c finished parsing
0.39/0.48	c
0.39/0.48	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
0.39/0.48	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
0.39/0.48	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
0.39/0.48	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
0.39/0.48	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
0.39/0.48	c --random=1 --spread=2000 --seed=0 --skip=25
0.39/0.48	c
0.39/0.48	c sizeof     vars[0] = 16   alignment = 0       1 MB
0.39/0.48	c sizeof     orgs[0] =  8   alignment = 0       0 MB
0.39/0.48	c sizeof     occs[0] =  8   alignment = 0       0 MB
0.39/0.48	c sizeof iirfs[0..1] =  8   alignment = 0       0 MB
0.39/0.48	c
0.39/0.48	c starting search after 0.5 seconds
0.39/0.48	c no decision limit
0.49/0.50	c
0.49/0.50	c       original/binary      fixed     eliminated      learned       agility
0.49/0.50	c   seconds        variables     equivalent    conflicts       height       MB
0.49/0.50	c
0.49/0.50	c *    0.5   766757   33320      0     0      0       0      0    0.0   0   48
2.00/2.01	c s    2.0   766936   32369      0     0    951       0      0    0.0   0   49
2.00/2.01	c l    2.0   766936   32369      0     0    951       0 710773    0.0   0   49
2.00/2.02	c R    2.0   767024   32369      0     0    951     100     99  164.9  11   49
2.00/2.04	c R    2.0   768404   32368      0     1    951     200    199  176.8   3   50
2.20/2.22	c R    2.2   768931   32368      0     1    951     802    797  264.1  18   52
2.20/2.28	c B    2.3   768935   32368      0     1    951    1001    995  245.1  15   52
2.49/2.51	c B    2.5   768936   32368      0     1    951    2003   1997  181.3  21   53
2.59/2.63	c R    2.6   768949   32368      0     1    951    2411   2405  165.3  14   53
4.19/4.27	c R    4.3   779658   32215    147     7    951    6424   6418   90.7  20   56
4.69/4.73	c B    4.7   779673   32215    147     7    951    8005   7999   78.7  19   56
7.49/7.51	c R    7.5   792091   31719    419   231    951   16047  16039   89.8  21   59
10.09/10.18	c B   10.2   809227   31433    618   318    951   24012  24004   68.0  28   61
14.99/15.09	c R   15.1   827987   30420    774  1175    951   38503  38492   48.6  19   64
23.99/24.02	c B   24.0   841043   29695    824  1850    951   64028  64016   34.7  22   67
27.49/27.58	c s   27.6   799070   29644    829  1896    951   69367  69294   33.2  22   58
27.49/27.58	c -   27.6   799070   29644    829  1896    951   69367 689450   33.2  22   58
34.99/35.00	c R   35.0   802548   29601    837  1931    951   89800  89727   28.7  18   66
64.90/64.99	c B   65.0   805696   29331    924  2114    951  160053 159974   21.8  25   78
70.79/70.89	c
70.79/70.89	c       original/binary      fixed     eliminated      learned       agility
70.79/70.89	c   seconds        variables     equivalent    conflicts       height       MB
70.79/70.89	c
70.79/70.89	c s   70.9   797354   29171    941  2257    951  171786 166521   21.1  19   69
87.09/87.18	c R   87.2   798491   29082    941  2346    951  205167 199900   19.7  17   80
133.10/133.17	c s  133.2   796394   28958    961  2450    951  286806 273896   18.9  23   81
188.69/188.72	c B  188.7   796956   28925    967  2477    951  384105 371191   17.1  21  108
214.09/214.16	c s  214.2   796361   28878    967  2524    951  417527 386499   16.7  18   95
319.59/319.64	c s  319.6   790734   28280    967  2555   1518  567961 519751   15.4  22  111
388.30/388.38	c 0  388.4   793739   27334   1909  2559   1518  647363 599085   14.9  20  139
388.30/388.38	c
388.30/388.38	s UNSATISFIABLE
388.30/388.38	c
388.30/388.38	c 647363 conflicts, 783450 decisions, 4 random
388.30/388.38	c 12 iterations, 1237 restarts, 340 skipped
388.30/388.38	c 0 enlarged, 1966 shrunken, 6331 rescored, 195 rebiased
388.30/388.38	c 6 simplifications, 0 reductions
388.30/388.38	c
388.30/388.38	c vars: 1909 fixed, 2559 equiv, 1518 elim, 2752 merged
388.30/388.38	c elim: 3243334 resolutions, 6 phases, 1 rounds
388.30/388.38	c sbst: 2% substituted, 0.0% nots, 100.0% ands, 0.0% xors, 0.0% ites
388.30/388.38	c arty: 2.00 and 0.00 xor average arity
388.30/388.38	c prbe: 198726 probed, 192 phases, 3 rounds
388.30/388.38	c prbe: 237 failed, 338 lifted, 1538 merged
388.30/388.38	c sccs: 25 non trivial, 0 fixed, 147 merged
388.30/388.38	c hash: 5 units, 1067 merged
388.30/388.38	c mins: 12227757 learned, 50% deleted, 444 strong, 155 depth
388.30/388.38	c subs: 13673 forward, 5079 backward, 14866 doms
388.30/388.38	c strs: 728 forward, 5 backward
388.30/388.38	c doms: 20418 dominators, 2505 high, 179 low
388.30/388.38	c prps: 219619587 propagations, 0.57 megaprops
388.30/388.38	c
388.30/388.38	c 388.4 seconds, 139 MB max, 8 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3308869-1303984555/watcher-3308869-1303984555 -o /tmp/evaluation-result-3308869-1303984555/solver-3308869-1303984555 -C 2400 -W 1300 -M 7680 HOME/precosat HOME/instance-3308869-1303984555.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: 4.00 3.95 3.03 4/189 22593
/proc/meminfo: memFree=14207472/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=4472 CPUtime=0 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 1017 0 0 0 0 0 0 0 21 0 1 0 510054358 4579328 973 33554432000 134512640 135151029 4286948368 18446744073709551615 134697845 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 1118 973 64 156 0 961 0

[startup+0.076071 s]
/proc/loadavg: 4.00 3.95 3.03 4/189 22593
/proc/meminfo: memFree=14207472/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=12248 CPUtime=0.06 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 3050 0 0 0 6 0 0 0 21 0 1 0 510054358 12541952 2908 33554432000 134512640 135151029 4286948368 18446744073709551615 134570922 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 3062 2909 64 156 0 2905 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12248

[startup+0.101127 s]
/proc/loadavg: 4.00 3.95 3.03 4/189 22593
/proc/meminfo: memFree=14207472/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=14888 CPUtime=0.09 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 3715 0 0 0 9 0 0 0 21 0 1 0 510054358 15245312 3573 33554432000 134512640 135151029 4286948368 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 3722 3575 64 156 0 3565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14888

[startup+0.301047 s]
/proc/loadavg: 4.00 3.95 3.03 4/189 22593
/proc/meminfo: memFree=14207472/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=37064 CPUtime=0.29 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 9253 0 0 0 28 1 0 0 22 0 1 0 510054358 37953536 9111 33554432000 134512640 135151029 4286948368 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 9266 9113 64 156 0 9109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37064

[startup+0.700974 s]
/proc/loadavg: 4.00 3.95 3.03 4/189 22593
/proc/meminfo: memFree=14207472/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=59872 CPUtime=0.69 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 14937 0 0 0 68 1 0 0 24 0 1 0 510054358 61308928 14794 33554432000 134512640 135151029 4286948368 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 14968 14795 80 156 0 14811 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59872

[startup+1.50083 s]
/proc/loadavg: 4.00 3.95 3.03 5/190 22594
/proc/meminfo: memFree=14148060/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=82064 CPUtime=1.5 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 21158 0 0 0 147 3 0 0 25 0 1 0 510054358 84033536 20263 33554432000 134512640 135151029 4286948368 18446744073709551615 134518535 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 20516 20263 80 156 0 20359 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 82064

[startup+3.10052 s]
/proc/loadavg: 4.00 3.95 3.03 5/190 22594
/proc/meminfo: memFree=14126608/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=80752 CPUtime=3.09 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 21170 0 0 0 306 3 0 0 25 0 1 0 510054358 82690048 19947 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 20188 19947 80 156 0 20031 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80752

[startup+6.30102 s]
/proc/loadavg: 4.00 3.95 3.03 5/190 22594
/proc/meminfo: memFree=14126068/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=80752 CPUtime=6.3 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 21170 0 0 0 627 3 0 0 25 0 1 0 510054358 82690048 19947 33554432000 134512640 135151029 4286948368 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 20188 19947 80 156 0 20031 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 80752

[startup+12.7008 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 22595
/proc/meminfo: memFree=14125244/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=80752 CPUtime=12.69 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 21170 0 0 0 1266 3 0 0 25 0 1 0 510054358 82690048 19947 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 20188 19947 80 156 0 20031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80752

[startup+25.5006 s]
/proc/loadavg: 4.00 3.95 3.05 5/190 22595
/proc/meminfo: memFree=14123296/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=80752 CPUtime=25.49 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 21170 0 0 0 2546 3 0 0 25 0 1 0 510054358 82690048 19947 33554432000 134512640 135151029 4286948368 18446744073709551615 134555340 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 20188 19947 80 156 0 20031 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80752

[startup+51.1009 s]
/proc/loadavg: 4.00 3.95 3.08 5/190 22596
/proc/meminfo: memFree=14076744/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=85212 CPUtime=51.09 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 24261 0 0 0 5105 4 0 0 25 0 1 0 510054358 87257088 21061 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 21303 21061 80 156 0 21146 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85212

[startup+102.307 s]
/proc/loadavg: 4.00 3.96 3.13 5/190 22597
/proc/meminfo: memFree=14097936/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=97852 CPUtime=102.3 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 29179 0 0 0 10224 6 0 0 25 0 1 0 510054358 100200448 24204 33554432000 134512640 135151029 4286948368 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 24463 24204 80 156 0 24306 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 97852

[startup+162.301 s]
/proc/loadavg: 3.97 3.95 3.17 5/190 22627
/proc/meminfo: memFree=14077216/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=112208 CPUtime=162.29 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 34027 0 0 0 16222 7 0 0 25 0 1 0 510054358 114900992 27743 33554432000 134512640 135151029 4286948368 18446744073709551615 134554568 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 28052 27743 80 156 0 27895 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 112208

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.22 5/190 22656
/proc/meminfo: memFree=14269636/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=126928 CPUtime=222.29 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 38491 0 0 0 22220 9 0 0 25 0 1 0 510054358 129974272 31433 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 31732 31433 80 156 0 31575 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 126928

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.27 5/190 22658
/proc/meminfo: memFree=14238116/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=137132 CPUtime=282.29 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 40769 0 0 0 28220 9 0 0 25 0 1 0 510054358 140423168 33711 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 34283 33711 80 156 0 34126 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 137132

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.31 5/190 22668
/proc/meminfo: memFree=14121456/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=144796 CPUtime=342.29 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 43872 0 0 0 34218 11 0 0 25 0 1 0 510054358 148271104 35909 33554432000 134512640 135151029 4286948368 18446744073709551615 134555139 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 36199 35909 80 156 0 36042 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 144796

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

[startup+358.301 s]
/proc/loadavg: 3.99 3.97 3.32 5/190 22669
/proc/meminfo: memFree=14079540/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=148900 CPUtime=358.29 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 44771 0 0 0 35818 11 0 0 25 0 1 0 510054358 152473600 36808 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 37225 36808 80 156 0 37068 0
Current children cumulated CPU time (s) 358.29
Current children cumulated vsize (KiB) 148900

[startup+371.101 s]
/proc/loadavg: 3.99 3.97 3.33 5/190 22669
/proc/meminfo: memFree=14073836/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=151472 CPUtime=371.09 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 45318 0 0 0 37098 11 0 0 25 0 1 0 510054358 155107328 37355 33554432000 134512640 135151029 4286948368 18446744073709551615 134554575 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 37868 37355 80 156 0 37711 0
Current children cumulated CPU time (s) 371.09
Current children cumulated vsize (KiB) 151472

[startup+377.501 s]
/proc/loadavg: 3.99 3.97 3.33 4/188 22670
/proc/meminfo: memFree=15752560/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=152816 CPUtime=377.49 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 45615 0 0 0 37738 11 0 0 25 0 1 0 510054358 156483584 37652 33554432000 134512640 135151029 4286948368 18446744073709551615 134574601 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 38204 37652 80 156 0 38047 0
Current children cumulated CPU time (s) 377.49
Current children cumulated vsize (KiB) 152816

[startup+383.907 s]
/proc/loadavg: 3.91 3.95 3.33 4/185 22687
/proc/meminfo: memFree=15882436/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=154192 CPUtime=383.9 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 45900 0 0 0 38378 12 0 0 25 0 1 0 510054358 157892608 37937 33554432000 134512640 135151029 4286948368 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 38548 37937 80 156 0 38391 0
Current children cumulated CPU time (s) 383.9
Current children cumulated vsize (KiB) 154192

[startup+385.5 s]
/proc/loadavg: 3.91 3.95 3.33 4/185 22687
/proc/meminfo: memFree=15882184/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=154456 CPUtime=385.49 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 45965 0 0 0 38537 12 0 0 25 0 1 0 510054358 158162944 38002 33554432000 134512640 135151029 4286948368 18446744073709551615 134554866 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 38614 38002 80 156 0 38457 0
Current children cumulated CPU time (s) 385.49
Current children cumulated vsize (KiB) 154456

[startup+387.101 s]
/proc/loadavg: 3.84 3.94 3.33 4/184 22688
/proc/meminfo: memFree=15882192/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=154720 CPUtime=387.1 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 46021 0 0 0 38698 12 0 0 25 0 1 0 510054358 158433280 38058 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 38680 38058 80 156 0 38523 0
Current children cumulated CPU time (s) 387.1
Current children cumulated vsize (KiB) 154720

[startup+387.901 s]
/proc/loadavg: 3.84 3.94 3.33 4/184 22688
/proc/meminfo: memFree=15882192/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=154856 CPUtime=387.89 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 46052 0 0 0 38777 12 0 0 25 0 1 0 510054358 158572544 38089 33554432000 134512640 135151029 4286948368 18446744073709551615 134554799 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 38714 38089 80 156 0 38557 0
Current children cumulated CPU time (s) 387.89
Current children cumulated vsize (KiB) 154856

[startup+388.307 s]
/proc/loadavg: 3.84 3.94 3.33 4/184 22688
/proc/meminfo: memFree=15882068/32950928 swapFree=67111528/67111528
[pid=22593] ppid=22591 vsize=154856 CPUtime=388.3 cores=0,2
/proc/22593/stat : 22593 (precosat) R 22591 22593 22173 0 -1 4202496 46062 0 0 0 38818 12 0 0 25 0 1 0 510054358 158572544 38099 33554432000 134512640 135151029 4286948368 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 0 0 0 0
/proc/22593/statm: 38714 38099 80 156 0 38557 0
Current children cumulated CPU time (s) 388.3
Current children cumulated vsize (KiB) 154856

Child status: 20
Real time (s): 388.393
CPU time (s): 388.39
CPU user time (s): 388.259
CPU system time (s): 0.13098
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 154856

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

runsolver used 0.593909 second user time and 1.52877 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-28 11:55:56
IDJOB=3308869
IDBENCH=82500
IDSOLVER=1690
FILE ID=node122/3308869-1303984555
RUNJOBID= node122-1303983219-22191
PBS_JOBID= 13168704
Free space on /tmp= 71492 MiB

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

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=2016466002

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14207620 kB
Buffers:       1728604 kB
Cached:       14582648 kB
SwapCached:          0 kB
Active:        6966088 kB
Inactive:     11209048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14207620 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           25164 kB
Writeback:           0 kB
AnonPages:     1863448 kB
Mapped:          16252 kB
Slab:           501008 kB
PageTables:       8732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2076364 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= 71644 MiB
End job on node122 at 2011-04-28 12:02:24