Trace number 3249603

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-6x40.cnf
MD5SUM3a7a68cedc6ab84c0df9c27d166b0b6b
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 variables960
Number of clauses48480
Sum of the clauses size191040
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21440
Number of clauses of size 30
Number of clauses of size 447040
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c start  0 total 0
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :        960 AvgFaninNum: 3
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 : 720
0.00/0.03	c Total Root : 0 Undef Var: 720
0.00/0.03	c After covering, Total Root: 240 Leaf: 720
0.00/0.03	c Variable( cover/uncovered/unused ): 960 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 720 720
0.00/0.03	c Clauses( cover/uncovered ): 240 46800
0.00/0.03	c Total Clauses( cover/uncovered ): 960 47520 1.9802%
0.00/0.03	c Covered Ands: 240 Invs: 0 Xors: 0 Ites: 0
0.00/0.07	c Uncover Clauses avg size: 3.9697 max size: 4
0.00/0.07	c Final circuit: i/l/o/s     720       0   47520     66720
0.00/0.07	c cover rate 1.9802
0.00/0.07	c rocky end  0.06 total 0.06
0.09/0.17	c covering time  0.11 total 0.17
1300.03/1300.00	c interrupt  1299.86 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-3249603-1303510772/watcher-3249603-1303510772 -o /tmp/evaluation-result-3249603-1303510772/solver-3249603-1303510772 -C 2400 -W 1300 -M 7680 HOME/synit_sat HOME/instance-3249603-1303510772.cnf 65295587 

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: 3.61 3.92 3.91 4/189 22692
/proc/meminfo: memFree=21573144/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=30684 CPUtime=0 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 2202 0 0 0 0 0 0 0 25 0 1 0 462676937 31420416 2137 33554432000 4194304 4947581 140734743207296 18446744073709551615 237278879488 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 7671 2147 365 184 0 2546 0

[startup+0.0859339 s]
/proc/loadavg: 3.61 3.92 3.91 4/189 22692
/proc/meminfo: memFree=21573144/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=47576 CPUtime=0.07 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 6721 0 0 0 7 0 0 0 25 0 1 0 462676937 48717824 6656 33554432000 4194304 4947581 140734743207296 18446744073709551615 4229469 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 11894 6656 386 184 0 6769 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 47576

[startup+0.100927 s]
/proc/loadavg: 3.61 3.92 3.91 4/189 22692
/proc/meminfo: memFree=21573144/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=47596 CPUtime=0.09 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 6826 0 0 0 9 0 0 0 25 0 1 0 462676937 48738304 6761 33554432000 4194304 4947581 140734743207296 18446744073709551615 4838421 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 11899 6761 409 184 0 6774 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47596

[startup+0.300891 s]
/proc/loadavg: 3.61 3.92 3.91 4/189 22692
/proc/meminfo: memFree=21573144/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=93864 CPUtime=0.28 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 15363 0 0 0 27 1 0 0 25 0 1 0 462676937 96116736 15298 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399306 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 23466 15298 432 184 0 18341 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 93864

[startup+0.700823 s]
/proc/loadavg: 3.61 3.92 3.91 4/189 22692
/proc/meminfo: memFree=21573144/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=112552 CPUtime=0.69 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 19918 0 0 0 67 2 0 0 25 0 1 0 462676937 115253248 19853 33554432000 4194304 4947581 140734743207296 18446744073709551615 4398556 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 28138 19853 436 184 0 23013 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 112552

[startup+1.50068 s]
/proc/loadavg: 3.64 3.92 3.91 5/190 22693
/proc/meminfo: memFree=21231208/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=132708 CPUtime=1.49 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 23277 0 0 0 146 3 0 0 25 0 1 0 462676937 135892992 23212 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399963 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 33177 23212 459 184 0 28052 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 132708

[startup+3.1004 s]
/proc/loadavg: 3.64 3.92 3.91 5/190 22693
/proc/meminfo: memFree=21151972/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=153336 CPUtime=3.09 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 25569 0 0 0 306 3 0 0 25 0 1 0 462676937 157016064 25504 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 38334 25504 463 184 0 33209 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 153336

[startup+6.30083 s]
/proc/loadavg: 3.64 3.92 3.91 5/190 22693
/proc/meminfo: memFree=21046512/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=164680 CPUtime=6.29 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 32226 0 0 0 624 5 0 0 25 0 1 0 462676937 168632320 32149 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399946 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 41170 32149 468 184 0 36045 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 164680

