Trace number 3287392

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 1226.26 1226.27

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.08	c Find Units :          2
0.00/0.08	c Find Invs  :          0
0.08/0.10	c Find Ands  :      43296 AvgFaninNum: 2
0.08/0.10	c Find Xors  :          0 AvgFaninNum: nan
0.08/0.10	c Find Ite   :          0
0.08/0.12	c UnDirect variable: 0
0.08/0.12	c UnDirect to Direct Gate: 0
0.08/0.12	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.08/0.13	c Break Cycle : 53
0.08/0.13	c Total Root : 1 Undef Var: 1531
0.08/0.15	c After covering, Total Root: 42 Leaf: 1531
0.08/0.15	c Variable( cover/uncovered/unused ): 44692 0 0
0.08/0.15	c Unit Clauses: 2
0.08/0.15	c Binary Clauses( cover/uncovered ): 86322 90
0.08/0.15	c Clauses( cover/uncovered ): 43161 45
0.08/0.15	c Total Clauses( cover/uncovered ): 129485 135 99.8958%
0.08/0.15	c Covered Ands: 43161 Invs: 0 Xors: 0 Ites: 0
0.08/0.16	c Uncover Clauses avg size: 2.33333 max size: 3
0.08/0.16	c Final circuit: i/l/o/s    1530       0     136     43323
0.08/0.16	c cover rate 99.8958
0.08/0.16	c rocky end  0.14 total 0.14
0.29/0.33	c covering time  0.18 total 0.32
1226.18/1226.22	c solve time  1225.89 total 1226.21
1226.18/1226.22	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-3287392-1303767551/watcher-3287392-1303767551 -o /tmp/evaluation-result-3287392-1303767551/solver-3287392-1303767551 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3287392-1303767551.cnf 2140494844 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.92 3.04 3.17 5/193 10573
/proc/meminfo: memFree=21135556/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=23624 CPUtime=0 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4194304 237 0 0 0 0 0 0 0 25 0 1 0 488353022 24190976 187 33554432000 4194304 4947581 140734384319696 18446744073709551615 255372338667 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/10573/statm: 5906 188 154 184 0 768 0

[startup+0.090598 s]
/proc/loadavg: 3.92 3.04 3.17 5/193 10573
/proc/meminfo: memFree=21135556/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=45552 CPUtime=0.07 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 6234 0 0 0 7 0 0 0 25 0 1 0 488353022 46645248 6168 33554432000 4194304 4947581 140734384319696 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 11388 6171 379 184 0 6263 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 45552

[startup+0.10059 s]
/proc/loadavg: 3.92 3.04 3.17 5/193 10573
/proc/meminfo: memFree=21135556/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=47600 CPUtime=0.08 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 6650 0 0 0 8 0 0 0 25 0 1 0 488353022 48742400 6584 33554432000 4194304 4947581 140734384319696 18446744073709551615 4798186 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 11900 6584 379 184 0 6775 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47600

[startup+0.300553 s]
/proc/loadavg: 3.92 3.04 3.17 5/193 10573
/proc/meminfo: memFree=21135556/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=51844 CPUtime=0.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 7883 0 0 0 28 1 0 0 25 0 1 0 488353022 53088256 7817 33554432000 4194304 4947581 140734384319696 18446744073709551615 4741407 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 12961 7817 410 184 0 7836 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51844

[startup+0.700451 s]
/proc/loadavg: 3.92 3.04 3.17 5/193 10573
/proc/meminfo: memFree=21135556/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=73360 CPUtime=0.68 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 11107 0 0 0 67 1 0 0 25 0 1 0 488353022 75120640 11041 33554432000 4194304 4947581 140734384319696 18446744073709551615 4401316 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 18340 11041 438 184 0 13215 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 73360

[startup+1.50031 s]
/proc/loadavg: 3.93 3.06 3.17 5/194 10574
/proc/meminfo: memFree=21079748/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=86800 CPUtime=1.49 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 14738 0 0 0 147 2 0 0 25 0 1 0 488353022 88883200 14672 33554432000 4194304 4947581 140734384319696 18446744073709551615 4401581 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 21700 14672 465 184 0 16575 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86800

