Trace number 3266853

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.08 1300.03

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
MD5SUM02e75ad23aeadbf30b2a4fb3c21ae723
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.466928
Satisfiable
(Un)Satisfiability was proved
Number of variables894
Number of clauses82294
Sum of the clauses size165422
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 282264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

Solver Data

0.00/0.01	c start  0 total 0
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.03	c Find Ands  :        894 AvgFaninNum: 29.1275
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: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 864
0.00/0.03	c Total Root : 0 Undef Var: 864
0.00/0.03	c After covering, Total Root: 30 Leaf: 864
0.00/0.03	c Variable( cover/uncovered/unused ): 894 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 864 81400
0.00/0.03	c Clauses( cover/uncovered ): 30 0
0.00/0.03	c Total Clauses( cover/uncovered ): 894 81400 1.08635%
0.00/0.03	c Covered Ands: 30 Invs: 0 Xors: 0 Ites: 0
0.03/0.06	c Uncover Clauses avg size: 2 max size: 2
0.03/0.06	c Final circuit: i/l/o/s     864       0   81400     82234
0.03/0.06	c cover rate 1.08635
0.03/0.06	c rocky end  0.05 total 0.05
0.09/0.13	c covering time  0.08 total 0.13
1300.04/1300.00	c interrupt  1299.91 total 1300.04
1300.04/1300.00	c INTERRUPTED ... 
1300.04/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3266853-1303585010/watcher-3266853-1303585010 -o /tmp/evaluation-result-3266853-1303585010/solver-3266853-1303585010 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3266853-1303585010.cnf 1476439622 

running on 2 cores: 5,7

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: 2.17 1.57 2.50 5/189 19617
/proc/meminfo: memFree=12442452/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=29720 CPUtime=0 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 2024 0 0 0 0 0 0 0 25 0 1 0 548731730 30433280 1960 33554432000 4194304 4947581 140736745485680 18446744073709551615 231895490304 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/19617/statm: 7430 1960 322 184 0 2305 0

[startup+0.0411041 s]
/proc/loadavg: 2.17 1.57 2.50 5/189 19617
/proc/meminfo: memFree=12442452/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=37340 CPUtime=0.03 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 4124 0 0 0 3 0 0 0 25 0 1 0 548731730 38236160 4058 33554432000 4194304 4947581 140736745485680 18446744073709551615 4829048 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 9335 4058 384 184 0 4210 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 37340

[startup+0.1011 s]
/proc/loadavg: 2.17 1.57 2.50 5/189 19617
/proc/meminfo: memFree=12442452/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=50164 CPUtime=0.09 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 7536 0 0 0 8 1 0 0 25 0 1 0 548731730 51367936 7375 33554432000 4194304 4947581 140736745485680 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 12541 7378 409 184 0 7416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50164

[startup+0.301061 s]
/proc/loadavg: 2.17 1.57 2.50 5/189 19617
/proc/meminfo: memFree=12442452/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=98464 CPUtime=0.29 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 16575 0 0 0 27 2 0 0 25 0 1 0 548731730 100827136 16406 33554432000 4194304 4947581 140736745485680 18446744073709551615 4722932 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 24616 16406 450 184 0 19491 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 98464

[startup+0.700984 s]
/proc/loadavg: 2.17 1.57 2.50 5/189 19617
/proc/meminfo: memFree=12442452/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=107728 CPUtime=0.69 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 17374 0 0 0 67 2 0 0 25 0 1 0 548731730 110313472 17205 33554432000 4194304 4947581 140736745485680 18446744073709551615 4352563 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 26932 17205 457 184 0 21807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 107728

[startup+1.50084 s]
/proc/loadavg: 2.17 1.57 2.50 5/190 19618
/proc/meminfo: memFree=12363332/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=127136 CPUtime=1.49 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 18821 0 0 0 147 2 0 0 25 0 1 0 548731730 130187264 18652 33554432000 4194304 4947581 140736745485680 18446744073709551615 4398646 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 31784 18652 457 184 0 26659 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 127136

[startup+3.10054 s]
/proc/loadavg: 2.17 1.57 2.50 5/190 19618
/proc/meminfo: memFree=12356016/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=137024 CPUtime=3.09 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 21197 0 0 0 307 2 0 0 25 0 1 0 548731730 140312576 21028 33554432000 4194304 4947581 140736745485680 18446744073709551615 4517656 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 34256 21028 467 184 0 29131 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 137024

[startup+6.30093 s]
/proc/loadavg: 2.32 1.61 2.51 5/190 19618
/proc/meminfo: memFree=12341736/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=147108 CPUtime=6.29 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 23441 0 0 0 626 3 0 0 25 0 1 0 548731730 150638592 23272 33554432000 4194304 4947581 140736745485680 18446744073709551615 4517569 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 36777 23272 467 184 0 31652 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 147108

