Trace number 3264213

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.03

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.8/
frb59-26-1.used-as.sat04-891.cnf
MD5SUM5877850d9f604b6973676132cbba5c90
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1534
Number of clauses132295
Sum of the clauses size266006
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2132236
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 559

Solver Data

0.00/0.00	c start  0 total 0
0.01/0.04	c Find Units :          0
0.01/0.04	c Find Invs  :          0
0.01/0.04	c Find Ands  :       1534 AvgFaninNum: 25
0.01/0.04	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.04	c Find Ite   :          0
0.01/0.04	c UnDirect variable: 0
0.01/0.04	c UnDirect to Direct Gate: 0
0.01/0.04	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.04	c Break Cycle : 1475
0.01/0.04	c Total Root : 0 Undef Var: 1475
0.01/0.05	c After covering, Total Root: 59 Leaf: 1475
0.01/0.05	c Variable( cover/uncovered/unused ): 1534 0 0
0.01/0.05	c Unit Clauses: 0
0.01/0.05	c Binary Clauses( cover/uncovered ): 1475 125299
0.01/0.05	c Clauses( cover/uncovered ): 59 0
0.01/0.05	c Total Clauses( cover/uncovered ): 1534 125299 1.20946%
0.01/0.05	c Covered Ands: 59 Invs: 0 Xors: 0 Ites: 0
0.01/0.09	c Uncover Clauses avg size: 2 max size: 2
0.01/0.09	c Final circuit: i/l/o/s    1475       0  125299    126715
0.01/0.09	c cover rate 1.20946
0.01/0.09	c rocky end  0.09 total 0.09
0.19/0.22	c covering time  0.12 total 0.21
1300.03/1300.00	c interrupt  1299.82 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-3264213-1303573360/watcher-3264213-1303573360 -o /tmp/evaluation-result-3264213-1303573360/solver-3264213-1303573360 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3264213-1303573360.cnf 1807819579 

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.68 3.98 4.83 4/184 9184
/proc/meminfo: memFree=14071852/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=26004 CPUtime=0 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 1028 0 0 0 0 0 0 0 25 0 1 0 547566729 26628096 965 33554432000 4194304 4947581 140733571246656 18446744073709551615 4302033 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/9184/statm: 6501 965 274 184 0 1376 0

[startup+0.0287689 s]
/proc/loadavg: 3.68 3.98 4.83 4/184 9184
/proc/meminfo: memFree=14071852/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=36828 CPUtime=0.01 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 3935 0 0 0 1 0 0 0 25 0 1 0 547566729 37711872 3869 33554432000 4194304 4947581 140733571246656 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 9207 3871 376 184 0 4082 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 36828

[startup+0.100752 s]
/proc/loadavg: 3.68 3.98 4.83 4/184 9184
/proc/meminfo: memFree=14071852/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=42456 CPUtime=0.09 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 5507 0 0 0 8 1 0 0 25 0 1 0 547566729 43474944 5441 33554432000 4194304 4947581 140733571246656 18446744073709551615 4826128 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 10614 5441 385 184 0 5489 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42456

[startup+0.300715 s]
/proc/loadavg: 3.68 3.98 4.83 4/184 9184
/proc/meminfo: memFree=14071852/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=118036 CPUtime=0.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 21880 0 0 0 26 3 0 0 25 0 1 0 547566729 120868864 21814 33554432000 4194304 4947581 140733571246656 18446744073709551615 4256186 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 29509 21814 427 184 0 24384 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 118036

[startup+0.700634 s]
/proc/loadavg: 3.68 3.98 4.83 4/184 9184
/proc/meminfo: memFree=14071852/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=123168 CPUtime=0.68 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 23519 0 0 0 65 3 0 0 25 0 1 0 547566729 126124032 23453 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 30792 23454 457 184 0 25667 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 123168

[startup+1.50048 s]
/proc/loadavg: 3.68 3.98 4.83 5/190 9195
/proc/meminfo: memFree=13943280/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=142308 CPUtime=1.49 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 24317 0 0 0 145 4 0 0 25 0 1 0 547566729 145723392 24251 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 35577 24251 457 184 0 30452 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 142308

[startup+3.10118 s]
/proc/loadavg: 3.68 3.98 4.83 5/190 9195
/proc/meminfo: memFree=13921000/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=152032 CPUtime=3.09 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 25542 0 0 0 305 4 0 0 25 0 1 0 547566729 155680768 25476 33554432000 4194304 4947581 140733571246656 18446744073709551615 4518104 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 38008 25476 466 184 0 32883 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 152032

[startup+6.30058 s]
/proc/loadavg: 3.70 3.98 4.82 5/190 9195
/proc/meminfo: memFree=13890196/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=152032 CPUtime=6.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 27373 0 0 0 625 4 0 0 25 0 1 0 547566729 155680768 27307 33554432000 4194304 4947581 140733571246656 18446744073709551615 4343389 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 38008 27307 467 184 0 32883 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152032

