Trace number 3249559

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-9x32.cnf
MD5SUMbcc12436eba65ad776b55f23c6f42298
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1152
Number of clauses73440
Sum of the clauses size290304
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21728
Number of clauses of size 30
Number of clauses of size 471712
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.01/0.03	c Find Units :          0
0.01/0.03	c Find Invs  :          0
0.01/0.04	c Find Ands  :       1152 AvgFaninNum: 3
0.01/0.05	c Find Xors  :          0 AvgFaninNum: nan
0.01/0.05	c Find Ite   :          0
0.01/0.05	c UnDirect variable: 0
0.01/0.05	c UnDirect to Direct Gate: 0
0.01/0.05	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.01/0.05	c Break Cycle : 864
0.01/0.05	c Total Root : 0 Undef Var: 864
0.01/0.05	c After covering, Total Root: 288 Leaf: 864
0.01/0.05	c Variable( cover/uncovered/unused ): 1152 0 0
0.01/0.05	c Unit Clauses: 0
0.01/0.05	c Binary Clauses( cover/uncovered ): 864 864
0.01/0.05	c Clauses( cover/uncovered ): 288 71424
0.01/0.05	c Total Clauses( cover/uncovered ): 1152 72288 1.56863%
0.01/0.05	c Covered Ands: 288 Invs: 0 Xors: 0 Ites: 0
0.08/0.11	c Uncover Clauses avg size: 3.9761 max size: 4
0.08/0.11	c Final circuit: i/l/o/s     864       0   72288     90720
0.08/0.11	c cover rate 1.56863
0.08/0.11	c rocky end  0.1 total 0.1
0.19/0.26	c covering time  0.15 total 0.25
1300.03/1300.00	c interrupt  1299.78 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-3249559-1303510772/watcher-3249559-1303510772 -o /tmp/evaluation-result-3249559-1303510772/solver-3249559-1303510772 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3249559-1303510772.cnf 65295587 

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: 3.61 3.92 3.91 4/184 22682
/proc/meminfo: memFree=21696628/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=29716 CPUtime=0 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 1686 0 0 0 0 0 0 0 25 0 1 0 462676921 30429184 1623 33554432000 4194304 4947581 140736382058944 18446744073709551615 4256128 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/22682/statm: 7429 1627 289 184 0 2304 0

[startup+0.02903 s]
/proc/loadavg: 3.61 3.92 3.91 4/184 22682
/proc/meminfo: memFree=21696628/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=37340 CPUtime=0.01 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 4106 0 0 0 1 0 0 0 25 0 1 0 462676921 38236160 4040 33554432000 4194304 4947581 140736382058944 18446744073709551615 4821925 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 9335 4040 376 184 0 4210 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37340

[startup+0.100967 s]
/proc/loadavg: 3.61 3.92 3.91 4/184 22682
/proc/meminfo: memFree=21696628/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=42968 CPUtime=0.08 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 5230 0 0 0 8 0 0 0 25 0 1 0 462676921 43999232 5164 33554432000 4194304 4947581 140736382058944 18446744073709551615 4778236 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 10742 5165 384 184 0 5617 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 42968

[startup+0.300932 s]
/proc/loadavg: 3.61 3.92 3.91 4/184 22682
/proc/meminfo: memFree=21696628/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=96588 CPUtime=0.29 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 18399 0 0 0 27 2 0 0 25 0 1 0 462676921 98906112 18325 33554432000 4194304 4947581 140736382058944 18446744073709551615 4435377 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 24147 18325 423 184 0 19022 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 96588

[startup+0.70086 s]
/proc/loadavg: 3.61 3.92 3.91 4/184 22682
/proc/meminfo: memFree=21696628/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=123480 CPUtime=0.69 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 23060 0 0 0 67 2 0 0 25 0 1 0 462676921 126443520 22986 33554432000 4194304 4947581 140736382058944 18446744073709551615 4398597 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 30870 22986 436 184 0 25745 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 123480

[startup+1.50078 s]
/proc/loadavg: 3.64 3.92 3.91 5/190 22693
/proc/meminfo: memFree=21245840/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=148132 CPUtime=1.48 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 27340 0 0 0 146 2 0 0 25 0 1 0 462676921 151687168 27266 33554432000 4194304 4947581 140736382058944 18446744073709551615 4351005 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 37033 27266 457 184 0 31908 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 148132

[startup+3.10043 s]
/proc/loadavg: 3.64 3.92 3.91 5/190 22693
/proc/meminfo: memFree=21155072/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=168536 CPUtime=3.09 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 29204 0 0 0 306 3 0 0 25 0 1 0 462676921 172580864 29130 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399407 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 42134 29130 466 184 0 37009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 168536