[startup+12.7007 s]
/proc/loadavg: 2.45 1.65 2.52 5/190 19619
/proc/meminfo: memFree=12300096/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=157528 CPUtime=12.69 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 24889 0 0 0 1266 3 0 0 25 0 1 0 548731730 161308672 24720 33554432000 4194304 4947581 140736745485680 18446744073709551615 4352598 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 39382 24720 467 184 0 34257 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 157528

[startup+25.5003 s]
/proc/loadavg: 2.79 1.77 2.54 5/190 19619
/proc/meminfo: memFree=12262352/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=157528 CPUtime=25.49 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 29202 0 0 0 2546 3 0 0 25 0 1 0 548731730 161308672 29033 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 39382 29033 467 184 0 34257 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 157528

[startup+51.1005 s]
/proc/loadavg: 3.20 1.95 2.58 5/190 19620
/proc/meminfo: memFree=12213460/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=180688 CPUtime=51.09 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 34299 0 0 0 5105 4 0 0 25 0 1 0 548731730 185024512 34130 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 45172 34130 467 184 0 40047 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 180688

[startup+102.307 s]
/proc/loadavg: 3.65 2.26 2.65 5/190 19621
/proc/meminfo: memFree=12087704/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=180688 CPUtime=102.3 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 36362 0 0 0 10225 5 0 0 25 0 1 0 548731730 185024512 36193 33554432000 4194304 4947581 140736745485680 18446744073709551615 4357665 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 45172 36193 467 184 0 40047 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180688

[startup+162.301 s]
/proc/loadavg: 3.87 2.57 2.73 5/190 19623
/proc/meminfo: memFree=11932536/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=265740 CPUtime=162.29 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 50554 0 0 0 16221 8 0 0 25 0 1 0 548731730 272117760 49711 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399986 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 66435 49711 467 184 0 61310 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 265740

[startup+222.3 s]
/proc/loadavg: 3.95 2.83 2.81 5/190 19624
/proc/meminfo: memFree=11779864/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=329200 CPUtime=222.3 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 62702 0 0 0 22219 11 0 0 25 0 1 0 548731730 337100800 61859 33554432000 4194304 4947581 140736745485680 18446744073709551615 4515752 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 82300 61859 467 184 0 77175 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 329200

[startup+282.301 s]
/proc/loadavg: 4.13 3.07 2.89 5/190 19662
/proc/meminfo: memFree=11610792/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=465316 CPUtime=282.3 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 71979 0 0 0 28217 13 0 0 25 0 1 0 548731730 476483584 71136 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 116329 71136 467 184 0 111204 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 465316

[startup+342.301 s]
/proc/loadavg: 4.08 3.25 2.96 5/190 19663
/proc/meminfo: memFree=11384708/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=465316 CPUtime=342.3 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 87586 0 0 0 34214 16 0 0 25 0 1 0 548731730 476483584 86743 33554432000 4194304 4947581 140736745485680 18446744073709551615 4360628 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 116329 86743 467 184 0 111204 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 465316

[startup+402.301 s]
/proc/loadavg: 4.03 3.39 3.02 5/190 19665
/proc/meminfo: memFree=11319944/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=465316 CPUtime=402.3 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 87769 0 0 0 40214 16 0 0 25 0 1 0 548731730 476483584 86926 33554432000 4194304 4947581 140736745485680 18446744073709551615 4353008 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 116329 86926 467 184 0 111204 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 465316

[startup+462.3 s]
/proc/loadavg: 4.01 3.50 3.08 5/190 19667
/proc/meminfo: memFree=11192044/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=465316 CPUtime=462.31 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 87771 0 0 0 46215 16 0 0 25 0 1 0 548731730 476483584 86928 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 116329 86928 467 184 0 111204 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 465316

[startup+522.301 s]
/proc/loadavg: 4.00 3.58 3.14 6/190 19668
/proc/meminfo: memFree=11063664/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=538416 CPUtime=522.31 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 87846 0 0 0 52215 16 0 0 25 0 1 0 548731730 551337984 86957 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 134604 86957 467 184 0 129479 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 538416

[startup+582.301 s]
/proc/loadavg: 4.00 3.66 3.19 5/190 19670
/proc/meminfo: memFree=10982768/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=538416 CPUtime=582.32 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 87914 0 0 0 58215 17 0 0 25 0 1 0 548731730 551337984 86944 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399965 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 134604 86944 467 184 0 129479 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 538416

[startup+642.3 s]
/proc/loadavg: 4.00 3.72 3.24 5/190 19671
/proc/meminfo: memFree=10933736/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=538416 CPUtime=642.32 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 88197 0 0 0 64215 17 0 0 25 0 1 0 548731730 551337984 87158 33554432000 4194304 4947581 140736745485680 18446744073709551615 4398688 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 134604 87158 467 184 0 129479 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 538416

