Trace number 3259153

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-03? (TO) 1300.06 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v760c43649g2.cnf
MD5SUM791cdb75c1a209efd7f7547f06e0fed9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1235.8
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.01	c Find Units :          0
0.00/0.01	c Find Invs  :          0
0.00/0.01	c Find Ands  :        760 AvgFaninNum: 18
0.00/0.01	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.01	c Find Ite   :          0
0.00/0.01	c UnDirect variable: 0
0.00/0.01	c UnDirect to Direct Gate: 0
0.00/0.01	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.01	c Break Cycle : 720
0.00/0.01	c Total Root : 0 Undef Var: 720
0.00/0.01	c After covering, Total Root: 40 Leaf: 720
0.00/0.01	c Variable( cover/uncovered/unused ): 760 0 0
0.00/0.01	c Unit Clauses: 0
0.00/0.01	c Binary Clauses( cover/uncovered ): 720 42889
0.00/0.01	c Clauses( cover/uncovered ): 40 0
0.00/0.01	c Total Clauses( cover/uncovered ): 760 42889 1.74116%
0.00/0.01	c Covered Ands: 40 Invs: 0 Xors: 0 Ites: 0
0.00/0.03	c Uncover Clauses avg size: 2 max size: 2
0.00/0.03	c Final circuit: i/l/o/s     720       0   42889     43569
0.00/0.03	c cover rate 1.74116
0.00/0.03	c rocky end  0.02 total 0.02
0.00/0.07	c covering time  0.04 total 0.06
1300.03/1300.00	c interrupt  1299.97 total 1300.03
1300.03/1300.00	c INTERRUPTED ... 
1300.03/1300.00	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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: 0.85 1.77 2.74 5/184 26129
/proc/meminfo: memFree=13534624/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=30688 CPUtime=0 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 2195 0 0 0 0 0 0 0 22 0 1 0 540819715 31424512 2129 33554432000 4194304 4947581 140735461115136 18446744073709551615 231895490304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 7672 2140 365 184 0 2547 0

[startup+0.089092 s]
/proc/loadavg: 0.85 1.77 2.74 5/184 26129
/proc/meminfo: memFree=13534624/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=60432 CPUtime=0.08 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 9319 0 0 0 7 1 0 0 22 0 1 0 540819715 61882368 9227 33554432000 4194304 4947581 140735461115136 18446744073709551615 4378235 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 15108 9232 420 184 0 9983 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 60432

[startup+0.101145 s]
/proc/loadavg: 0.85 1.77 2.74 5/184 26129
/proc/meminfo: memFree=13534624/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=68636 CPUtime=0.09 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 9572 0 0 0 8 1 0 0 22 0 1 0 540819715 70283264 9480 33554432000 4194304 4947581 140735461115136 18446744073709551615 4435592 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 17159 9480 427 184 0 12034 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68636

[startup+0.301122 s]
/proc/loadavg: 0.85 1.77 2.74 5/184 26129
/proc/meminfo: memFree=13534624/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=71032 CPUtime=0.29 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 10358 0 0 0 28 1 0 0 23 0 1 0 540819715 72736768 10266 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 17758 10267 457 184 0 12633 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71032

[startup+0.701033 s]
/proc/loadavg: 0.85 1.77 2.74 5/184 26129
/proc/meminfo: memFree=13534624/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=88836 CPUtime=0.69 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 10951 0 0 0 68 1 0 0 25 0 1 0 540819715 90968064 10859 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399905 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 22209 10859 457 184 0 17084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88836