[startup+6.30086 s]
/proc/loadavg: 3.64 3.92 3.91 5/190 22693
/proc/meminfo: memFree=21049736/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=181468 CPUtime=6.29 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 37211 0 0 0 625 4 0 0 25 0 1 0 462676921 185823232 37133 33554432000 4194304 4947581 140736382058944 18446744073709551615 4343605 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 45367 37133 467 184 0 40242 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 181468

[startup+12.7007 s]
/proc/loadavg: 3.70 3.92 3.91 5/190 22693
/proc/meminfo: memFree=20820188/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=218820 CPUtime=12.69 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 45715 0 0 0 1264 5 0 0 25 0 1 0 462676921 224071680 45637 33554432000 4194304 4947581 140736382058944 18446744073709551615 4515868 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 54705 45637 467 184 0 49580 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 218820

[startup+25.5004 s]
/proc/loadavg: 3.74 3.92 3.91 5/190 22693
/proc/meminfo: memFree=20620320/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=271296 CPUtime=25.49 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 53537 0 0 0 2542 7 0 0 25 0 1 0 462676921 277807104 53459 33554432000 4194304 4947581 140736382058944 18446744073709551615 4517560 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 67824 53459 467 184 0 62699 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 271296

[startup+51.1009 s]
/proc/loadavg: 3.83 3.93 3.91 5/190 22694
/proc/meminfo: memFree=20523560/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=285448 CPUtime=51.09 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 59932 0 0 0 5102 7 0 0 25 0 1 0 462676921 292298752 59854 33554432000 4194304 4947581 140736382058944 18446744073709551615 4350272 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 71362 59854 467 184 0 66237 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 285448

[startup+102.307 s]
/proc/loadavg: 3.93 3.94 3.91 5/190 22695
/proc/meminfo: memFree=20142984/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=482996 CPUtime=102.29 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 78371 0 0 0 10219 10 0 0 25 0 1 0 462676921 494587904 74692 33554432000 4194304 4947581 140736382058944 18446744073709551615 4352603 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 120749 74692 467 184 0 115624 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 482996

[startup+162.301 s]
/proc/loadavg: 3.97 3.95 3.91 5/190 22697
/proc/meminfo: memFree=19996024/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=482996 CPUtime=162.3 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 88730 0 0 0 16217 13 0 0 25 0 1 0 462676921 494587904 85051 33554432000 4194304 4947581 140736382058944 18446744073709551615 4515857 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 120749 85051 467 184 0 115624 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 482996

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 22699
/proc/meminfo: memFree=19952708/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=482996 CPUtime=222.3 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 91151 0 0 0 22216 14 0 0 25 0 1 0 462676921 494587904 87472 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399760 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 120749 87472 467 184 0 115624 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 482996

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 22700
/proc/meminfo: memFree=19836860/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=482996 CPUtime=282.3 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 94344 0 0 0 28215 15 0 0 25 0 1 0 462676921 494587904 90518 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 120749 90518 478 184 0 115624 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 482996

[startup+342.301 s]
/proc/loadavg: 4.03 3.98 3.91 5/190 22702
/proc/meminfo: memFree=19732940/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=558308 CPUtime=342.3 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 112112 0 0 0 34211 19 0 0 25 0 1 0 462676921 571707392 108251 33554432000 4194304 4947581 140736382058944 18446744073709551615 4400307 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 139577 108251 472 184 0 134452 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 558308

[startup+402.3 s]
/proc/loadavg: 4.01 3.98 3.91 5/190 22703
/proc/meminfo: memFree=19715940/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=634452 CPUtime=402.3 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 114544 0 0 0 40211 19 0 0 25 0 1 0 462676921 649678848 110597 33554432000 4194304 4947581 140736382058944 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 158613 110597 470 184 0 153488 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 634452

[startup+462.301 s]
/proc/loadavg: 4.00 3.98 3.91 5/190 22705
/proc/meminfo: memFree=19592048/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=711928 CPUtime=462.3 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 114871 0 0 0 46211 19 0 0 25 0 1 0 462676921 729014272 110813 33554432000 4194304 4947581 140736382058944 18446744073709551615 4343510 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 177982 110813 470 184 0 172857 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 711928

[startup+522.301 s]
/proc/loadavg: 4.07 3.99 3.92 5/190 22707
/proc/meminfo: memFree=19489116/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=711928 CPUtime=522.3 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 115306 0 0 0 52211 19 0 0 25 0 1 0 462676921 729014272 111042 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399806 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 177982 111042 470 184 0 172857 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 711928