[startup+12.7007 s]
/proc/loadavg: 3.70 3.92 3.91 5/190 22693
/proc/meminfo: memFree=20816964/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=213124 CPUtime=12.69 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 42988 0 0 0 1262 7 0 0 25 0 1 0 462676937 218238976 42911 33554432000 4194304 4947581 140734743207296 18446744073709551615 4515873 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 53281 42911 468 184 0 48156 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 213124

[startup+25.5004 s]
/proc/loadavg: 3.74 3.92 3.91 5/190 22693
/proc/meminfo: memFree=20619824/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=261924 CPUtime=25.49 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 50384 0 0 0 2541 8 0 0 25 0 1 0 462676937 268210176 50307 33554432000 4194304 4947581 140734743207296 18446744073709551615 4352598 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 65481 50307 468 184 0 60356 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 261924

[startup+51.1009 s]
/proc/loadavg: 3.83 3.93 3.91 5/190 22694
/proc/meminfo: memFree=20523436/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=274988 CPUtime=51.09 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 58939 0 0 0 5100 9 0 0 25 0 1 0 462676937 281587712 58862 33554432000 4194304 4947581 140734743207296 18446744073709551615 4515864 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 68747 58862 468 184 0 63622 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 274988

[startup+102.307 s]
/proc/loadavg: 3.93 3.94 3.91 5/190 22695
/proc/meminfo: memFree=20141372/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=416808 CPUtime=102.3 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 70207 0 0 0 10217 13 0 0 25 0 1 0 462676937 426811392 68160 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 104202 68160 468 184 0 99077 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 416808

[startup+162.301 s]
/proc/loadavg: 3.97 3.95 3.91 5/190 22697
/proc/meminfo: memFree=19995528/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=416808 CPUtime=162.3 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 73946 0 0 0 16216 14 0 0 25 0 1 0 462676937 426811392 71899 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 104202 71899 468 184 0 99077 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 416808

[startup+222.3 s]
/proc/loadavg: 3.99 3.95 3.91 5/190 22699
/proc/meminfo: memFree=19952708/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=480936 CPUtime=222.29 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 76513 0 0 0 22215 14 0 0 25 0 1 0 462676937 492478464 74442 33554432000 4194304 4947581 140734743207296 18446744073709551615 4515664 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 120234 74442 468 184 0 115109 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 480936

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 22700
/proc/meminfo: memFree=19836860/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=480936 CPUtime=282.3 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 90204 0 0 0 28211 19 0 0 25 0 1 0 462676937 492478464 88133 33554432000 4194304 4947581 140734743207296 18446744073709551615 4400416 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 120234 88133 468 184 0 115109 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 480936

[startup+342.301 s]
/proc/loadavg: 4.03 3.98 3.91 5/190 22702
/proc/meminfo: memFree=19732816/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=480936 CPUtime=342.3 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 93068 0 0 0 34210 20 0 0 25 0 1 0 462676937 492478464 90997 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 120234 90997 468 184 0 115109 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 480936

[startup+402.3 s]
/proc/loadavg: 4.01 3.98 3.91 5/190 22703
/proc/meminfo: memFree=19715940/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=552556 CPUtime=402.3 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 98072 0 0 0 40208 22 0 0 25 0 1 0 462676937 565817344 95930 33554432000 4194304 4947581 140734743207296 18446744073709551615 4400060 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 138139 95930 468 184 0 133014 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 552556

[startup+462.301 s]
/proc/loadavg: 4.00 3.98 3.91 5/190 22705
/proc/meminfo: memFree=19592048/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=552556 CPUtime=462.3 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 107309 0 0 0 46206 24 0 0 25 0 1 0 462676937 565817344 105092 33554432000 4194304 4947581 140734743207296 18446744073709551615 4547506 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 138139 105092 468 184 0 133014 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 552556

[startup+522.301 s]
/proc/loadavg: 4.07 3.99 3.92 5/190 22707
/proc/meminfo: memFree=19489116/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=552556 CPUtime=522.31 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 107701 0 0 0 52206 25 0 0 25 0 1 0 462676937 565817344 105383 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 138139 105383 468 184 0 133014 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 552556

