Trace number 3263861

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

General information on the benchmark

NameSAT03/handmade/stanion/hwb/
hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
MD5SUM17624c574c7f9ee0eff4cc4a13e42e12
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark671.855
Satisfiable
(Un)Satisfiability was proved
Number of variables184
Number of clauses896
Sum of the clauses size3042
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214
Number of clauses of size 3514
Number of clauses of size 4368
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.00	c Find Units :          0
0.00/0.00	c Find Invs  :          1
0.00/0.00	c Find Ands  :          6 AvgFaninNum: 2
0.00/0.00	c Find Xors  :         50 AvgFaninNum: 2.92
0.00/0.00	c Find Ite   :         54
0.00/0.00	c UnDirect variable: 122
0.00/0.00	c UnDirect to Direct Gate: 10
0.00/0.00	c Forced Direct Gate: 10 Unuse unDirect Gate: 50
0.00/0.00	c Break Cycle : 0
0.00/0.00	c Total Root : 12 Undef Var: 114
0.00/0.00	c After covering, Total Root: 12 Leaf: 56
0.00/0.00	c Variable( cover/uncovered/unused ): 126 58 0
0.00/0.00	c Unit Clauses: 0
0.00/0.00	c Binary Clauses( cover/uncovered ): 12 2
0.00/0.00	c Clauses( cover/uncovered ): 298 584
0.00/0.00	c Total Clauses( cover/uncovered ): 310 586 34.5982%
0.00/0.00	c Covered Ands: 6 Invs: 0 Xors: 10 Ites: 54
0.00/0.00	c Uncover Clauses avg size: 3.50171 max size: 4
0.00/0.00	c Final circuit: i/l/o/s     114       0     586      1353
0.00/0.00	c cover rate 34.5982
0.00/0.00	c rocky end  0 total 0
0.00/0.01	c covering time  0 total 0
1300.03/1300.00	c interrupt  1300.03 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-3263861-1303573339/watcher-3263861-1303573339 -o /tmp/evaluation-result-3263861-1303573339/solver-3263861-1303573339 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3263861-1303573339.cnf 1518793888 

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: 3.78 3.96 3.93 3/176 11325
/proc/meminfo: memFree=14494536/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=29716 CPUtime=0 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 2039 0 0 0 0 0 0 0 18 0 1 0 468934894 30429184 1973 33554432000 4194304 4947581 140735232030096 18446744073709551615 270624939712 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/11324/statm: 7429 1974 324 184 0 2304 0

[startup+0.0649001 s]
/proc/loadavg: 3.78 3.96 3.93 3/176 11325
/proc/meminfo: memFree=14494536/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=39932 CPUtime=0.06 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 2643 0 0 0 6 0 0 0 18 0 1 0 468934894 40890368 2577 33554432000 4194304 4947581 140735232030096 18446744073709551615 4360113 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 9983 2577 466 184 0 4858 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 39932

[startup+0.100892 s]
/proc/loadavg: 3.78 3.96 3.93 3/176 11325
/proc/meminfo: memFree=14494536/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=39932 CPUtime=0.09 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 2698 0 0 0 9 0 0 0 18 0 1 0 468934894 40890368 2632 33554432000 4194304 4947581 140735232030096 18446744073709551615 4352488 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 9983 2632 466 184 0 4858 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39932

[startup+0.300867 s]
/proc/loadavg: 3.78 3.96 3.93 3/176 11325
/proc/meminfo: memFree=14494536/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=48352 CPUtime=0.29 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 2915 0 0 0 29 0 0 0 18 0 1 0 468934894 49512448 2849 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 12088 2849 466 184 0 6963 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48352

[startup+0.700783 s]
/proc/loadavg: 3.78 3.96 3.93 3/176 11325
/proc/meminfo: memFree=14494536/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=65596 CPUtime=0.69 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 3328 0 0 0 69 0 0 0 18 0 1 0 468934894 67170304 3262 33554432000 4194304 4947581 140735232030096 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 16399 3262 466 184 0 11274 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65596

[startup+1.50065 s]
/proc/loadavg: 3.80 3.96 3.93 4/185 11366
/proc/meminfo: memFree=14449568/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=74360 CPUtime=1.49 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 5158 0 0 0 149 0 0 0 20 0 1 0 468934894 76144640 5092 33554432000 4194304 4947581 140735232030096 18446744073709551615 4352052 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 18590 5092 471 184 0 13465 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74360

[startup+3.10036 s]
/proc/loadavg: 3.80 3.96 3.93 6/190 11403
/proc/meminfo: memFree=14364184/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=83296 CPUtime=3.09 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 6012 0 0 0 309 0 0 0 25 0 1 0 468934894 85295104 5946 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399891 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 20824 5946 471 184 0 15699 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 83296

[startup+6.30079 s]
/proc/loadavg: 3.81 3.97 3.93 6/190 11403
/proc/meminfo: memFree=14329428/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=83296 CPUtime=6.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 7156 0 0 0 629 1 0 0 25 0 1 0 468934894 85295104 7090 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 20824 7090 471 184 0 15699 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 83296