[startup+12.7004 s]
/proc/loadavg: 3.73 3.98 4.82 5/190 9195
/proc/meminfo: memFree=13846212/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=162036 CPUtime=12.68 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 30409 0 0 0 1264 4 0 0 25 0 1 0 547566729 165924864 30343 33554432000 4194304 4947581 140733571246656 18446744073709551615 4514963 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 40509 30343 467 184 0 35384 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 162036

[startup+25.5009 s]
/proc/loadavg: 3.79 3.98 4.80 5/190 9195
/proc/meminfo: memFree=13786708/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=202208 CPUtime=25.49 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 34904 0 0 0 2544 5 0 0 25 0 1 0 547566729 207060992 34838 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 50552 34838 467 184 0 45427 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202208

[startup+51.1011 s]
/proc/loadavg: 3.86 3.98 4.78 5/190 9196
/proc/meminfo: memFree=13746884/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=202208 CPUtime=51.08 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 37114 0 0 0 5103 5 0 0 25 0 1 0 547566729 207060992 37048 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 50552 37048 467 184 0 45427 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 202208

[startup+102.306 s]
/proc/loadavg: 4.02 4.00 4.74 5/190 9197
/proc/meminfo: memFree=13679912/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=202208 CPUtime=102.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 39533 0 0 0 10223 6 0 0 25 0 1 0 547566729 207060992 39467 33554432000 4194304 4947581 140733571246656 18446744073709551615 4350733 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 50552 39467 467 184 0 45427 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 202208

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 4.69 5/190 9199
/proc/meminfo: memFree=13609204/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=202336 CPUtime=162.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 44312 0 0 0 16221 8 0 0 25 0 1 0 547566729 207192064 44246 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 50584 44246 467 184 0 45459 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 202336

[startup+222.301 s]
/proc/loadavg: 4.04 4.01 4.65 5/190 9201
/proc/meminfo: memFree=13536744/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=252492 CPUtime=222.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 53886 0 0 0 22218 11 0 0 25 0 1 0 547566729 258551808 51167 33554432000 4194304 4947581 140733571246656 18446744073709551615 4357650 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 63123 51167 467 184 0 57998 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 252492

[startup+282.3 s]
/proc/loadavg: 4.01 4.01 4.61 5/190 9202
/proc/meminfo: memFree=13476448/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=304484 CPUtime=282.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 59252 0 0 0 28217 12 0 0 25 0 1 0 547566729 311791616 56533 33554432000 4194304 4947581 140733571246656 18446744073709551615 4354222 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 76121 56533 467 184 0 70996 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 304484

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 4.57 5/190 9204
/proc/meminfo: memFree=13453588/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=304484 CPUtime=342.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 59415 0 0 0 34217 12 0 0 25 0 1 0 547566729 311791616 56696 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 76121 56696 467 184 0 70996 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 304484

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 4.53 5/190 9205
/proc/meminfo: memFree=13431112/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=386228 CPUtime=402.29 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 63391 0 0 0 40216 13 0 0 25 0 1 0 547566729 395497472 60672 33554432000 4194304 4947581 140733571246656 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 96557 60672 467 184 0 91432 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 386228

[startup+462.3 s]
/proc/loadavg: 3.96 4.00 4.49 4/184 9224
/proc/meminfo: memFree=13512964/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=462.3 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 70609 0 0 0 46214 16 0 0 25 0 1 0 547566729 452202496 67890 33554432000 4194304 4947581 140733571246656 18446744073709551615 4350733 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 67890 467 184 0 105276 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 441604

[startup+522.301 s]
/proc/loadavg: 3.35 3.81 4.40 4/184 9226
/proc/meminfo: memFree=13467560/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=522.3 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 70669 0 0 0 52213 17 0 0 25 0 1 0 547566729 452202496 67950 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 67950 467 184 0 105276 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 441604

[startup+582.301 s]
/proc/loadavg: 3.13 3.66 4.31 4/184 9227
/proc/meminfo: memFree=13444716/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=582.3 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 70732 0 0 0 58213 17 0 0 25 0 1 0 547566729 452202496 68013 33554432000 4194304 4947581 140733571246656 18446744073709551615 4515645 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 68013 467 184 0 105276 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 441604

[startup+642.3 s]
/proc/loadavg: 3.05 3.54 4.22 4/184 9229
/proc/meminfo: memFree=13431776/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=642.31 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 70803 0 0 0 64214 17 0 0 25 0 1 0 547566729 452202496 68084 33554432000 4194304 4947581 140733571246656 18446744073709551615 4353805 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 68084 467 184 0 105276 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 441604

[startup+702.301 s]
/proc/loadavg: 3.02 3.44 4.14 4/184 9230
/proc/meminfo: memFree=13337368/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=702.31 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 75119 0 0 0 70212 19 0 0 25 0 1 0 547566729 452202496 72400 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 72400 467 184 0 105276 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 441604

[startup+762.307 s]
/proc/loadavg: 3.07 3.37 4.07 5/184 9232
/proc/meminfo: memFree=13307196/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=762.31 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 79909 0 0 0 76211 20 0 0 25 0 1 0 547566729 452202496 77190 33554432000 4194304 4947581 140733571246656 18446744073709551615 4517564 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 77190 467 184 0 105276 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 441604