[startup+1.50089 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13244580/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=107068 CPUtime=1.49 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 11810 0 0 0 148 1 0 0 25 0 1 0 540819715 109637632 11718 33554432000 4194304 4947581 140735461115136 18446744073709551615 4400822 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 26767 11718 462 184 0 21642 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107068

[startup+3.10059 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13217796/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=107196 CPUtime=3.09 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 13746 0 0 0 307 2 0 0 25 0 1 0 540819715 109768704 13654 33554432000 4194304 4947581 140735461115136 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 26799 13654 467 184 0 21674 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107196

[startup+6.30098 s]
/proc/loadavg: 1.10 1.81 2.74 5/190 26141
/proc/meminfo: memFree=13177548/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=117044 CPUtime=6.29 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 15823 0 0 0 627 2 0 0 25 0 1 0 540819715 119853056 15731 33554432000 4194304 4947581 140735461115136 18446744073709551615 4350384 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 29261 15731 467 184 0 24136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 117044

[startup+12.7008 s]
/proc/loadavg: 1.34 1.84 2.75 5/190 26141
/proc/meminfo: memFree=13144504/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=126672 CPUtime=12.69 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 17642 0 0 0 1267 2 0 0 25 0 1 0 540819715 129712128 17550 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399796 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 31668 17550 467 184 0 26543 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 126672

[startup+25.5003 s]
/proc/loadavg: 1.92 1.95 2.77 5/190 26141
/proc/meminfo: memFree=13096532/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=136388 CPUtime=25.49 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 18746 0 0 0 2547 2 0 0 25 0 1 0 540819715 139661312 18654 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 34097 18654 467 184 0 28972 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 136388

[startup+51.1005 s]
/proc/loadavg: 2.63 2.11 2.80 5/190 26142
/proc/meminfo: memFree=13065756/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=136388 CPUtime=51.09 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 20773 0 0 0 5107 2 0 0 25 0 1 0 540819715 139661312 20681 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 34097 20681 467 184 0 28972 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 136388

[startup+102.307 s]
/proc/loadavg: 3.40 2.40 2.86 5/190 26143
/proc/meminfo: memFree=12961068/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=159364 CPUtime=102.29 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 27089 0 0 0 10226 3 0 0 25 0 1 0 540819715 163188736 26995 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399996 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 39841 26995 470 184 0 34716 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 159364

[startup+162.301 s]
/proc/loadavg: 3.78 2.69 2.93 5/190 26145
/proc/meminfo: memFree=12857984/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=171312 CPUtime=162.29 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 31347 0 0 0 16225 4 0 0 25 0 1 0 540819715 175423488 31250 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 42828 31250 467 184 0 37703 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 171312

[startup+222.3 s]
/proc/loadavg: 3.92 2.93 2.99 5/190 26155
/proc/meminfo: memFree=12780716/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=171312 CPUtime=222.29 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 34985 0 0 0 22224 5 0 0 25 0 1 0 540819715 175423488 34870 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399872 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 42828 34870 467 184 0 37703 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 171312

[startup+282.301 s]
/proc/loadavg: 4.04 3.15 3.06 5/190 26157
/proc/meminfo: memFree=12713080/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=197160 CPUtime=282.29 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 39934 0 0 0 28223 6 0 0 25 0 1 0 540819715 201891840 37157 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 49290 37157 467 184 0 44165 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 197160

[startup+342.301 s]
/proc/loadavg: 4.05 3.31 3.12 5/190 26159
/proc/meminfo: memFree=12687616/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=251180 CPUtime=342.3 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 42391 0 0 0 34223 7 0 0 25 0 1 0 540819715 257208320 39614 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 62795 39614 467 184 0 57670 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 251180

[startup+402.3 s]
/proc/loadavg: 4.02 3.44 3.18 5/190 26160
/proc/meminfo: memFree=12655092/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=251180 CPUtime=402.29 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 45748 0 0 0 40222 7 0 0 25 0 1 0 540819715 257208320 42971 33554432000 4194304 4947581 140735461115136 18446744073709551615 4516112 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 62795 42971 467 184 0 57670 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 251180

[startup+462.301 s]
/proc/loadavg: 4.00 3.54 3.22 5/190 26162
/proc/meminfo: memFree=12588092/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=251180 CPUtime=462.3 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 52962 0 0 0 46221 9 0 0 25 0 1 0 540819715 257208320 50185 33554432000 4194304 4947581 140735461115136 18446744073709551615 4517676 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 62795 50185 467 184 0 57670 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 251180

[startup+522.301 s]
/proc/loadavg: 4.00 3.62 3.27 5/190 26163
/proc/meminfo: memFree=12503968/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=307260 CPUtime=522.3 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 66115 0 0 0 52219 11 0 0 25 0 1 0 540819715 314634240 63338 33554432000 4194304 4947581 140735461115136 18446744073709551615 4400012 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 76815 63338 467 184 0 71690 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 307260

[startup+582.3 s]
/proc/loadavg: 4.00 3.68 3.31 5/190 26165
/proc/meminfo: memFree=12451736/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=307260 CPUtime=582.3 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 67825 0 0 0 58218 12 0 0 25 0 1 0 540819715 314634240 65048 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 76815 65048 467 184 0 71690 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 307260

[startup+642.301 s]
/proc/loadavg: 4.00 3.74 3.35 5/190 26167
/proc/meminfo: memFree=12414500/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=307260 CPUtime=642.31 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 67845 0 0 0 64219 12 0 0 25 0 1 0 540819715 314634240 65068 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 76815 65068 467 184 0 71690 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 307260

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.39 5/190 26168
/proc/meminfo: memFree=12388796/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=307260 CPUtime=702.31 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 67845 0 0 0 70219 12 0 0 25 0 1 0 540819715 314634240 65068 33554432000 4194304 4947581 140735461115136 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 76815 65068 467 184 0 71690 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 307260

[startup+762.307 s]
/proc/loadavg: 4.10 3.85 3.44 5/190 26170
/proc/meminfo: memFree=12386512/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=307260 CPUtime=762.32 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 68085 0 0 0 76220 12 0 0 25 0 1 0 540819715 314634240 65308 33554432000 4194304 4947581 140735461115136 18446744073709551615 4357755 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 76815 65308 467 184 0 71690 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 307260

[startup+822.301 s]
/proc/loadavg: 4.03 3.88 3.47 5/190 26171
/proc/meminfo: memFree=12351740/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=822.31 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 77308 0 0 0 82217 14 0 0 25 0 1 0 540819715 377212928 74531 33554432000 4194304 4947581 140735461115136 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 74531 467 184 0 86968 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 368372

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.50 5/190 26173
/proc/meminfo: memFree=12328128/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=882.31 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 79620 0 0 0 88216 15 0 0 25 0 1 0 540819715 377212928 76843 33554432000 4194304 4947581 140735461115136 18446744073709551615 4516112 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 76843 467 184 0 86968 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 368372

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.53 5/190 26175
/proc/meminfo: memFree=12321260/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=942.32 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 80173 0 0 0 94216 16 0 0 25 0 1 0 540819715 377212928 77396 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 77396 467 184 0 86968 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 368372

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.55 5/190 26176
/proc/meminfo: memFree=12310180/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=1002.31 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 80936 0 0 0 100215 16 0 0 25 0 1 0 540819715 377212928 78159 33554432000 4194304 4947581 140735461115136 18446744073709551615 4400319 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 78159 467 184 0 86968 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 368372

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.58 5/190 26178
/proc/meminfo: memFree=12307532/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=1062.31 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 80936 0 0 0 106215 16 0 0 25 0 1 0 540819715 377212928 78159 33554432000 4194304 4947581 140735461115136 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 78159 467 184 0 86968 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 368372

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/190 26179
/proc/meminfo: memFree=12244480/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=1122.32 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 82891 0 0 0 112215 17 0 0 25 0 1 0 540819715 377212928 80114 33554432000 4194304 4947581 140735461115136 18446744073709551615 4514956 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 80114 467 184 0 86968 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 368372

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.62 5/190 26181
/proc/meminfo: memFree=12205260/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=1182.32 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 82891 0 0 0 118215 17 0 0 25 0 1 0 540819715 377212928 80114 33554432000 4194304 4947581 140735461115136 18446744073709551615 4400019 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 80114 467 184 0 86968 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 368372

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 26183
/proc/meminfo: memFree=12181416/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=368372 CPUtime=1242.32 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 83097 0 0 0 124215 17 0 0 25 0 1 0 540819715 377212928 80317 33554432000 4194304 4947581 140735461115136 18446744073709551615 4350377 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 92093 80317 467 184 0 86968 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 368372



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.66 4/190 26186
/proc/meminfo: memFree=12520020/32950928 swapFree=67111528/67111528
[pid=26129] ppid=26127 vsize=436780 CPUtime=1300.03 cores=1,3
/proc/26129/stat : 26129 (synit_sat) R 26127 26129 25554 0 -1 4202496 83373 0 0 0 129986 17 0 0 25 0 1 0 540819715 447262720 80554 33554432000 4194304 4947581 140735461115136 18446744073709551615 4350744 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/26129/statm: 109195 80554 467 184 0 104070 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 436780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.86
CPU system time (s): 0.19597
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 436780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.19597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83378
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= 6
involuntary context switches= 3194

runsolver used 2.09068 second user time and 5.01424 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-22 22:58:10
IDJOB=3259153
IDBENCH=71514
IDSOLVER=1571
FILE ID=node114/3259153-1303505890
RUNJOBID= node114-1303505890-26099
PBS_JOBID= 13134223
Free space on /tmp= 71252 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v760c43649g2.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3259153-1303505890/watcher-3259153-1303505890 -o /tmp/evaluation-result-3259153-1303505890/solver-3259153-1303505890 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3259153-1303505890.cnf 767999583

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

MD5SUM BENCH= 791cdb75c1a209efd7f7547f06e0fed9
RANDOM SEED=767999583

node114.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.848
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.69
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.848
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	: 5226.15
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.848
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.74
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.848
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.73
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.848
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.848
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.848
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.848
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:     32950928 kB
MemFree:      13538484 kB
Buffers:       1911880 kB
Cached:       16814320 kB
SwapCached:          0 kB
Active:        9443936 kB
Inactive:      9389544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13538484 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11352 kB
Writeback:           0 kB
AnonPages:      106544 kB
Mapped:          15656 kB
Slab:           516124 kB
PageTables:       4736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   276856 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= 71248 MiB
End job on node114 at 2011-04-22 23:19:52