[startup+12.7007 s]
/proc/loadavg: 3.83 3.97 3.93 6/190 11403
/proc/meminfo: memFree=14291292/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=83296 CPUtime=12.69 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 8491 0 0 0 1268 1 0 0 25 0 1 0 468934894 85295104 8425 33554432000 4194304 4947581 140735232030096 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 20824 8425 471 184 0 15699 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 83296

[startup+25.5004 s]
/proc/loadavg: 3.85 3.97 3.93 6/190 11404
/proc/meminfo: memFree=14265768/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=83296 CPUtime=25.49 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 10143 0 0 0 2548 1 0 0 25 0 1 0 468934894 85295104 10077 33554432000 4194304 4947581 140735232030096 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 20824 10077 471 184 0 15699 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 83296

[startup+51.1009 s]
/proc/loadavg: 3.91 3.97 3.93 6/190 11405
/proc/meminfo: memFree=14233112/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=93708 CPUtime=51.09 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 13413 0 0 0 5107 2 0 0 25 0 1 0 468934894 95956992 13347 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399475 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 23427 13347 471 184 0 18302 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 93708

[startup+102.307 s]
/proc/loadavg: 3.96 3.97 3.93 6/190 11406
/proc/meminfo: memFree=14150256/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=104564 CPUtime=102.29 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 18376 0 0 0 10227 2 0 0 25 0 1 0 468934894 107073536 18310 33554432000 4194304 4947581 140735232030096 18446744073709551615 4491864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 26141 18310 471 184 0 21016 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 104564

[startup+162.3 s]
/proc/loadavg: 3.98 3.97 3.93 6/190 11407
/proc/meminfo: memFree=14097164/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=139536 CPUtime=162.29 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 23253 0 0 0 16226 3 0 0 25 0 1 0 468934894 142884864 23187 33554432000 4194304 4947581 140735232030096 18446744073709551615 4491864 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 34884 23187 471 184 0 29759 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 139536

[startup+222.301 s]
/proc/loadavg: 4.05 3.99 3.94 6/190 11409
/proc/meminfo: memFree=14053244/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=139536 CPUtime=222.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 23636 0 0 0 22226 4 0 0 25 0 1 0 468934894 142884864 23570 33554432000 4194304 4947581 140735232030096 18446744073709551615 4400319 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 34884 23570 471 184 0 29759 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139536

[startup+282.301 s]
/proc/loadavg: 4.02 3.99 3.94 6/190 11411
/proc/meminfo: memFree=14012684/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=151912 CPUtime=282.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 27230 0 0 0 28225 5 0 0 25 0 1 0 468934894 155557888 27164 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 37978 27164 471 184 0 32853 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 151912

[startup+342.3 s]
/proc/loadavg: 4.04 4.00 3.94 6/190 11493
/proc/meminfo: memFree=14032816/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=177460 CPUtime=342.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 33227 0 0 0 34224 6 0 0 25 0 1 0 468934894 181719040 31525 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399777 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 44365 31525 471 184 0 39240 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 177460

[startup+402.301 s]
/proc/loadavg: 4.01 4.00 3.94 6/190 11495
/proc/meminfo: memFree=13986540/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=190524 CPUtime=402.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 39247 0 0 0 40224 6 0 0 25 0 1 0 468934894 195096576 37545 33554432000 4194304 4947581 140735232030096 18446744073709551615 4491952 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 47631 37545 530 184 0 42506 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 190524

[startup+462.3 s]
/proc/loadavg: 4.00 4.00 3.94 6/190 11496
/proc/meminfo: memFree=13957012/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=190524 CPUtime=462.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 40140 0 0 0 46223 7 0 0 25 0 1 0 468934894 195096576 38438 33554432000 4194304 4947581 140735232030096 18446744073709551615 4343389 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 47631 38438 530 184 0 42506 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 190524

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.94 6/190 11498
/proc/meminfo: memFree=13950300/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=190524 CPUtime=522.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 40356 0 0 0 52223 7 0 0 25 0 1 0 468934894 195096576 38654 33554432000 4194304 4947581 140735232030096 18446744073709551615 4343467 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 47631 38654 530 184 0 42506 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 190524

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.94 6/190 11500
/proc/meminfo: memFree=13933048/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=190524 CPUtime=582.3 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 40695 0 0 0 58223 7 0 0 25 0 1 0 468934894 195096576 38993 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 47631 38993 530 184 0 42506 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 190524

[startup+642.3 s]
/proc/loadavg: 4.00 4.00 3.94 6/190 11501
/proc/meminfo: memFree=13907000/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=190524 CPUtime=642.31 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 41271 0 0 0 64224 7 0 0 25 0 1 0 468934894 195096576 39559 33554432000 4194304 4947581 140735232030096 18446744073709551615 4491840 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 47631 39559 547 184 0 42506 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 190524

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.94 6/190 11503
/proc/meminfo: memFree=13849072/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=245752 CPUtime=702.31 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 44557 0 0 0 70223 8 0 0 25 0 1 0 468934894 251650048 42845 33554432000 4194304 4947581 140735232030096 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 61438 42845 547 184 0 56313 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 245752

