Trace number 3291670

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.13 1300.09

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.00	c start  0 total 0
0.79/0.84	c Find Units :       1592
0.79/0.87	c Find Invs  :      13886
0.99/1.05	c Find Ands  :     138128 AvgFaninNum: 2.19391
1.09/1.11	c Find Xors  :      68967 AvgFaninNum: 2
1.19/1.26	c Find Ite   :          0
1.49/1.54	c UnDirect variable: 95751
1.49/1.59	c UnDirect to Direct Gate: 76533
1.49/1.59	c Forced Direct Gate: 25679 Unuse unDirect Gate: 31861
1.59/1.66	c Break Cycle : 523
1.59/1.66	c Total Root : 69096 Undef Var: 47214
1.89/1.92	c After covering, Total Root: 55332 Leaf: 46990
1.89/1.92	c Variable( cover/uncovered/unused ): 261128 224 0
1.89/1.92	c Unit Clauses: 1592
1.89/1.92	c Binary Clauses( cover/uncovered ): 330810 26678
1.89/1.92	c Clauses( cover/uncovered ): 386627 27370
1.89/1.92	c Total Clauses( cover/uncovered ): 719029 54048 93.0087%
1.89/1.92	c Covered Ands: 138127 Invs: 13886 Xors: 62125 Ites: 0
1.89/1.98	c Uncover Clauses avg size: 2.51093 max size: 248
1.89/1.99	c Final circuit: i/l/o/s   47171       0   54699    430637
1.89/1.99	c cover rate 93.0087
1.89/1.99	c rocky end  1.98 total 1.98
2.10/2.12	c inp	c lvl 298	 size 430637
4.59/4.67	c rwt	c lvl 298	 size 386378
5.19/5.29	c rf 	c lvl 298	 size 386293
5.50/5.53	c bal	c lvl 298	 size 386293
7.79/7.80	c rwb	c lvl 260	 size 366019
7.99/8.07	c bal	c lvl 257	 size 365822
8.49/8.54	c rfi	c lvl 257	 size 365792
10.79/10.83	c rwb	c lvl 260	 size 365316
11.00/11.09	c bal	c lvl 257	 size 365308
12.59/12.67	c rwb	c size 364754
12.69/12.70	c inp	c lvl 264	 size 364754
14.30/14.39	c rwt	c lvl 264	 size 364635
14.89/14.97	c rf 	c lvl 261	 size 364632
15.19/15.21	c bal	c lvl 258	 size 364631
17.39/17.40	c rwb	c lvl 261	 size 364456
17.59/17.67	c bal	c lvl 258	 size 364453
18.09/18.14	c rfi	c lvl 258	 size 364435
20.29/20.37	c rwb	c lvl 276	 size 364392
20.59/20.63	c bal	c lvl 263	 size 364390
22.09/22.18	c rwb	c size 364332
22.29/22.34	c circuit size reduce 573512 411504
22.29/22.34	c opt time  20.35 total 22.33
23.59/23.66	c covering time  1.32 total 23.65
1300.03/1300.00	c interrupt  1276.38 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: 977)

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-3291670-1307668650/watcher-3291670-1307668650 -o /tmp/evaluation-result-3291670-1307668650/solver-3291670-1307668650 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3291670-1307668650.cnf 1253382026 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.24 1.07 1.59 4/180 9150
/proc/meminfo: memFree=32293164/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=30688 CPUtime=0 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 2216 0 0 0 0 0 0 0 22 0 1 0 859281054 31424512 2151 33554432000 4194304 4947581 140734022850800 18446744073709551615 220816236288 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 7672 2162 365 184 0 2547 0

[startup+0.0287329 s]
/proc/loadavg: 1.24 1.07 1.59 4/180 9150
/proc/meminfo: memFree=32293164/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=40912 CPUtime=0.02 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 5123 0 0 0 2 0 0 0 22 0 1 0 859281054 41893888 5058 33554432000 4194304 4947581 140734022850800 18446744073709551615 4798992 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 10228 5058 377 184 0 5103 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40912

[startup+0.100724 s]
/proc/loadavg: 1.24 1.07 1.59 4/180 9150
/proc/meminfo: memFree=32293164/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=53200 CPUtime=0.09 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 8130 0 0 0 9 0 0 0 22 0 1 0 859281054 54476800 8065 33554432000 4194304 4947581 140734022850800 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 13300 8065 377 184 0 8175 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53200