[startup+582.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/190 22708
/proc/meminfo: memFree=19490216/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=552556 CPUtime=582.31 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 108168 0 0 0 58206 25 0 0 25 0 1 0 462676937 565817344 105735 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 138139 105735 468 184 0 133014 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 552556

[startup+642.301 s]
/proc/loadavg: 4.01 3.99 3.92 5/190 22710
/proc/meminfo: memFree=19478292/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=552556 CPUtime=642.31 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 110222 0 0 0 64206 25 0 0 25 0 1 0 462676937 565817344 107693 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 138139 107693 468 184 0 133014 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 552556

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22711
/proc/meminfo: memFree=19393700/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=631984 CPUtime=702.31 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 115257 0 0 0 70205 26 0 0 25 0 1 0 462676937 647151616 112641 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 157996 112641 468 184 0 152871 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 631984

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22713
/proc/meminfo: memFree=19278736/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=712548 CPUtime=762.32 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 119051 0 0 0 76205 27 0 0 25 0 1 0 462676937 729649152 116208 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 178137 116208 468 184 0 173012 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 712548

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22715
/proc/meminfo: memFree=19240288/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=822.31 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 119828 0 0 0 82204 27 0 0 25 0 1 0 462676937 813428736 113506 33554432000 4194304 4947581 140734743207296 18446744073709551615 4516112 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 113506 468 184 0 193466 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 794364

[startup+882.301 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22716
/proc/meminfo: memFree=19184220/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=882.32 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 120293 0 0 0 88204 28 0 0 25 0 1 0 462676937 813428736 113971 33554432000 4194304 4947581 140734743207296 18446744073709551615 4400023 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 113971 468 184 0 193466 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 794364

[startup+942.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22718
/proc/meminfo: memFree=19093316/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=942.31 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 121202 0 0 0 94203 28 0 0 25 0 1 0 462676937 813428736 114880 33554432000 4194304 4947581 140734743207296 18446744073709551615 4547511 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 114880 468 184 0 193466 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 794364

[startup+1002.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22719
/proc/meminfo: memFree=19048420/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=1002.31 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 130621 0 0 0 100201 30 0 0 25 0 1 0 462676937 813428736 124299 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 124299 468 184 0 193466 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 794364

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.92 5/190 22721
/proc/meminfo: memFree=19042960/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=1062.32 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 131106 0 0 0 106201 31 0 0 25 0 1 0 462676937 813428736 124784 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 124784 468 184 0 193466 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 794364

[startup+1122.3 s]
/proc/loadavg: 4.03 4.00 3.93 5/190 22723
/proc/meminfo: memFree=18973640/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=1122.32 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 131514 0 0 0 112201 31 0 0 25 0 1 0 462676937 813428736 125192 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 125192 468 184 0 193466 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 794364

[startup+1182.3 s]
/proc/loadavg: 4.01 4.00 3.93 5/190 22724
/proc/meminfo: memFree=18938540/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=1182.32 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 131740 0 0 0 118201 31 0 0 25 0 1 0 462676937 813428736 125418 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399996 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 125418 468 184 0 193466 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 794364

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.93 5/190 22726
/proc/meminfo: memFree=18892892/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=1242.32 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 131980 0 0 0 124201 31 0 0 25 0 1 0 462676937 813428736 125658 33554432000 4194304 4947581 140734743207296 18446744073709551615 4547511 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 125658 468 184 0 193466 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 794364



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.01 3.93 2/184 22730
/proc/meminfo: memFree=21350228/32950904 swapFree=67082280/67111528
[pid=22692] ppid=22690 vsize=794364 CPUtime=1300.03 cores=5,7
/proc/22692/stat : 22692 (synit_sat) R 22690 22692 21274 0 -1 4202496 132256 0 0 0 129972 31 0 0 25 0 1 0 462676937 813428736 125934 33554432000 4194304 4947581 140734743207296 18446744073709551615 4399850 0 0 4096 24578 0 0 0 17 5 0 0 0
/proc/22692/statm: 198591 125934 468 184 0 193466 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 794364

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.06
CPU user time (s): 1299.72
CPU system time (s): 0.340948
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 794364

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

runsolver used 2.14267 second user time and 4.96124 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 3a7a68cedc6ab84c0df9c27d166b0b6b
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:      21575524 kB
Buffers:       1662048 kB
Cached:        8891500 kB
SwapCached:       2780 kB
Active:        8046496 kB
Inactive:      2829316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21575524 kB
SwapTotal:    67111528 kB
SwapFree:     67082280 kB
Dirty:           21560 kB
Writeback:           0 kB
AnonPages:      319596 kB
Mapped:          15468 kB
Slab:           435128 kB
PageTables:       5888 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   546092 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= 72024 MiB
End job on node121 at 2011-04-23 00:41:14