[startup+3.10103 s]
/proc/loadavg: 3.93 3.06 3.17 5/194 10574
/proc/meminfo: memFree=21075904/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=96532 CPUtime=3.09 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 15215 0 0 0 307 2 0 0 25 0 1 0 488353022 98848768 15149 33554432000 4194304 4947581 140734384319696 18446744073709551615 4556836 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 24133 15149 469 184 0 19008 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 96532

[startup+6.30045 s]
/proc/loadavg: 3.93 3.06 3.17 5/194 10574
/proc/meminfo: memFree=21056432/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=106544 CPUtime=6.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 18145 0 0 0 626 2 0 0 25 0 1 0 488353022 109101056 18079 33554432000 4194304 4947581 140734384319696 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 26636 18079 471 184 0 21511 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 106544

[startup+12.7002 s]
/proc/loadavg: 3.94 3.09 3.18 5/194 10575
/proc/meminfo: memFree=21027112/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=136040 CPUtime=12.68 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 21818 0 0 0 1265 3 0 0 25 0 1 0 488353022 139304960 21752 33554432000 4194304 4947581 140734384319696 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 34010 21752 471 184 0 28885 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 136040

[startup+25.5009 s]
/proc/loadavg: 3.95 3.12 3.19 5/194 10575
/proc/meminfo: memFree=20993116/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=146284 CPUtime=25.48 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 24731 0 0 0 2545 3 0 0 25 0 1 0 488353022 149794816 24661 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 36571 24661 471 184 0 31446 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146284

[startup+51.1011 s]
/proc/loadavg: 4.04 3.20 3.21 5/194 10576
/proc/meminfo: memFree=20946840/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=167520 CPUtime=51.09 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 30659 0 0 0 5104 5 0 0 25 0 1 0 488353022 171540480 30570 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400163 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 41880 30570 471 184 0 36755 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 167520

[startup+102.307 s]
/proc/loadavg: 4.01 3.34 3.26 5/194 10577
/proc/meminfo: memFree=20845520/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=215084 CPUtime=102.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 39033 0 0 0 10222 7 0 0 25 0 1 0 488353022 220246016 38937 33554432000 4194304 4947581 140734384319696 18446744073709551615 4398560 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 53771 38937 471 184 0 48646 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 215084

[startup+162.301 s]
/proc/loadavg: 4.19 3.51 3.32 5/194 10579
/proc/meminfo: memFree=20762916/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=215084 CPUtime=162.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 42955 0 0 0 16221 8 0 0 25 0 1 0 488353022 220246016 42848 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 53771 42848 471 184 0 48646 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 215084

[startup+222.3 s]
/proc/loadavg: 4.12 3.61 3.37 5/194 10580
/proc/meminfo: memFree=20688992/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=268720 CPUtime=222.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 50450 0 0 0 22220 9 0 0 25 0 1 0 488353022 275169280 50310 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400816 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 67180 50310 473 184 0 62055 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 268720

[startup+282.3 s]
/proc/loadavg: 4.14 3.71 3.41 5/194 10582
/proc/meminfo: memFree=20571300/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=268848 CPUtime=282.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 52400 0 0 0 28218 10 0 0 25 0 1 0 488353022 275300352 52260 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400152 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 67212 52260 473 184 0 62087 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 268848

[startup+342.3 s]
/proc/loadavg: 4.05 3.76 3.45 5/194 10583
/proc/meminfo: memFree=20517460/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=268848 CPUtime=342.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 54296 0 0 0 34218 10 0 0 25 0 1 0 488353022 275300352 52977 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399990 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 67212 52977 473 184 0 62087 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 268848

[startup+402.301 s]
/proc/loadavg: 4.02 3.80 3.48 5/194 10585
/proc/meminfo: memFree=20446888/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=268848 CPUtime=402.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 55376 0 0 0 40218 11 0 0 25 0 1 0 488353022 275300352 54057 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400036 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 67212 54057 473 184 0 62087 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 268848

[startup+462.301 s]
/proc/loadavg: 4.00 3.83 3.51 5/194 10587
/proc/meminfo: memFree=20373468/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=334716 CPUtime=462.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 58064 0 0 0 46217 11 0 0 25 0 1 0 488353022 342749184 56743 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400176 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 83679 56743 471 184 0 78554 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 334716

