Trace number 3293188

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
synit_sat 2011-03-03UNSAT 712.438 712.462

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c start  0 total 0
0.09/0.10	c Find Units :          0
0.09/0.12	c Find Invs  :          0
0.09/0.12	c Find Ands  :          0 AvgFaninNum: nan
0.09/0.12	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.12	c Find Ite   :          0
0.09/0.12	c UnDirect variable: 0
0.09/0.12	c UnDirect to Direct Gate: 0
0.09/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.12	c Break Cycle : 0
0.09/0.12	c Total Root : 0 Undef Var: 11313
0.09/0.13	c After covering, Total Root: 0 Leaf: 0
0.09/0.13	c Variable( cover/uncovered/unused ): 0 11313 0
0.09/0.13	c Unit Clauses: 0
0.09/0.13	c Binary Clauses( cover/uncovered ): 0 303903
0.09/0.13	c Clauses( cover/uncovered ): 0 1257
0.09/0.13	c Total Clauses( cover/uncovered ): 0 305160 0%
0.09/0.13	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.19/0.27	c Uncover Clauses avg size: 2.02883 max size: 9
0.19/0.28	c Final circuit: i/l/o/s   11313       0  305160    313959
0.19/0.28	c cover rate 0
0.19/0.28	c rocky end  0.26 total 0.26
0.49/0.59	c covering time  0.32 total 0.58
712.27/712.39	c solve time  711.79 total 712.37
712.27/712.39	s UNSATISFIABLE 

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-3293188-1303788588/watcher-3293188-1303788588 -o /tmp/evaluation-result-3293188-1303788588/solver-3293188-1303788588 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3293188-1303788588.cnf 1755680447 

running on 2 cores: 5,7

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.04 3.99 3.78 4/189 27897
/proc/meminfo: memFree=18313420/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=29720 CPUtime=0 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 2037 0 0 0 0 0 0 0 25 0 1 0 490461495 30433280 1972 33554432000 4194304 4947581 140733700702656 18446744073709551615 216634515200 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/27897/statm: 7430 1972 322 184 0 2305 0

[startup+0.00698893 s]
/proc/loadavg: 4.04 3.99 3.78 4/189 27897
/proc/meminfo: memFree=18313420/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=30680 CPUtime=0 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 2227 0 0 0 0 0 0 0 25 0 1 0 490461495 31416320 2161 33554432000 4194304 4947581 140733700702656 18446744073709551615 216634515200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 7670 2175 365 184 0 2545 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30680

[startup+0.10102 s]
/proc/loadavg: 4.04 3.99 3.78 4/189 27897
/proc/meminfo: memFree=18313420/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=55256 CPUtime=0.09 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 8239 0 0 0 8 1 0 0 25 0 1 0 490461495 56582144 8173 33554432000 4194304 4947581 140733700702656 18446744073709551615 4219783 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 13814 8174 376 184 0 8689 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55256

[startup+0.300972 s]
/proc/loadavg: 4.04 3.99 3.78 4/189 27897
/proc/meminfo: memFree=18313420/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=77780 CPUtime=0.29 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 13368 0 0 0 27 2 0 0 18 0 1 0 490461495 79646720 13302 33554432000 4194304 4947581 140733700702656 18446744073709551615 4225327 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 19445 13302 386 184 0 14320 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77780

[startup+0.700914 s]
/proc/loadavg: 4.04 3.99 3.78 4/189 27897
/proc/meminfo: memFree=18313420/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=218280 CPUtime=0.69 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 47572 0 0 0 63 6 0 0 18 0 1 0 490461495 223518720 47506 33554432000 4194304 4947581 140733700702656 18446744073709551615 4378235 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 54570 47510 420 184 0 49445 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 218280

[startup+1.50076 s]
/proc/loadavg: 4.04 3.99 3.78 5/190 27898
/proc/meminfo: memFree=18095544/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=282452 CPUtime=1.49 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 60568 0 0 0 141 8 0 0 20 0 1 0 490461495 289230848 60486 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399860 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 70613 60486 457 184 0 65488 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 282452

[startup+3.10048 s]
/proc/loadavg: 4.04 3.99 3.78 5/190 27898
/proc/meminfo: memFree=18067648/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=294912 CPUtime=3.09 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 61836 0 0 0 301 8 0 0 25 0 1 0 490461495 301989888 61754 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 73728 61754 462 184 0 68603 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 294912

[startup+6.30091 s]
/proc/loadavg: 4.04 3.99 3.78 5/190 27898
/proc/meminfo: memFree=18047212/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=317628 CPUtime=6.3 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 66681 0 0 0 621 9 0 0 25 0 1 0 490461495 325251072 66599 33554432000 4194304 4947581 140733700702656 18446744073709551615 4358919 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 79407 66599 467 184 0 74282 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 317628