[startup+822.3 s]
/proc/loadavg: 3.02 3.30 4.00 4/184 9234
/proc/meminfo: memFree=13302572/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=822.31 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 80673 0 0 0 82210 21 0 0 25 0 1 0 547566729 452202496 77954 33554432000 4194304 4947581 140733571246656 18446744073709551615 4345948 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 77954 467 184 0 105276 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 441604

[startup+882.301 s]
/proc/loadavg: 3.04 3.26 3.94 4/184 9235
/proc/meminfo: memFree=13284552/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=882.31 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 80674 0 0 0 88210 21 0 0 25 0 1 0 547566729 452202496 77955 33554432000 4194304 4947581 140733571246656 18446744073709551615 4354081 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 77955 467 184 0 105276 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 441604

[startup+942.301 s]
/proc/loadavg: 3.01 3.21 3.88 4/184 9237
/proc/meminfo: memFree=13266784/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=942.31 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 80674 0 0 0 94210 21 0 0 25 0 1 0 547566729 452202496 77955 33554432000 4194304 4947581 140733571246656 18446744073709551615 4350696 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 77955 467 184 0 105276 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 441604

[startup+1002.3 s]
/proc/loadavg: 3.00 3.17 3.82 4/184 9238
/proc/meminfo: memFree=13264512/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=1002.31 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 81071 0 0 0 100210 21 0 0 25 0 1 0 547566729 452202496 78346 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 78346 467 184 0 105276 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 441604

[startup+1062.3 s]
/proc/loadavg: 3.00 3.13 3.77 4/184 9240
/proc/meminfo: memFree=13264100/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=1062.32 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 81079 0 0 0 106210 22 0 0 25 0 1 0 547566729 452202496 78316 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 78316 467 184 0 105276 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 441604

[startup+1122.3 s]
/proc/loadavg: 3.00 3.11 3.72 4/184 9251
/proc/meminfo: memFree=13263036/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=1122.32 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 81156 0 0 0 112209 23 0 0 25 0 1 0 547566729 452202496 78308 33554432000 4194304 4947581 140733571246656 18446744073709551615 4352693 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 78308 467 184 0 105276 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 441604

[startup+1182.3 s]
/proc/loadavg: 3.06 3.10 3.68 4/184 9252
/proc/meminfo: memFree=13261376/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=441604 CPUtime=1182.32 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 81459 0 0 0 118209 23 0 0 25 0 1 0 547566729 452202496 78361 33554432000 4194304 4947581 140733571246656 18446744073709551615 4401204 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 110401 78361 467 184 0 105276 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 441604

[startup+1242.3 s]
/proc/loadavg: 3.02 3.08 3.63 4/184 9254
/proc/meminfo: memFree=13234180/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=508388 CPUtime=1242.32 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 86433 0 0 0 124208 24 0 0 25 0 1 0 547566729 520589312 83335 33554432000 4194304 4947581 140733571246656 18446744073709551615 4399881 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 127097 83335 467 184 0 121972 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 508388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.08 3.59 2/180 9257
/proc/meminfo: memFree=13866328/32950928 swapFree=67111524/67111528
[pid=9184] ppid=9182 vsize=508388 CPUtime=1300.03 cores=0,2
/proc/9184/stat : 9184 (synit_sat) R 9182 9184 8984 0 -1 4202496 86747 0 0 0 129979 24 0 0 25 0 1 0 547566729 520589312 83649 33554432000 4194304 4947581 140733571246656 18446744073709551615 256415088276 0 0 4096 24578 0 0 0 17 0 0 0 0
/proc/9184/statm: 127097 83649 467 184 0 121972 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 508388

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.03
CPU time (s): 1300.06
CPU user time (s): 1299.79
CPU system time (s): 0.265959
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 508388

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

runsolver used 2.20466 second user time and 4.89926 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-23 17:42:41
IDJOB=3264213
IDBENCH=84568
IDSOLVER=1571
FILE ID=node115/3264213-1303573360
RUNJOBID= node115-1303572058-9002
PBS_JOBID= 13150317
Free space on /tmp= 72432 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT04/handmade/kexu/frb-0.8/frb59-26-1.used-as.sat04-891.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264213-1303573360/watcher-3264213-1303573360 -o /tmp/evaluation-result-3264213-1303573360/solver-3264213-1303573360 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3264213-1303573360.cnf 1807819579

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

MD5SUM BENCH= 5877850d9f604b6973676132cbba5c90
RANDOM SEED=1807819579

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14072132 kB
Buffers:       2279320 kB
Cached:       15850452 kB
SwapCached:          4 kB
Active:        7432412 kB
Inactive:     10894372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14072132 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           10904 kB
Writeback:           0 kB
AnonPages:      197240 kB
Mapped:          16248 kB
Slab:           487500 kB
PageTables:       5148 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   386328 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= 72436 MiB
End job on node115 at 2011-04-23 18:04:23