[startup+702.3 s]
/proc/loadavg: 4.00 3.77 3.28 5/190 19673
/proc/meminfo: memFree=10926384/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=538416 CPUtime=702.32 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 88788 0 0 0 70215 17 0 0 25 0 1 0 548731730 551337984 87619 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 134604 87619 467 184 0 129479 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 538416

[startup+762.307 s]
/proc/loadavg: 4.04 3.82 3.33 5/190 19675
/proc/meminfo: memFree=10886912/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=538416 CPUtime=762.33 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 88859 0 0 0 76216 17 0 0 25 0 1 0 548731730 551337984 87642 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 134604 87642 467 184 0 129479 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 538416

[startup+822.301 s]
/proc/loadavg: 4.06 3.86 3.37 5/190 19676
/proc/meminfo: memFree=10802924/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=538416 CPUtime=822.32 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 98585 0 0 0 82213 19 0 0 25 0 1 0 548731730 551337984 97319 33554432000 4194304 4947581 140736745485680 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 134604 97319 467 184 0 129479 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 538416

[startup+882.3 s]
/proc/loadavg: 4.02 3.89 3.41 5/190 19678
/proc/meminfo: memFree=10752040/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=882.32 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 107647 0 0 0 88211 21 0 0 25 0 1 0 548731730 632295424 106279 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 106279 467 184 0 149244 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 617476

[startup+942.301 s]
/proc/loadavg: 4.01 3.90 3.44 5/190 19679
/proc/meminfo: memFree=10736240/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=942.33 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 115056 0 0 0 94211 22 0 0 25 0 1 0 548731730 632295424 113577 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399891 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 113577 467 184 0 149244 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 617476

[startup+1002.3 s]
/proc/loadavg: 4.00 3.92 3.47 5/190 19681
/proc/meminfo: memFree=10705444/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=1002.33 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 116272 0 0 0 100210 23 0 0 25 0 1 0 548731730 632295424 114729 33554432000 4194304 4947581 140736745485680 18446744073709551615 4398697 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 114729 467 184 0 149244 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 617476

[startup+1062.3 s]
/proc/loadavg: 4.04 3.94 3.51 5/190 19683
/proc/meminfo: memFree=10643764/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=1062.33 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 118810 0 0 0 106210 23 0 0 25 0 1 0 548731730 632295424 117188 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399939 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 117188 467 184 0 149244 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 617476

[startup+1122.3 s]
/proc/loadavg: 4.05 3.97 3.54 5/190 19684
/proc/meminfo: memFree=10602064/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=1122.33 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 119343 0 0 0 112210 23 0 0 25 0 1 0 548731730 632295424 117721 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 117721 467 184 0 149244 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 617476

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.57 5/190 19686
/proc/meminfo: memFree=10549564/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=1182.34 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 119482 0 0 0 118210 24 0 0 25 0 1 0 548731730 632295424 117779 33554432000 4194304 4947581 140736745485680 18446744073709551615 4515752 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 117779 467 184 0 149244 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 617476

[startup+1242.3 s]
/proc/loadavg: 4.07 3.99 3.60 5/190 19687
/proc/meminfo: memFree=10544184/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=1242.34 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 119708 0 0 0 124210 24 0 0 25 0 1 0 548731730 632295424 117919 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 117919 467 184 0 149244 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 617476



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.24 3.80 3.56 3/178 19725
/proc/meminfo: memFree=11835116/32950928 swapFree=67111528/67111528
[pid=19617] ppid=19615 vsize=617476 CPUtime=1300.04 cores=5,7
/proc/19617/stat : 19617 (synit_sat) R 19615 19617 18780 0 -1 4202496 119945 0 0 0 129980 24 0 0 25 0 1 0 548731730 632295424 118156 33554432000 4194304 4947581 140736745485680 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/19617/statm: 154369 118156 467 184 0 149244 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 617476

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.08
CPU user time (s): 1299.81
CPU system time (s): 0.266959
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 617476

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

runsolver used 2.08568 second user time and 5.01924 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-23 20:56:51
IDJOB=3266853
IDBENCH=88215
IDSOLVER=1571
FILE ID=node114/3266853-1303585010
RUNJOBID= node114-1303584979-19550
PBS_JOBID= 13150339
Free space on /tmp= 71248 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q369.75-n30-p15-s59317012.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266853-1303585010/watcher-3266853-1303585010 -o /tmp/evaluation-result-3266853-1303585010/solver-3266853-1303585010 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3266853-1303585010.cnf 1476439622

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

MD5SUM BENCH= 02e75ad23aeadbf30b2a4fb3c21ae723
RANDOM SEED=1476439622

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12442732 kB
Buffers:       2303572 kB
Cached:       16903140 kB
SwapCached:          0 kB
Active:       10529920 kB
Inactive:      9390292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12442732 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18800 kB
Writeback:           0 kB
AnonPages:      712444 kB
Mapped:          16980 kB
Slab:           523348 kB
PageTables:       6524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   970468 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= 71252 MiB
End job on node114 at 2011-04-23 21:18:33