[startup+12.7008 s]
/proc/loadavg: 4.03 3.99 3.78 5/190 27899
/proc/meminfo: memFree=18018116/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=330524 CPUtime=12.69 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 70131 0 0 0 1260 9 0 0 25 0 1 0 490461495 338456576 70049 33554432000 4194304 4947581 140733700702656 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 82631 70049 467 184 0 77506 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 330524

[startup+25.5005 s]
/proc/loadavg: 4.02 3.99 3.78 5/190 27899
/proc/meminfo: memFree=18007056/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=343604 CPUtime=25.49 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 72572 0 0 0 2538 11 0 0 25 0 1 0 490461495 351850496 72490 33554432000 4194304 4947581 140733700702656 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 85901 72490 467 184 0 80776 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 343604

[startup+51.101 s]
/proc/loadavg: 4.02 3.99 3.79 5/190 27900
/proc/meminfo: memFree=17999572/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=357052 CPUtime=51.09 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 73740 0 0 0 5098 11 0 0 25 0 1 0 490461495 365621248 71165 33554432000 4194304 4947581 140733700702656 18446744073709551615 4352560 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 89263 71165 467 184 0 84138 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 357052

[startup+102.307 s]
/proc/loadavg: 4.06 4.00 3.80 5/190 27901
/proc/meminfo: memFree=17977984/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=357180 CPUtime=102.3 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 78385 0 0 0 10218 12 0 0 25 0 1 0 490461495 365752320 75802 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 89295 75802 467 184 0 84170 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 357180

[startup+162.3 s]
/proc/loadavg: 4.02 4.00 3.81 5/190 27903
/proc/meminfo: memFree=17937400/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=372596 CPUtime=162.28 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 83034 0 0 0 16215 13 0 0 25 0 1 0 490461495 381538304 80451 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399835 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 93149 80451 467 184 0 88024 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 372596

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.82 5/190 27904
/proc/meminfo: memFree=17886908/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=388252 CPUtime=222.28 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 85983 0 0 0 22214 14 0 0 25 0 1 0 490461495 397570048 83400 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399974 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 97063 83400 467 184 0 91938 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 388252

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 27906
/proc/meminfo: memFree=17849812/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=388252 CPUtime=282.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 86349 0 0 0 28213 14 0 0 25 0 1 0 490461495 397570048 83766 33554432000 4194304 4947581 140733700702656 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 97063 83766 467 184 0 91938 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 388252

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.83 5/190 27907
/proc/meminfo: memFree=17810360/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=388380 CPUtime=342.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 90309 0 0 0 34212 15 0 0 25 0 1 0 490461495 397701120 87726 33554432000 4194304 4947581 140733700702656 18446744073709551615 4400592 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 97095 87726 467 184 0 91970 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 388380

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 27909
/proc/meminfo: memFree=17775864/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=388380 CPUtime=402.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 90395 0 0 0 40212 15 0 0 25 0 1 0 490461495 397701120 87812 33554432000 4194304 4947581 140733700702656 18446744073709551615 4352563 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 97095 87812 467 184 0 91970 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 388380

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.85 5/190 27911
/proc/meminfo: memFree=17725008/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=423840 CPUtime=462.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 97109 0 0 0 46210 17 0 0 25 0 1 0 490461495 434012160 94526 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399894 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 105960 94526 467 184 0 100835 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 423840

[startup+522.301 s]
/proc/loadavg: 4.08 4.02 3.86 5/190 27912
/proc/meminfo: memFree=17692004/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=441584 CPUtime=522.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 99351 0 0 0 52209 18 0 0 25 0 1 0 490461495 452182016 96768 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 110396 96768 467 184 0 105271 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 441584

[startup+582.3 s]
/proc/loadavg: 4.03 4.01 3.86 5/190 27914
/proc/meminfo: memFree=17671528/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=513216 CPUtime=582.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 103663 0 0 0 58208 19 0 0 25 0 1 0 490461495 525533184 101080 33554432000 4194304 4947581 140733700702656 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 128304 101080 467 184 0 123179 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 513216

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.87 5/190 27915
/proc/meminfo: memFree=17617560/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=642.28 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 113664 0 0 0 64206 22 0 0 25 0 1 0 490461495 599822336 111081 33554432000 4194304 4947581 140733700702656 18446744073709551615 4398622 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 111081 467 184 0 141316 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 585764

[startup+702.301 s]
/proc/loadavg: 2.87 3.69 3.77 3/178 27953
/proc/meminfo: memFree=18380880/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=702.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117268 0 0 0 70204 23 0 0 25 0 1 0 490461495 599822336 114685 33554432000 4194304 4947581 140733700702656 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114685 467 184 0 141316 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 585764

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

