Trace number 3259197

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.07 1300.02

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v760c43649gyes5.cnf
MD5SUMe7d4dc25f0d8e558fb091b1e566deab7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.32395
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.01	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.03 total 0.03
0.00/0.07	c covering time  0.03 total 0.06
1300.04/1300.00	c interrupt  1299.98 total 1300.04
1300.04/1300.00	c INTERRUPTED ... 
1300.04/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-3259197-1303505890/watcher-3259197-1303505890 -o /tmp/evaluation-result-3259197-1303505890/solver-3259197-1303505890 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3259197-1303505890.cnf 767999583 

running on 2 cores: 4,6

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/189 26139
/proc/meminfo: memFree=13469400/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=30684 CPUtime=0 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 2239 0 0 0 0 0 0 0 21 0 1 0 540819725 31420416 2173 33554432000 4194304 4947581 140735152891872 18446744073709551615 4807984 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 7671 2176 376 184 0 2546 0

[startup+0.084623 s]
/proc/loadavg: 0.85 1.77 2.74 5/189 26139
/proc/meminfo: memFree=13469400/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=53440 CPUtime=0.07 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 7998 0 0 0 7 0 0 0 21 0 1 0 540819725 54722560 7906 33554432000 4194304 4947581 140735152891872 18446744073709551615 4378235 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 13360 7912 420 184 0 8235 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53440

[startup+0.100609 s]
/proc/loadavg: 0.85 1.77 2.74 5/189 26139
/proc/meminfo: memFree=13469400/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=68628 CPUtime=0.09 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 9572 0 0 0 9 0 0 0 21 0 1 0 540819725 70275072 9480 33554432000 4194304 4947581 140735152891872 18446744073709551615 4302283 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 17157 9480 427 184 0 12032 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68628

[startup+0.300574 s]
/proc/loadavg: 0.85 1.77 2.74 5/189 26139
/proc/meminfo: memFree=13469400/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=71024 CPUtime=0.29 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 10350 0 0 0 29 0 0 0 22 0 1 0 540819725 72728576 10258 33554432000 4194304 4947581 140735152891872 18446744073709551615 4350384 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 17756 10258 457 184 0 12631 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71024

[startup+0.700493 s]
/proc/loadavg: 0.85 1.77 2.74 5/189 26139
/proc/meminfo: memFree=13469400/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=88844 CPUtime=0.69 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 10978 0 0 0 69 0 0 0 23 0 1 0 540819725 90976256 10886 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 22211 10886 457 184 0 17086 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88844