[startup+0.30069 s]
/proc/loadavg: 1.24 1.07 1.59 4/180 9150
/proc/meminfo: memFree=32293164/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=99536 CPUtime=0.29 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 19399 0 0 0 27 2 0 0 23 0 1 0 859281054 101924864 19334 33554432000 4194304 4947581 140734022850800 18446744073709551615 4814748 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 24884 19334 377 184 0 19759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99536

[startup+0.700613 s]
/proc/loadavg: 1.24 1.07 1.59 4/180 9150
/proc/meminfo: memFree=32293164/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=162256 CPUtime=0.69 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 34563 0 0 0 65 4 0 0 25 0 1 0 859281054 166150144 34498 33554432000 4194304 4947581 140734022850800 18446744073709551615 4814748 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 40564 34498 377 184 0 35439 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162256

[startup+1.50046 s]
/proc/loadavg: 1.24 1.07 1.59 5/184 9161
/proc/meminfo: memFree=32057500/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=169676 CPUtime=1.49 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 36450 0 0 0 145 4 0 0 25 0 1 0 859281054 173748224 36385 33554432000 4194304 4947581 140734022850800 18446744073709551615 4807182 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 42419 36385 380 184 0 37294 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 169676

[startup+3.10017 s]
/proc/loadavg: 1.24 1.07 1.59 5/184 9161
/proc/meminfo: memFree=31859092/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=261384 CPUtime=3.09 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 55700 0 0 0 302 7 0 0 25 0 1 0 859281054 267657216 55635 33554432000 4194304 4947581 140734022850800 18446744073709551615 4840295 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 65346 55635 431 184 0 60221 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 261384

[startup+6.30057 s]
/proc/loadavg: 1.46 1.12 1.60 5/187 9171
/proc/meminfo: memFree=31090900/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=537188 CPUtime=6.29 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 125408 0 0 0 614 15 0 0 25 0 1 0 859281054 550080512 125324 33554432000 4194304 4947581 140734022850800 18446744073709551615 4283938 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 134297 125325 432 184 0 129172 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 537188

[startup+12.7004 s]
/proc/loadavg: 1.66 1.17 1.62 5/187 9171
/proc/meminfo: memFree=30143088/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=745060 CPUtime=12.69 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 173888 0 0 0 1250 19 0 0 25 0 1 0 859281054 762941440 173625 33554432000 4194304 4947581 140734022850800 18446744073709551615 4241279 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 186265 173625 432 184 0 181140 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 745060

[startup+25.5011 s]
/proc/loadavg: 2.18 1.31 1.66 5/187 9172
/proc/meminfo: memFree=28996084/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=836636 CPUtime=25.49 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 198056 0 0 0 2528 21 0 0 25 0 1 0 859281054 856715264 188340 33554432000 4194304 4947581 140734022850800 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 209159 188340 463 184 0 204034 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 836636

[startup+51.1004 s]
/proc/loadavg: 2.80 1.52 1.72 5/187 9172
/proc/meminfo: memFree=27366256/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=1242332 CPUtime=51.08 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 288821 0 0 0 5077 31 0 0 25 0 1 0 859281054 1272147968 279097 33554432000 4194304 4947581 140734022850800 18446744073709551615 4398452 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 310583 279097 496 184 0 305458 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1242332

[startup+102.307 s]
/proc/loadavg: 3.54 1.92 1.84 5/187 9174
/proc/meminfo: memFree=25938796/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=1840844 CPUtime=102.3 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 407492 0 0 0 10185 45 0 0 25 0 1 0 859281054 1885024256 397736 33554432000 4194304 4947581 140734022850800 18446744073709551615 4398461 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 460211 397736 497 184 0 455086 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1840844

[startup+162.301 s]
/proc/loadavg: 3.83 2.29 1.97 5/187 9175
/proc/meminfo: memFree=25628408/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2093532 CPUtime=162.29 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 449079 0 0 0 16178 51 0 0 25 0 1 0 859281054 2143776768 439191 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346169 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 523383 439191 503 184 0 518258 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2093532

