Trace number 3265797

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
synit_sat 2011-03-03? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn003.shuffled-as.sat05-3843.cnf
MD5SUM59fa4424111aa94c942a4bbd786cbd51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1234.33
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18767
Sum of the clauses size134137
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32384
Number of clauses of size 4505
Number of clauses of size 5684
Number of clauses of size over 514710

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.02	c Find Units :         35
0.00/0.02	c Find Invs  :         21
0.00/0.02	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 42
0.00/0.03	c UnDirect to Direct Gate: 15
0.00/0.03	c Forced Direct Gate: 15 Unuse unDirect Gate: 21
0.00/0.03	c Break Cycle : 0
0.00/0.03	c Total Root : 15 Undef Var: 2954
0.00/0.03	c After covering, Total Root: 15 Leaf: 35
0.00/0.03	c Variable( cover/uncovered/unused ): 50 2919 0
0.00/0.03	c Unit Clauses: 35
0.00/0.03	c Binary Clauses( cover/uncovered ): 30 391
0.00/0.03	c Clauses( cover/uncovered ): 0 17824
0.00/0.03	c Total Clauses( cover/uncovered ): 65 18215 0.35558%
0.00/0.03	c Covered Ands: 0 Invs: 15 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 7.12665 max size: 13
0.00/0.07	c Final circuit: i/l/o/s    2925       0   16860     58481
0.00/0.07	c cover rate 0.35558
0.00/0.07	c rocky end  0.06 total 0.06
0.08/0.17	c covering time  0.1 total 0.16
1300.03/1300.00	c interrupt  1299.87 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-3265797-1303580307/watcher-3265797-1303580307 -o /tmp/evaluation-result-3265797-1303580307/solver-3265797-1303580307 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3265797-1303580307.cnf 1905535153 

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: 4.00 3.97 3.89 5/189 17583
/proc/meminfo: memFree=13358576/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=23624 CPUtime=0 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4194304 247 0 0 0 0 0 0 0 25 0 1 0 548261376 24190976 197 33554432000 4194304 4947581 140736391133248 18446744073709551615 251362584040 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/17583/statm: 5906 197 163 184 0 768 0

[startup+0.080043 s]
/proc/loadavg: 4.00 3.97 3.89 5/189 17583
/proc/meminfo: memFree=13358576/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=40408 CPUtime=0.06 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 4654 0 0 0 6 0 0 0 25 0 1 0 548261376 41377792 4588 33554432000 4194304 4947581 140736391133248 18446744073709551615 4826991 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 10102 4588 387 184 0 4977 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40408

[startup+0.101039 s]
/proc/loadavg: 4.00 3.97 3.89 5/189 17583
/proc/meminfo: memFree=13358576/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=44268 CPUtime=0.08 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 5882 0 0 0 8 0 0 0 25 0 1 0 548261376 45330432 5816 33554432000 4194304 4947581 140736391133248 18446744073709551615 4856746 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 11067 5816 410 184 0 5942 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44268

[startup+0.300999 s]
/proc/loadavg: 4.00 3.97 3.89 5/189 17583
/proc/meminfo: memFree=13358576/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=75968 CPUtime=0.29 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 11267 0 0 0 28 1 0 0 25 0 1 0 548261376 77791232 11183 33554432000 4194304 4947581 140736391133248 18446744073709551615 4398416 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 18992 11183 434 184 0 13867 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75968

[startup+0.700927 s]
/proc/loadavg: 4.00 3.97 3.89 5/189 17583
/proc/meminfo: memFree=13358576/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=79040 CPUtime=0.68 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 11813 0 0 0 67 1 0 0 25 0 1 0 548261376 80936960 11729 33554432000 4194304 4947581 140736391133248 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 19760 11731 438 184 0 14635 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 79040