[startup+582.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 22708
/proc/meminfo: memFree=19490216/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=711928 CPUtime=582.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 115700 0 0 0 58211 20 0 0 25 0 1 0 462676921 729014272 109266 33554432000 4194304 4947581 140736382058944 18446744073709551615 4400063 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 177982 109266 470 184 0 172857 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 711928

[startup+642.301 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 22710
/proc/meminfo: memFree=19478292/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=711928 CPUtime=642.32 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 115834 0 0 0 64212 20 0 0 25 0 1 0 462676921 729014272 109400 33554432000 4194304 4947581 140736382058944 18446744073709551615 4361907 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 177982 109400 470 184 0 172857 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 711928

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22711
/proc/meminfo: memFree=19393700/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=711928 CPUtime=702.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 116192 0 0 0 70211 20 0 0 25 0 1 0 462676921 729014272 109721 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399984 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 177982 109721 490 184 0 172857 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 711928

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22713
/proc/meminfo: memFree=19278736/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=762.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 135716 0 0 0 76208 23 0 0 25 0 1 0 462676921 816742400 129241 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399961 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 129241 486 184 0 194275 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 797600

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22715
/proc/meminfo: memFree=19240288/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=822.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 147278 0 0 0 82205 26 0 0 25 0 1 0 462676921 816742400 140803 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 140803 486 184 0 194275 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 797600

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22716
/proc/meminfo: memFree=19184592/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=882.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 154708 0 0 0 88205 26 0 0 25 0 1 0 462676921 816742400 148232 33554432000 4194304 4947581 140736382058944 18446744073709551615 4547496 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 148232 487 184 0 194275 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 797600

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22718
/proc/meminfo: memFree=19093316/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=942.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 154981 0 0 0 94205 26 0 0 25 0 1 0 462676921 816742400 148504 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 148504 486 184 0 194275 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 797600

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22719
/proc/meminfo: memFree=19048420/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=1002.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 155177 0 0 0 100205 26 0 0 25 0 1 0 462676921 816742400 148700 33554432000 4194304 4947581 140736382058944 18446744073709551615 4398697 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 148700 486 184 0 194275 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 797600

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22721
/proc/meminfo: memFree=19042960/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=1062.31 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 155914 0 0 0 106205 26 0 0 25 0 1 0 462676921 816742400 149433 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399950 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 149433 482 184 0 194275 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 797600

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.93 5/190 22723
/proc/meminfo: memFree=18974012/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=1122.32 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 156035 0 0 0 112205 27 0 0 25 0 1 0 462676921 816742400 149554 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399979 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 149554 482 184 0 194275 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 797600

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 22724
/proc/meminfo: memFree=18938540/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=1182.32 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 156515 0 0 0 118205 27 0 0 25 0 1 0 462676921 816742400 150011 33554432000 4194304 4947581 140736382058944 18446744073709551615 4547421 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 150011 474 184 0 194275 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 797600

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.93 5/190 22726
/proc/meminfo: memFree=18892892/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=1242.32 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 156636 0 0 0 124205 27 0 0 25 0 1 0 462676921 816742400 150095 33554432000 4194304 4947581 140736382058944 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 150095 474 184 0 194275 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 797600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.93 3/186 22729
/proc/meminfo: memFree=20728848/32950904 swapFree=67082280/67111528
[pid=22682] ppid=22680 vsize=797600 CPUtime=1300.03 cores=4,6
/proc/22682/stat : 22682 (synit_sat) R 22680 22682 21274 0 -1 4202496 162200 0 0 0 129975 28 0 0 25 0 1 0 462676921 816742400 155611 33554432000 4194304 4947581 140736382058944 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 4 0 0 0
/proc/22682/statm: 199400 155611 474 184 0 194275 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 797600

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.07
CPU user time (s): 1299.76
CPU system time (s): 0.309952
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 797600

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

runsolver used 2.08968 second user time and 5.01424 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-23 00:19:32
IDJOB=3249559
IDBENCH=83177
IDSOLVER=1571
FILE ID=node121/3249559-1303510772
RUNJOBID= node121-1303510771-22543
PBS_JOBID= 13134216
Free space on /tmp= 72008 MiB

SOLVER NAME= synit_sat 2011-03-03
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-9x32.cnf
COMMAND LINE= HOME/synit_sat BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249559-1303510772/watcher-3249559-1303510772 -o /tmp/evaluation-result-3249559-1303510772/solver-3249559-1303510772 -C 2400 -W 1300 -M 7680  HOME/synit_sat HOME/instance-3249559-1303510772.cnf 65295587

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

MD5SUM BENCH= bcc12436eba65ad776b55f23c6f42298
RANDOM SEED=65295587

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      21697404 kB
Buffers:       1662004 kB
Cached:        8888052 kB
SwapCached:       2780 kB
Active:        7924524 kB
Inactive:      2829144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21697404 kB
SwapTotal:    67111528 kB
SwapFree:     67082280 kB
Dirty:           18456 kB
Writeback:           0 kB
AnonPages:      201644 kB
Mapped:          15080 kB
Slab:           435128 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   403708 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= 72020 MiB
End job on node121 at 2011-04-23 00:41:14