[startup+762.307 s]
/proc/loadavg: 4.08 4.02 3.95 6/190 11504
/proc/meminfo: memFree=13826604/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=245752 CPUtime=762.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 45422 0 0 0 76224 8 0 0 25 0 1 0 468934894 251650048 43710 33554432000 4194304 4947581 140735232030096 18446744073709551615 4491876 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 61438 43710 547 184 0 56313 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 245752

[startup+822.3 s]
/proc/loadavg: 4.03 4.01 3.95 6/190 11506
/proc/meminfo: memFree=13811708/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=822.31 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 48556 0 0 0 82223 8 0 0 25 0 1 0 468934894 309481472 46785 33554432000 4194304 4947581 140735232030096 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 46785 488 184 0 70432 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 302228

[startup+882.301 s]
/proc/loadavg: 4.10 4.04 3.96 6/190 11508
/proc/meminfo: memFree=13791476/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=882.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 48700 0 0 0 88223 9 0 0 25 0 1 0 468934894 309481472 46929 33554432000 4194304 4947581 140735232030096 18446744073709551615 4516112 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 46929 488 184 0 70432 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 302228

[startup+942.3 s]
/proc/loadavg: 4.04 4.03 3.96 6/190 11509
/proc/meminfo: memFree=13779548/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=942.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 48753 0 0 0 94223 9 0 0 25 0 1 0 468934894 309481472 46982 33554432000 4194304 4947581 140735232030096 18446744073709551615 4343552 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 46982 488 184 0 70432 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 302228

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.96 6/190 11511
/proc/meminfo: memFree=13768368/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=1002.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 49001 0 0 0 100223 9 0 0 25 0 1 0 468934894 309481472 47230 33554432000 4194304 4947581 140735232030096 18446744073709551615 4400315 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 47230 488 184 0 70432 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 302228

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.96 6/190 11512
/proc/meminfo: memFree=13746276/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=1062.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 49354 0 0 0 106223 9 0 0 25 0 1 0 468934894 309481472 47583 33554432000 4194304 4947581 140735232030096 18446744073709551615 4491850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 47583 488 184 0 70432 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 302228

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.96 6/191 11515
/proc/meminfo: memFree=13739560/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=1122.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 49354 0 0 0 112223 9 0 0 25 0 1 0 468934894 309481472 47583 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 47583 488 184 0 70432 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 302228

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.96 6/190 11525
/proc/meminfo: memFree=13735652/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=1182.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 49363 0 0 0 118223 9 0 0 25 0 1 0 468934894 309481472 47592 33554432000 4194304 4947581 140735232030096 18446744073709551615 4399783 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 47592 488 184 0 70432 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 302228

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.96 6/190 11526
/proc/meminfo: memFree=13712816/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=1242.32 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 49528 0 0 0 124223 9 0 0 25 0 1 0 468934894 309481472 47757 33554432000 4194304 4947581 140735232030096 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 47757 488 184 0 70432 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 302228



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.96 5/190 11531
/proc/meminfo: memFree=13690196/32951124 swapFree=67111528/67111528
[pid=11324] ppid=11322 vsize=302228 CPUtime=1300.03 cores=1,3
/proc/11324/stat : 11324 (synit_sat) R 11322 11324 10828 0 -1 4202496 54139 0 0 0 129993 10 0 0 25 0 1 0 468934894 309481472 52368 33554432000 4194304 4947581 140735232030096 18446744073709551615 4398888 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/11324/statm: 75557 52368 488 184 0 70432 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 302228

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.05
CPU user time (s): 1299.93
CPU system time (s): 0.116982
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 302228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.93
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54144
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= 23
involuntary context switches= 14916

runsolver used 1.9847 second user time and 4.49132 second system time

The end

Launcher Data

Begin job on node108 at 2011-04-23 17:42:19
IDJOB=3263861
IDBENCH=84030
IDSOLVER=1571
FILE ID=node108/3263861-1303573339
RUNJOBID= node108-1303573339-11308
PBS_JOBID= 13150313
Free space on /tmp= 71404 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT03/handmade/stanion/hwb/hwb-n28-01-S136611085.shuffled-as.sat03-1627.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3263861-1303573339/watcher-3263861-1303573339 -o /tmp/evaluation-result-3263861-1303573339/solver-3263861-1303573339 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3263861-1303573339.cnf 1518793888

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

MD5SUM BENCH= 17624c574c7f9ee0eff4cc4a13e42e12
RANDOM SEED=1518793888

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14494700 kB
Buffers:       2252068 kB
Cached:       15569640 kB
SwapCached:          0 kB
Active:        9898280 kB
Inactive:      7987280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14494700 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4668 kB
Writeback:           0 kB
AnonPages:       63048 kB
Mapped:          14492 kB
Slab:           506028 kB
PageTables:       5436 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190148 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= 71392 MiB
End job on node108 at 2011-04-23 18:04:02