[startup+1.50078 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17584
/proc/meminfo: memFree=13302396/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=100580 CPUtime=1.48 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 15160 0 0 0 147 1 0 0 25 0 1 0 548261376 102993920 15076 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399976 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 25145 15076 461 184 0 20020 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 100580

[startup+3.10048 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17584
/proc/meminfo: memFree=13296216/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=119160 CPUtime=3.09 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 19400 0 0 0 307 2 0 0 25 0 1 0 548261376 122019840 19298 33554432000 4194304 4947581 140736391133248 18446744073709551615 4401204 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 29790 19298 471 184 0 24665 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 119160

[startup+6.30089 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17585
/proc/meminfo: memFree=13276124/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=137860 CPUtime=6.29 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 20528 0 0 0 627 2 0 0 25 0 1 0 548261376 141168640 20426 33554432000 4194304 4947581 140736391133248 18446744073709551615 4350416 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 34465 20426 471 184 0 29340 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 137860

[startup+12.7007 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17585
/proc/meminfo: memFree=13262552/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=157668 CPUtime=12.69 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 23319 0 0 0 1266 3 0 0 25 0 1 0 548261376 161452032 23217 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399447 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 39417 23217 472 184 0 34292 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 157668

[startup+25.5003 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17587
/proc/meminfo: memFree=13250524/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=157668 CPUtime=25.49 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 25751 0 0 0 2545 4 0 0 25 0 1 0 548261376 161452032 25649 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399783 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 39417 25649 472 184 0 34292 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157668

[startup+51.1006 s]
/proc/loadavg: 4.00 3.97 3.89 5/190 17589
/proc/meminfo: memFree=13241960/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=157668 CPUtime=51.09 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 27654 0 0 0 5105 4 0 0 25 0 1 0 548261376 161452032 27552 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 39417 27552 472 184 0 34292 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157668

[startup+102.307 s]
/proc/loadavg: 4.06 3.99 3.90 5/190 17590
/proc/meminfo: memFree=13222448/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=180160 CPUtime=102.3 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 31864 0 0 0 10225 5 0 0 25 0 1 0 548261376 184483840 31755 33554432000 4194304 4947581 140736391133248 18446744073709551615 4401208 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 45040 31755 472 184 0 39915 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180160

[startup+162.301 s]
/proc/loadavg: 4.07 4.00 3.91 5/190 17592
/proc/meminfo: memFree=13208656/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=180160 CPUtime=162.29 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 34497 0 0 0 16224 5 0 0 25 0 1 0 548261376 184483840 34374 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 45040 34374 477 184 0 39915 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 180160

[startup+222.301 s]
/proc/loadavg: 4.08 4.01 3.91 5/190 17593
/proc/meminfo: memFree=13159416/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=180160 CPUtime=222.3 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 34980 0 0 0 22224 6 0 0 25 0 1 0 548261376 184483840 34857 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 45040 34857 477 184 0 39915 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 180160

[startup+282.301 s]
/proc/loadavg: 4.03 4.01 3.91 5/190 17676
/proc/meminfo: memFree=13465396/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=192668 CPUtime=282.29 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 38325 0 0 0 28223 6 0 0 25 0 1 0 548261376 197292032 38176 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399974 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 48167 38176 480 184 0 43042 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 192668

[startup+342.301 s]
/proc/loadavg: 4.01 4.00 3.91 5/190 17677
/proc/meminfo: memFree=13399324/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=205480 CPUtime=342.3 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 41062 0 0 0 34223 7 0 0 25 0 1 0 548261376 210411520 40913 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 51370 40913 480 184 0 46245 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 205480

[startup+402.301 s]
/proc/loadavg: 4.05 4.01 3.92 5/190 17679
/proc/meminfo: memFree=13367676/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=218496 CPUtime=402.3 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 45843 0 0 0 40222 8 0 0 25 0 1 0 548261376 223739904 43160 33554432000 4194304 4947581 140736391133248 18446744073709551615 4398697 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 54624 43160 480 184 0 49499 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 218496

[startup+462.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/190 17681
/proc/meminfo: memFree=13325732/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=283676 CPUtime=462.3 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 51494 0 0 0 46220 10 0 0 25 0 1 0 548261376 290484224 48811 33554432000 4194304 4947581 140736391133248 18446744073709551615 4400323 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 70919 48811 480 184 0 65794 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 283676

[startup+522.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/190 17682
/proc/meminfo: memFree=13303648/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=283676 CPUtime=522.3 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 52632 0 0 0 52220 10 0 0 25 0 1 0 548261376 290484224 49949 33554432000 4194304 4947581 140736391133248 18446744073709551615 4398592 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 70919 49949 480 184 0 65794 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 283676

[startup+582.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/190 17684
/proc/meminfo: memFree=13285632/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=283676 CPUtime=582.3 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 57000 0 0 0 58219 11 0 0 25 0 1 0 548261376 290484224 54317 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 70919 54317 516 184 0 65794 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 283676

[startup+642.301 s]
/proc/loadavg: 4.05 4.02 3.93 5/190 17685
/proc/meminfo: memFree=13239852/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=642.31 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 63672 0 0 0 64217 14 0 0 25 0 1 0 548261376 346378240 60982 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399793 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 60982 509 184 0 79440 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 338260

[startup+702.301 s]
/proc/loadavg: 4.02 4.02 3.93 4/188 17688
/proc/meminfo: memFree=13432536/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=702.31 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 66594 0 0 0 70216 15 0 0 25 0 1 0 548261376 346378240 63904 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 63904 509 184 0 79440 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 338260

[startup+762.307 s]
/proc/loadavg: 3.97 4.00 3.93 5/190 17879
/proc/meminfo: memFree=13410484/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=762.32 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 68630 0 0 0 76217 15 0 0 25 0 1 0 548261376 346378240 65858 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 65858 485 184 0 79440 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 338260

[startup+822.301 s]
/proc/loadavg: 3.99 4.00 3.93 5/190 17880
/proc/meminfo: memFree=13324836/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=822.31 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 69766 0 0 0 82216 15 0 0 25 0 1 0 548261376 346378240 66981 33554432000 4194304 4947581 140736391133248 18446744073709551615 4398445 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 66981 472 184 0 79440 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 338260

[startup+882.301 s]
/proc/loadavg: 3.99 4.00 3.93 5/190 17882
/proc/meminfo: memFree=13279052/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=882.32 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 70499 0 0 0 88216 16 0 0 25 0 1 0 548261376 346378240 67714 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 67714 472 184 0 79440 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 338260

[startup+942.301 s]
/proc/loadavg: 4.06 4.02 3.93 5/190 17883
/proc/meminfo: memFree=13260928/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=942.31 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 71075 0 0 0 94215 16 0 0 25 0 1 0 548261376 346378240 68290 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 68290 472 184 0 79440 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 338260

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/190 17885
/proc/meminfo: memFree=13227544/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=1002.32 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 74089 0 0 0 100215 17 0 0 25 0 1 0 548261376 346378240 71292 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 71292 472 184 0 79440 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 338260

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/190 17887
/proc/meminfo: memFree=13213988/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=1062.32 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 74101 0 0 0 106215 17 0 0 25 0 1 0 548261376 346378240 71304 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 71304 472 184 0 79440 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 338260

[startup+1122.3 s]
/proc/loadavg: 4.03 4.01 3.94 5/190 17888
/proc/meminfo: memFree=13207620/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=1122.32 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 75080 0 0 0 112215 17 0 0 25 0 1 0 548261376 346378240 72283 33554432000 4194304 4947581 140736391133248 18446744073709551615 4400304 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 72283 472 184 0 79440 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 338260

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.94 5/190 17890
/proc/meminfo: memFree=13173732/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=1182.32 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 75367 0 0 0 118215 17 0 0 25 0 1 0 548261376 346378240 72570 33554432000 4194304 4947581 140736391133248 18446744073709551615 4491956 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 72570 472 184 0 79440 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 338260

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 17891
/proc/meminfo: memFree=13159688/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=338260 CPUtime=1242.33 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 75850 0 0 0 124215 18 0 0 25 0 1 0 548261376 346378240 73041 33554432000 4194304 4947581 140736391133248 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 84565 73041 472 184 0 79440 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 338260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 17893
/proc/meminfo: memFree=13128280/32950928 swapFree=67111528/67111528
[pid=17583] ppid=17581 vsize=398380 CPUtime=1300.03 cores=1,3
/proc/17583/stat : 17583 (synit_sat) R 17581 17583 17453 0 -1 4202496 80815 0 0 0 129984 19 0 0 25 0 1 0 548261376 407941120 78006 33554432000 4194304 4947581 140736391133248 18446744073709551615 4399809 0 0 4096 24578 0 0 0 17 1 0 0 0
/proc/17583/statm: 99595 78006 472 184 0 94470 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 398380

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.209968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80820
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= 13
involuntary context switches= 2792

runsolver used 2.06768 second user time and 5.03723 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-23 19:38:27
IDJOB=3265797
IDBENCH=85808
IDSOLVER=1571
FILE ID=node113/3265797-1303580307
RUNJOBID= node113-1303579702-17473
PBS_JOBID= 13150344
Free space on /tmp= 70784 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn003.shuffled-as.sat05-3843.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265797-1303580307/watcher-3265797-1303580307 -o /tmp/evaluation-result-3265797-1303580307/solver-3265797-1303580307 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3265797-1303580307.cnf 1905535153

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

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
RANDOM SEED=1905535153

node113.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.846
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      13358980 kB
Buffers:       1840656 kB
Cached:       16526660 kB
SwapCached:          0 kB
Active:       11141064 kB
Inactive:      7862824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13358980 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3224 kB
Writeback:           0 kB
AnonPages:      636008 kB
Mapped:          17072 kB
Slab:           522504 kB
PageTables:       6580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   886944 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= 70784 MiB
End job on node113 at 2011-04-23 20:00:09