[startup+222.301 s]
/proc/loadavg: 3.93 2.60 2.10 5/187 9177
/proc/meminfo: memFree=23755420/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2197692 CPUtime=222.29 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 467681 0 0 0 22175 54 0 0 25 0 1 0 859281054 2250436608 457745 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346207 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 549423 457745 497 184 0 544298 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2197692

[startup+282.301 s]
/proc/loadavg: 3.97 2.85 2.21 5/187 9179
/proc/meminfo: memFree=23506872/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2371304 CPUtime=282.3 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 488268 0 0 0 28172 58 0 0 25 0 1 0 859281054 2428215296 476064 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346317 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 592826 476064 497 184 0 587701 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2371304

[startup+342.301 s]
/proc/loadavg: 3.99 3.06 2.32 5/187 9180
/proc/meminfo: memFree=23138056/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2638908 CPUtime=342.29 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 501631 0 0 0 34169 60 0 0 25 0 1 0 859281054 2702241792 489427 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346416 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 659727 489427 497 184 0 654602 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2638908

[startup+402.301 s]
/proc/loadavg: 3.99 3.23 2.42 5/187 9182
/proc/meminfo: memFree=22857640/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2730412 CPUtime=402.3 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 520143 0 0 0 40167 63 0 0 25 0 1 0 859281054 2795941888 507893 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346475 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 682603 507893 497 184 0 677478 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2730412

[startup+462.301 s]
/proc/loadavg: 3.99 3.37 2.52 5/187 9186
/proc/meminfo: memFree=22726148/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2730412 CPUtime=462.3 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 521580 0 0 0 46167 63 0 0 25 0 1 0 859281054 2795941888 509330 33554432000 4194304 4947581 140734022850800 18446744073709551615 4351012 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 682603 509330 497 184 0 677478 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2730412

[startup+522.301 s]
/proc/loadavg: 3.99 3.48 2.61 5/187 9188
/proc/meminfo: memFree=22555188/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2730540 CPUtime=522.3 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 530573 0 0 0 52166 64 0 0 25 0 1 0 859281054 2796072960 518323 33554432000 4194304 4947581 140734022850800 18446744073709551615 4350467 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 682635 518323 497 184 0 677510 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2730540

[startup+582.3 s]
/proc/loadavg: 3.47 3.43 2.64 4/181 9214
/proc/meminfo: memFree=24648588/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2730540 CPUtime=582.31 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 533297 0 0 0 58166 65 0 0 25 0 1 0 859281054 2796072960 521047 33554432000 4194304 4947581 140734022850800 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 682635 521047 497 184 0 677510 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2730540

[startup+642.3 s]
/proc/loadavg: 3.17 3.35 2.66 4/181 9215
/proc/meminfo: memFree=24458080/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2835492 CPUtime=642.31 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 546897 0 0 0 64164 67 0 0 25 0 1 0 859281054 2903543808 534647 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346185 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 708873 534647 497 184 0 703748 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2835492

[startup+702.3 s]
/proc/loadavg: 3.06 3.28 2.68 4/181 9217
/proc/meminfo: memFree=24385488/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2942112 CPUtime=702.31 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 559646 0 0 0 70161 70 0 0 25 0 1 0 859281054 3012722688 547396 33554432000 4194304 4947581 140734022850800 18446744073709551615 4399936 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 735528 547396 497 184 0 730403 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 2942112

[startup+762.306 s]
/proc/loadavg: 3.02 3.23 2.70 4/181 9218
/proc/meminfo: memFree=24296900/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2942240 CPUtime=762.32 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 560240 0 0 0 76162 70 0 0 25 0 1 0 859281054 3012853760 547990 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346229 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 735560 547990 497 184 0 730435 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 2942240

[startup+822.3 s]
/proc/loadavg: 3.01 3.19 2.72 4/181 9220
/proc/meminfo: memFree=24246612/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=2942240 CPUtime=822.31 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 564416 0 0 0 82160 71 0 0 25 0 1 0 859281054 3012853760 552166 33554432000 4194304 4947581 140734022850800 18446744073709551615 4357665 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 735560 552166 497 184 0 730435 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 2942240