[startup+522.301 s]
/proc/loadavg: 4.00 3.86 3.54 5/194 10588
/proc/meminfo: memFree=20275492/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=334716 CPUtime=522.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 60938 0 0 0 52216 12 0 0 25 0 1 0 488353022 342749184 59617 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 83679 59617 471 184 0 78554 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 334716

[startup+582.301 s]
/proc/loadavg: 4.04 3.90 3.57 5/194 10590
/proc/meminfo: memFree=20223880/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=334716 CPUtime=582.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 63358 0 0 0 58216 13 0 0 25 0 1 0 488353022 342749184 62037 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 83679 62037 471 184 0 78554 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 334716

[startup+642.301 s]
/proc/loadavg: 4.01 3.91 3.59 5/194 10591
/proc/meminfo: memFree=20150708/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=469884 CPUtime=642.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 64588 0 0 0 64216 13 0 0 25 0 1 0 488353022 481161216 63267 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117471 63267 471 184 0 112346 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 469884

[startup+702.301 s]
/proc/loadavg: 4.00 3.93 3.62 5/194 10593
/proc/meminfo: memFree=20145480/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=469884 CPUtime=702.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 65568 0 0 0 70215 14 0 0 25 0 1 0 488353022 481161216 64247 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117471 64247 471 184 0 112346 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 469884

[startup+762.307 s]
/proc/loadavg: 4.04 3.95 3.64 5/194 10595
/proc/meminfo: memFree=20115076/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=469884 CPUtime=762.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 72408 0 0 0 76214 15 0 0 25 0 1 0 488353022 481161216 71087 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117471 71087 471 184 0 112346 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 469884

[startup+822.3 s]
/proc/loadavg: 4.01 3.96 3.66 5/194 10596
/proc/meminfo: memFree=20076000/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=469884 CPUtime=822.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 78149 0 0 0 82211 18 0 0 25 0 1 0 488353022 481161216 76828 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117471 76828 471 184 0 112346 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 469884

[startup+882.3 s]
/proc/loadavg: 4.06 3.98 3.68 5/194 10598
/proc/meminfo: memFree=20034428/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=882.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81416 0 0 0 88209 19 0 0 25 0 1 0 488353022 481292288 80095 33554432000 4194304 4947581 140734384319696 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80095 471 184 0 112378 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 470012

[startup+942.301 s]
/proc/loadavg: 4.15 4.01 3.71 5/194 10599
/proc/meminfo: memFree=20006248/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=942.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81417 0 0 0 94209 19 0 0 25 0 1 0 488353022 481292288 80096 33554432000 4194304 4947581 140734384319696 18446744073709551615 4350696 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80096 471 184 0 112378 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 470012

[startup+1002.3 s]
/proc/loadavg: 4.09 4.02 3.73 5/194 10601
/proc/meminfo: memFree=20005608/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1002.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81418 0 0 0 100209 20 0 0 25 0 1 0 488353022 481292288 80097 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80097 471 184 0 112378 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 470012

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 3.75 5/194 10603
/proc/meminfo: memFree=19978688/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1062.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81458 0 0 0 106209 20 0 0 25 0 1 0 488353022 481292288 80137 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80137 471 184 0 112378 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 470012

[startup+1122.3 s]
/proc/loadavg: 3.53 3.89 3.72 4/188 10622
/proc/meminfo: memFree=21406692/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1122.29 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81458 0 0 0 112209 20 0 0 25 0 1 0 488353022 481292288 80137 33554432000 4194304 4947581 140734384319696 18446744073709551615 4398563 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80137 471 184 0 112378 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 470012

[startup+1182.3 s]
/proc/loadavg: 3.27 3.75 3.68 4/188 10624
/proc/meminfo: memFree=21406796/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1182.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81459 0 0 0 118208 20 0 0 25 0 1 0 488353022 481292288 80138 33554432000 4194304 4947581 140734384319696 18446744073709551615 4360580 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80138 471 184 0 112378 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 470012

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

[startup+1203.1 s]
/proc/loadavg: 3.18 3.70 3.66 3/183 10642
/proc/meminfo: memFree=22195832/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1203.08 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81460 0 0 0 120288 20 0 0 25 0 1 0 488353022 481292288 80139 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400019 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80139 471 184 0 112378 0
Current children cumulated CPU time (s) 1203.08
Current children cumulated vsize (KiB) 470012