[startup+703.901 s]
/proc/loadavg: 2.80 3.66 3.76 3/178 27953
/proc/meminfo: memFree=18380880/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=703.88 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117268 0 0 0 70365 23 0 0 25 0 1 0 490461495 599822336 114685 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114685 467 184 0 141316 0
Current children cumulated CPU time (s) 703.88
Current children cumulated vsize (KiB) 585764

[startup+707.1 s]
/proc/loadavg: 2.80 3.66 3.76 3/178 27953
/proc/meminfo: memFree=18380880/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=707.07 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117268 0 0 0 70684 23 0 0 25 0 1 0 490461495 599822336 114685 33554432000 4194304 4947581 140733700702656 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114685 467 184 0 141316 0
Current children cumulated CPU time (s) 707.07
Current children cumulated vsize (KiB) 585764

[startup+710.301 s]
/proc/loadavg: 2.73 3.64 3.75 3/178 27953
/proc/meminfo: memFree=18380384/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=710.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117268 0 0 0 71004 23 0 0 25 0 1 0 490461495 599822336 114685 33554432000 4194304 4947581 140733700702656 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114685 467 184 0 141316 0
Current children cumulated CPU time (s) 710.27
Current children cumulated vsize (KiB) 585764

[startup+711.101 s]
/proc/loadavg: 2.73 3.64 3.75 3/178 27953
/proc/meminfo: memFree=18380504/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=711.07 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117268 0 0 0 71084 23 0 0 25 0 1 0 490461495 599822336 114685 33554432000 4194304 4947581 140733700702656 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114685 467 184 0 141316 0
Current children cumulated CPU time (s) 711.07
Current children cumulated vsize (KiB) 585764

[startup+711.9 s]
/proc/loadavg: 2.73 3.64 3.75 3/178 27953
/proc/meminfo: memFree=18380504/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=711.87 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117268 0 0 0 71164 23 0 0 25 0 1 0 490461495 599822336 114685 33554432000 4194304 4947581 140733700702656 18446744073709551615 4353728 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114685 467 184 0 141316 0
Current children cumulated CPU time (s) 711.87
Current children cumulated vsize (KiB) 585764

[startup+712.3 s]
/proc/loadavg: 2.73 3.64 3.75 3/178 27953
/proc/meminfo: memFree=18380504/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=712.27 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117268 0 0 0 71204 23 0 0 25 0 1 0 490461495 599822336 114685 33554432000 4194304 4947581 140733700702656 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114685 467 184 0 141316 0
Current children cumulated CPU time (s) 712.27
Current children cumulated vsize (KiB) 585764

[startup+712.4 s]
/proc/loadavg: 2.73 3.64 3.75 3/178 27953
/proc/meminfo: memFree=18380504/32951124 swapFree=67111528/67111528
[pid=27897] ppid=27895 vsize=585764 CPUtime=712.37 cores=5,7
/proc/27897/stat : 27897 (synit_sat) R 27895 27897 25844 0 -1 4202496 117269 0 0 0 71214 23 0 0 25 0 1 0 490461495 599822336 114686 33554432000 4194304 4947581 140733700702656 18446744073709551615 4851249 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/27897/statm: 146441 114686 468 184 0 141316 0
Current children cumulated CPU time (s) 712.37
Current children cumulated vsize (KiB) 585764

Child status: 0
Real time (s): 712.462
CPU time (s): 712.438
CPU user time (s): 712.183
CPU system time (s): 0.254961
CPU usage (%): 99.9966
Max. virtual memory (cumulated for all children) (KiB): 585764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.183
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117274
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= 13
involuntary context switches= 1031

runsolver used 1.13283 second user time and 2.71159 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-26 05:29:49
IDJOB=3293188
IDBENCH=88066
IDSOLVER=1571
FILE ID=node103/3293188-1303788588
RUNJOBID= node103-1303787938-27436
PBS_JOBID= 13157220
Free space on /tmp= 71752 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293188-1303788588/watcher-3293188-1303788588 -o /tmp/evaluation-result-3293188-1303788588/solver-3293188-1303788588 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3293188-1303788588.cnf 1755680447

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1755680447

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:      18313692 kB
Buffers:       2127824 kB
Cached:       10997756 kB
SwapCached:          0 kB
Active:        4964508 kB
Inactive:      9091772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18313692 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12240 kB
Writeback:           0 kB
AnonPages:      930232 kB
Mapped:          17392 kB
Slab:           515356 kB
PageTables:       6984 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1265108 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= 71764 MiB
End job on node103 at 2011-04-26 05:41:41