[startup+882.301 s]
/proc/loadavg: 3.00 3.15 2.73 4/181 9222
/proc/meminfo: memFree=24193976/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=882.31 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 576142 0 0 0 88158 73 0 0 25 0 1 0 859281054 3243024384 563892 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346053 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 563892 497 184 0 786629 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3167016

[startup+942.301 s]
/proc/loadavg: 3.00 3.12 2.74 4/181 9223
/proc/meminfo: memFree=24061112/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=942.31 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 580554 0 0 0 94157 74 0 0 25 0 1 0 859281054 3243024384 568214 33554432000 4194304 4947581 140734022850800 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 568214 497 184 0 786629 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3167016

[startup+1002.3 s]
/proc/loadavg: 3.09 3.12 2.77 4/181 9225
/proc/meminfo: memFree=24051140/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=1002.31 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 580996 0 0 0 100157 74 0 0 25 0 1 0 859281054 3243024384 568656 33554432000 4194304 4947581 140734022850800 18446744073709551615 4345977 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 568656 497 184 0 786629 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 3167016

[startup+1062.3 s]
/proc/loadavg: 3.03 3.10 2.78 4/181 9226
/proc/meminfo: memFree=24000856/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=1062.32 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 582649 0 0 0 106157 75 0 0 25 0 1 0 859281054 3243024384 568646 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346207 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 568646 497 184 0 786629 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 3167016

[startup+1122.3 s]
/proc/loadavg: 3.09 3.10 2.79 4/181 9228
/proc/meminfo: memFree=23958264/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=1122.32 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 590192 0 0 0 112156 76 0 0 25 0 1 0 859281054 3243024384 576189 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346185 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 576189 497 184 0 786629 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3167016

[startup+1182.3 s]
/proc/loadavg: 3.03 3.08 2.81 4/181 9230
/proc/meminfo: memFree=23914188/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=1182.33 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 597600 0 0 0 118154 79 0 0 25 0 1 0 859281054 3243024384 583597 33554432000 4194304 4947581 140734022850800 18446744073709551615 4357665 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 583597 497 184 0 786629 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3167016

[startup+1242.3 s]
/proc/loadavg: 3.01 3.06 2.82 4/181 9231
/proc/meminfo: memFree=23767824/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=1242.33 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 607612 0 0 0 124152 81 0 0 25 0 1 0 859281054 3243024384 593609 33554432000 4194304 4947581 140734022850800 18446744073709551615 4399717 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 593609 497 184 0 786629 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3167016



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.92 3.03 2.82 3/179 9234
/proc/meminfo: memFree=24081744/32951124 swapFree=67062492/67111528
[pid=9150] ppid=9148 vsize=3167016 CPUtime=1300.03 cores=4,6
/proc/9150/stat : 9150 (synit_sat) R 9148 9150 8779 0 -1 4202496 608136 0 0 0 129922 81 0 0 25 0 1 0 859281054 3243024384 594133 33554432000 4194304 4947581 140734022850800 18446744073709551615 4346392 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/9150/statm: 791754 594133 497 184 0 786629 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 3167016

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.09
CPU time (s): 1300.13
CPU user time (s): 1299.23
CPU system time (s): 0.902862
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3167016

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

runsolver used 2.35864 second user time and 4.65629 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-10 03:17:31
IDJOB=3291670
IDBENCH=84248
IDSOLVER=1571
FILE ID=node147/3291670-1307668650
RUNJOBID= node147-1307668650-9113
PBS_JOBID= 13549470
Free space on /tmp= 74024 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291670-1307668650/watcher-3291670-1307668650 -o /tmp/evaluation-result-3291670-1307668650/solver-3291670-1307668650 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3291670-1307668650.cnf 1253382026

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=1253382026

node147.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.836
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.67
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.836
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.75
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.836
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.836
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.836
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.836
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.76
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.836
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.82
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.836
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:     32951124 kB
MemFree:      32294592 kB
Buffers:         75312 kB
Cached:         397484 kB
SwapCached:      10248 kB
Active:         167640 kB
Inactive:       352312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32294592 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:           52680 kB
Writeback:           0 kB
AnonPages:       45056 kB
Mapped:          11012 kB
Slab:            72944 kB
PageTables:       4856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   237532 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= 73988 MiB
End job on node147 at 2011-06-10 03:39:14