[startup+1215.9 s]
/proc/loadavg: 3.00 3.64 3.64 3/182 10643
/proc/meminfo: memFree=22198072/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1215.88 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81460 0 0 0 121568 20 0 0 25 0 1 0 488353022 481292288 80139 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80139 471 184 0 112378 0
Current children cumulated CPU time (s) 1215.88
Current children cumulated vsize (KiB) 470012

[startup+1222.3 s]
/proc/loadavg: 2.85 3.59 3.63 3/182 10643
/proc/meminfo: memFree=22198204/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1222.28 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81460 0 0 0 122208 20 0 0 25 0 1 0 488353022 481292288 80139 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80139 471 184 0 112378 0
Current children cumulated CPU time (s) 1222.28
Current children cumulated vsize (KiB) 470012

[startup+1223.9 s]
/proc/loadavg: 2.85 3.59 3.63 3/182 10643
/proc/meminfo: memFree=22198204/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1223.88 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81460 0 0 0 122368 20 0 0 25 0 1 0 488353022 481292288 80139 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80139 471 184 0 112378 0
Current children cumulated CPU time (s) 1223.88
Current children cumulated vsize (KiB) 470012

[startup+1225.5 s]
/proc/loadavg: 2.85 3.59 3.63 2/180 10644
/proc/meminfo: memFree=23158484/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1225.48 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81460 0 0 0 122528 20 0 0 25 0 1 0 488353022 481292288 80139 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400063 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80139 471 184 0 112378 0
Current children cumulated CPU time (s) 1225.48
Current children cumulated vsize (KiB) 470012

[startup+1225.9 s]
/proc/loadavg: 2.85 3.59 3.63 2/180 10644
/proc/meminfo: memFree=23158484/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1225.88 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81460 0 0 0 122568 20 0 0 25 0 1 0 488353022 481292288 80139 33554432000 4194304 4947581 140734384319696 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80139 471 184 0 112378 0
Current children cumulated CPU time (s) 1225.88
Current children cumulated vsize (KiB) 470012

[startup+1226.1 s]
/proc/loadavg: 2.85 3.59 3.63 2/180 10644
/proc/meminfo: memFree=23158484/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1226.08 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81462 0 0 0 122588 20 0 0 25 0 1 0 488353022 481292288 80141 33554432000 4194304 4947581 140734384319696 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80141 471 184 0 112378 0
Current children cumulated CPU time (s) 1226.08
Current children cumulated vsize (KiB) 470012

[startup+1226.2 s]
/proc/loadavg: 2.85 3.59 3.63 2/180 10644
/proc/meminfo: memFree=23158484/32951124 swapFree=67111524/67111528
[pid=10573] ppid=10571 vsize=470012 CPUtime=1226.18 cores=0,2
/proc/10573/stat : 10573 (synit_sat) R 10571 10573 8720 0 -1 4202496 81462 0 0 0 122598 20 0 0 25 0 1 0 488353022 481292288 80141 33554432000 4194304 4947581 140734384319696 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/10573/statm: 117503 80141 471 184 0 112378 0
Current children cumulated CPU time (s) 1226.18
Current children cumulated vsize (KiB) 470012

Child status: 0
Real time (s): 1226.27
CPU time (s): 1226.26
CPU user time (s): 1226.04
CPU system time (s): 0.220966
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 470012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1226.04
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81467
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= 11
involuntary context switches= 2311

runsolver used 2.12068 second user time and 4.56731 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-25 23:39:12
IDJOB=3287392
IDBENCH=82466
IDSOLVER=1571
FILE ID=node135/3287392-1303767551
RUNJOBID= node135-1303767332-10201
PBS_JOBID= 13157148
Free space on /tmp= 71208 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287392-1303767551/watcher-3287392-1303767551 -o /tmp/evaluation-result-3287392-1303767551/solver-3287392-1303767551 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3287392-1303767551.cnf 2140494844

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=2140494844

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21135588 kB
Buffers:       1811784 kB
Cached:        7054128 kB
SwapCached:          4 kB
Active:        2689448 kB
Inactive:      8546032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21135588 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8244 kB
Writeback:           0 kB
AnonPages:     2368700 kB
Mapped:          17100 kB
Slab:           511488 kB
PageTables:      10248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2853956 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71252 MiB
End job on node135 at 2011-04-25 23:59:38