[startup+1.50034 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13240736/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=107088 CPUtime=1.48 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 11891 0 0 0 148 0 0 0 25 0 1 0 540819725 109658112 11799 33554432000 4194304 4947581 140735152891872 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 26772 11799 462 184 0 21647 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107088

[startup+3.10104 s]
/proc/loadavg: 0.85 1.77 2.74 5/190 26140
/proc/meminfo: memFree=13217548/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=107216 CPUtime=3.09 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 13866 0 0 0 309 0 0 0 25 0 1 0 540819725 109789184 13774 33554432000 4194304 4947581 140735152891872 18446744073709551615 4401200 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 26804 13774 467 184 0 21679 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 107216

[startup+6.30043 s]
/proc/loadavg: 1.10 1.81 2.74 5/190 26141
/proc/meminfo: memFree=13176928/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=125976 CPUtime=6.29 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 16267 0 0 0 628 1 0 0 25 0 1 0 540819725 128999424 16175 33554432000 4194304 4947581 140735152891872 18446744073709551615 4400319 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 31494 16175 467 184 0 26369 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 125976

[startup+12.7002 s]
/proc/loadavg: 1.34 1.84 2.75 5/190 26141
/proc/meminfo: memFree=13140908/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=125976 CPUtime=12.69 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 17450 0 0 0 1268 1 0 0 25 0 1 0 540819725 128999424 17358 33554432000 4194304 4947581 140735152891872 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 31494 17358 467 184 0 26369 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125976

[startup+25.5008 s]
/proc/loadavg: 1.92 1.95 2.77 5/190 26141
/proc/meminfo: memFree=13096532/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=125976 CPUtime=25.49 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 18997 0 0 0 2548 1 0 0 25 0 1 0 540819725 128999424 18905 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399720 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 31494 18905 467 184 0 26369 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 125976

[startup+51.101 s]
/proc/loadavg: 2.63 2.11 2.80 5/190 26142
/proc/meminfo: memFree=13065756/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=125976 CPUtime=51.09 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 20413 0 0 0 5108 1 0 0 25 0 1 0 540819725 128999424 20321 33554432000 4194304 4947581 140735152891872 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 31494 20321 467 184 0 26369 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 125976

[startup+102.306 s]
/proc/loadavg: 3.40 2.40 2.86 5/190 26143
/proc/meminfo: memFree=12960944/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=147728 CPUtime=102.3 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 27481 0 0 0 10227 3 0 0 25 0 1 0 540819725 151273472 27389 33554432000 4194304 4947581 140735152891872 18446744073709551615 4343452 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 36932 27389 467 184 0 31807 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 147728

[startup+162.301 s]
/proc/loadavg: 3.78 2.69 2.93 5/190 26145
/proc/meminfo: memFree=12857736/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=184720 CPUtime=162.3 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 33011 0 0 0 16226 4 0 0 25 0 1 0 540819725 189153280 32919 33554432000 4194304 4947581 140735152891872 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 46180 32919 467 184 0 41055 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 184720

[startup+222.301 s]
/proc/loadavg: 3.92 2.93 2.99 5/190 26155
/proc/meminfo: memFree=12780468/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=197360 CPUtime=222.29 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 37526 0 0 0 22224 5 0 0 25 0 1 0 540819725 202096640 37433 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 49340 37433 467 184 0 44215 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 197360

[startup+282.3 s]
/proc/loadavg: 4.04 3.15 3.06 5/190 26157
/proc/meminfo: memFree=12713080/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=197360 CPUtime=282.3 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 39749 0 0 0 28224 6 0 0 25 0 1 0 540819725 202096640 36931 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 49340 36931 467 184 0 44215 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 197360

[startup+342.301 s]
/proc/loadavg: 4.05 3.31 3.12 5/190 26159
/proc/meminfo: memFree=12687492/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=197360 CPUtime=342.3 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 41906 0 0 0 34224 6 0 0 25 0 1 0 540819725 202096640 39088 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 49340 39088 467 184 0 44215 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 197360

[startup+402.301 s]
/proc/loadavg: 4.02 3.44 3.18 5/190 26160
/proc/meminfo: memFree=12655092/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=210940 CPUtime=402.31 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 45558 0 0 0 40224 7 0 0 25 0 1 0 540819725 216002560 42740 33554432000 4194304 4947581 140735152891872 18446744073709551615 4346093 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 52735 42740 467 184 0 47610 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 210940

[startup+462.3 s]
/proc/loadavg: 4.00 3.54 3.22 5/190 26162
/proc/meminfo: memFree=12588092/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=266956 CPUtime=462.3 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 49342 0 0 0 46223 7 0 0 25 0 1 0 540819725 273362944 46524 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399881 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 66739 46524 467 184 0 61614 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 266956

[startup+522.301 s]
/proc/loadavg: 4.00 3.62 3.27 5/190 26163
/proc/meminfo: memFree=12503844/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=323856 CPUtime=522.31 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 52608 0 0 0 52223 8 0 0 25 0 1 0 540819725 331628544 49790 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 80964 49790 468 184 0 75839 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 323856

[startup+582.301 s]
/proc/loadavg: 4.00 3.68 3.31 5/190 26165
/proc/meminfo: memFree=12451612/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=323856 CPUtime=582.31 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 53593 0 0 0 58223 8 0 0 25 0 1 0 540819725 331628544 50775 33554432000 4194304 4947581 140735152891872 18446744073709551615 4343411 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 80964 50775 468 184 0 75839 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 323856

[startup+642.3 s]
/proc/loadavg: 4.00 3.74 3.35 5/190 26167
/proc/meminfo: memFree=12414500/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=642.32 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 53977 0 0 0 64223 9 0 0 25 0 1 0 540819725 392237056 51159 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 51159 468 184 0 90636 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 383044

[startup+702.301 s]
/proc/loadavg: 4.00 3.78 3.39 5/190 26168
/proc/meminfo: memFree=12388672/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=702.32 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 56857 0 0 0 70223 9 0 0 25 0 1 0 540819725 392237056 54039 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399974 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 54039 468 184 0 90636 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 383044

[startup+762.307 s]
/proc/loadavg: 4.10 3.85 3.44 5/190 26170
/proc/meminfo: memFree=12386512/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=762.33 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 66245 0 0 0 76222 11 0 0 25 0 1 0 540819725 392237056 63427 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 63427 468 184 0 90636 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 383044

[startup+822.3 s]
/proc/loadavg: 4.03 3.88 3.47 5/190 26171
/proc/meminfo: memFree=12351740/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=822.32 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 66439 0 0 0 82221 11 0 0 25 0 1 0 540819725 392237056 63621 33554432000 4194304 4947581 140735152891872 18446744073709551615 4491879 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 63621 468 184 0 90636 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 383044

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 3.50 5/190 26173
/proc/meminfo: memFree=12328128/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=882.32 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 67549 0 0 0 88221 11 0 0 25 0 1 0 540819725 392237056 64731 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 64731 468 184 0 90636 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 383044

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.53 5/190 26175
/proc/meminfo: memFree=12321260/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=942.32 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 68403 0 0 0 94221 11 0 0 25 0 1 0 540819725 392237056 65585 33554432000 4194304 4947581 140735152891872 18446744073709551615 4352634 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 65585 468 184 0 90636 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 383044

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.55 5/190 26176
/proc/meminfo: memFree=12310180/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=1002.33 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 69810 0 0 0 100221 12 0 0 25 0 1 0 540819725 392237056 66992 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 66992 468 184 0 90636 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 383044

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.58 5/190 26178
/proc/meminfo: memFree=12307532/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=1062.33 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 70403 0 0 0 106221 12 0 0 25 0 1 0 540819725 392237056 67585 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 67585 468 184 0 90636 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 383044

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/190 26179
/proc/meminfo: memFree=12244480/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=1122.33 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 70748 0 0 0 112221 12 0 0 25 0 1 0 540819725 392237056 67930 33554432000 4194304 4947581 140735152891872 18446744073709551615 4343440 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 67930 468 184 0 90636 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 383044

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.62 5/190 26181
/proc/meminfo: memFree=12205260/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=1182.33 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 70752 0 0 0 118221 12 0 0 25 0 1 0 540819725 392237056 67911 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 67911 468 184 0 90636 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 383044

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 3.65 5/190 26183
/proc/meminfo: memFree=12181416/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=1242.33 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 71007 0 0 0 124221 12 0 0 25 0 1 0 540819725 392237056 68116 33554432000 4194304 4947581 140735152891872 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 68116 468 184 0 90636 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 383044



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.66 3/186 26187
/proc/meminfo: memFree=13297656/32950928 swapFree=67111528/67111528
[pid=26139] ppid=26137 vsize=383044 CPUtime=1300.04 cores=4,6
/proc/26139/stat : 26139 (synit_sat) R 26137 26139 25554 0 -1 4202496 71296 0 0 0 129992 12 0 0 25 0 1 0 540819725 392237056 68366 33554432000 4194304 4947581 140735152891872 18446744073709551615 4515864 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/26139/statm: 95761 68366 468 184 0 90636 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 383044

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.07
CPU user time (s): 1299.93
CPU system time (s): 0.140978
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 383044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71301
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= 1736

runsolver used 2.28965 second user time and 4.81327 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-22 22:58:10
IDJOB=3259197
IDBENCH=71526
IDSOLVER=1571
FILE ID=node114/3259197-1303505890
RUNJOBID= node114-1303505890-26098
PBS_JOBID= 13134223
Free space on /tmp= 71248 MiB

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

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

MD5SUM BENCH= e7d4dc25f0d8e558fb091b1e566deab7
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:      13469688 kB
Buffers:       1911908 kB
Cached:       16817396 kB
SwapCached:          0 kB
Active:        9512416 kB
Inactive:      9389632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13469688 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14068 kB
Writeback:           0 kB
AnonPages:      171728 kB
Mapped:          16432 kB
Slab:           516124 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   377952 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= 71256 MiB
End job on node114 at 2011-04-22 23:19:52