Trace number 3262810

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
RestartSAT A75? (TO) 1300.06 1300.01

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
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 variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3262810-1303550632/watcher-3262810-1303550632 -o /tmp/evaluation-result-3262810-1303550632/solver-3262810-1303550632 -C 2400 -W 1300 -M 7680 HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3262810-1303550632.cnf 

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.72 3.92 3.61 5/180 16529
/proc/meminfo: memFree=19606208/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=19668 CPUtime=0 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 704 0 0 0 0 0 0 0 18 0 1 0 545293717 20140032 645 33554432000 4194304 4291949 140736843004544 18446744073709551615 4261187 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 4917 645 225 24 0 1551 0

[startup+0.055474 s]
/proc/loadavg: 3.72 3.92 3.61 5/180 16529
/proc/meminfo: memFree=19606208/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=22148 CPUtime=0.05 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 1640 0 0 0 5 0 0 0 18 0 1 0 545293717 22679552 1479 33554432000 4194304 4291949 140736843004544 18446744073709551615 4229955 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 5537 1479 231 24 0 2171 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22148

[startup+0.100466 s]
/proc/loadavg: 3.72 3.92 3.61 5/180 16529
/proc/meminfo: memFree=19606208/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=22148 CPUtime=0.09 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 1640 0 0 0 9 0 0 0 18 0 1 0 545293717 22679552 1479 33554432000 4194304 4291949 140736843004544 18446744073709551615 4229941 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 5537 1479 231 24 0 2171 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22148

[startup+0.300428 s]
/proc/loadavg: 3.72 3.92 3.61 5/180 16529
/proc/meminfo: memFree=19606208/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=20108 CPUtime=0.29 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 2231 0 0 0 29 0 0 0 18 0 1 0 545293717 20590592 1639 33554432000 4194304 4291949 140736843004544 18446744073709551615 4250680 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 5027 1639 252 24 0 1661 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20108

[startup+0.700354 s]
/proc/loadavg: 3.72 3.92 3.61 5/180 16529
/proc/meminfo: memFree=19606208/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=22088 CPUtime=0.69 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 2737 0 0 0 69 0 0 0 18 0 1 0 545293717 22618112 2143 33554432000 4194304 4291949 140736843004544 18446744073709551615 4251645 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 5522 2143 252 24 0 2156 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22088

[startup+1.50021 s]
/proc/loadavg: 3.72 3.92 3.61 5/190 16545
/proc/meminfo: memFree=19576004/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=25740 CPUtime=1.49 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 3625 0 0 0 149 0 0 0 20 0 1 0 545293717 26357760 3022 33554432000 4194304 4291949 140736843004544 18446744073709551615 4251124 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 6435 3022 252 24 0 3069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25740

[startup+3.1009 s]
/proc/loadavg: 3.75 3.92 3.61 5/190 16545
/proc/meminfo: memFree=19568816/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=31648 CPUtime=3.09 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 4889 0 0 0 309 0 0 0 25 0 1 0 545293717 32407552 4278 33554432000 4194304 4291949 140736843004544 18446744073709551615 4251301 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 7912 4279 252 24 0 4546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31648

[startup+6.30032 s]
/proc/loadavg: 3.75 3.92 3.61 6/190 16545
/proc/meminfo: memFree=19546624/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=40936 CPUtime=6.29 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 6608 0 0 0 628 1 0 0 25 0 1 0 545293717 41918464 5988 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 10234 5988 252 24 0 6868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40936

[startup+12.7011 s]
/proc/loadavg: 3.77 3.92 3.61 5/190 16546
/proc/meminfo: memFree=19514664/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=55260 CPUtime=12.69 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 9363 0 0 0 1267 2 0 0 25 0 1 0 545293717 56586240 8723 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 13815 8723 252 24 0 10449 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55260

[startup+25.5007 s]
/proc/loadavg: 3.82 3.93 3.62 6/190 16546
/proc/meminfo: memFree=19472272/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=78604 CPUtime=25.49 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 12733 0 0 0 2546 3 0 0 25 0 1 0 545293717 80490496 12076 33554432000 4194304 4291949 140736843004544 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 19651 12076 252 24 0 16285 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78604

[startup+51.101 s]
/proc/loadavg: 3.88 3.93 3.63 6/190 16546
/proc/meminfo: memFree=19475592/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=62644 CPUtime=51.09 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 22278 0 0 0 5104 5 0 0 25 0 1 0 545293717 64147456 12170 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 15661 12170 252 24 0 12295 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62644

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.65 6/190 16548
/proc/meminfo: memFree=19470616/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=69748 CPUtime=102.3 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 33668 0 0 0 10220 10 0 0 25 0 1 0 545293717 71421952 11084 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 17437 11084 252 24 0 14071 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 69748

[startup+162.3 s]
/proc/loadavg: 4.07 3.98 3.68 6/190 16550
/proc/meminfo: memFree=19405620/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=121392 CPUtime=162.3 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 42011 0 0 0 16216 14 0 0 25 0 1 0 545293717 124305408 19371 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 30348 19371 252 24 0 26982 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 121392

[startup+222.301 s]
/proc/loadavg: 4.02 3.98 3.69 5/190 16551
/proc/meminfo: memFree=19394552/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=122316 CPUtime=222.3 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 56238 0 0 0 22211 19 0 0 25 0 1 0 545293717 125251584 19533 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 30579 19533 252 24 0 27213 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 122316

[startup+282.301 s]
/proc/loadavg: 4.01 3.98 3.71 6/190 16553
/proc/meminfo: memFree=19351892/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=75940 CPUtime=282.3 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 66745 0 0 0 28207 23 0 0 25 0 1 0 545293717 77762560 13768 33554432000 4194304 4291949 140736843004544 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 18985 13768 252 24 0 15619 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 75940

[startup+342.301 s]
/proc/loadavg: 4.04 3.99 3.73 6/190 16554
/proc/meminfo: memFree=19387456/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=126908 CPUtime=342.31 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 74021 0 0 0 34204 27 0 0 25 0 1 0 545293717 129953792 20989 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 31727 20989 252 24 0 28361 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 126908

[startup+402.301 s]
/proc/loadavg: 4.01 3.99 3.74 6/190 16556
/proc/meminfo: memFree=19321848/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=131872 CPUtime=402.3 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 79315 0 0 0 40201 29 0 0 25 0 1 0 545293717 135036928 26254 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 32968 26254 252 24 0 29602 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 131872

[startup+462.3 s]
/proc/loadavg: 4.00 3.99 3.75 6/190 16558
/proc/meminfo: memFree=19337936/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=132716 CPUtime=462.3 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 92878 0 0 0 46195 35 0 0 25 0 1 0 545293717 135901184 22222 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 33179 22222 252 24 0 29813 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 132716

[startup+522.3 s]
/proc/loadavg: 4.03 4.00 3.77 6/190 16559
/proc/meminfo: memFree=19388640/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=102464 CPUtime=522.31 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 106859 0 0 0 52190 41 0 0 25 0 1 0 545293717 104923136 18244 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 25616 18244 252 24 0 22250 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 102464

[startup+582.301 s]
/proc/loadavg: 4.01 4.00 3.78 5/190 16561
/proc/meminfo: memFree=19305532/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=134424 CPUtime=582.31 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 113148 0 0 0 58187 44 0 0 25 0 1 0 545293717 137650176 24504 33554432000 4194304 4291949 140736843004544 18446744073709551615 4256135 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 33606 24504 252 24 0 30240 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 134424

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.80 6/190 16562
/proc/meminfo: memFree=19222688/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=86468 CPUtime=642.31 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 124553 0 0 0 64184 47 0 0 25 0 1 0 545293717 88543232 16637 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 21617 16637 252 24 0 18251 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 86468

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.81 6/190 16564
/proc/meminfo: memFree=19365632/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=136256 CPUtime=702.31 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 131266 0 0 0 70181 50 0 0 25 0 1 0 545293717 139526144 23301 33554432000 4194304 4291949 140736843004544 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 34064 23301 252 24 0 30698 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 136256

[startup+762.308 s]
/proc/loadavg: 4.00 4.00 3.82 6/190 16566
/proc/meminfo: memFree=19293440/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=137016 CPUtime=762.33 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 135424 0 0 0 76180 53 0 0 25 0 1 0 545293717 140304384 27434 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 34254 27434 252 24 0 30888 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 137016

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.82 6/190 16567
/proc/meminfo: memFree=19355172/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=107460 CPUtime=822.32 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 148166 0 0 0 82173 59 0 0 25 0 1 0 545293717 110039040 20411 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 26865 20411 252 24 0 23499 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 107460

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.83 6/190 16569
/proc/meminfo: memFree=19267116/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=138532 CPUtime=882.32 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 153427 0 0 0 88169 63 0 0 25 0 1 0 545293717 141856768 25644 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 34633 25644 252 24 0 31267 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 138532

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.84 5/190 16573
/proc/meminfo: memFree=19293368/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=139352 CPUtime=942.32 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 157375 0 0 0 94167 65 0 0 25 0 1 0 545293717 142696448 29566 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 34838 29566 252 24 0 31472 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 139352

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.84 6/190 16575
/proc/meminfo: memFree=19290848/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=108976 CPUtime=1002.32 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 168433 0 0 0 100162 70 0 0 25 0 1 0 545293717 111591424 20833 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 27244 20833 252 24 0 23878 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 108976

[startup+1062.3 s]
/proc/loadavg: 4.04 4.01 3.85 6/190 16577
/proc/meminfo: memFree=19274944/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=139796 CPUtime=1062.33 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 173491 0 0 0 106160 73 0 0 25 0 1 0 545293717 143151104 25848 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 34949 25848 252 24 0 31583 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 139796

[startup+1122.3 s]
/proc/loadavg: 4.01 4.01 3.86 6/190 16578
/proc/meminfo: memFree=19228904/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=140428 CPUtime=1122.33 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 177091 0 0 0 112158 75 0 0 25 0 1 0 545293717 143798272 29428 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 35107 29428 252 24 0 31741 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 140428

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.87 6/190 16580
/proc/meminfo: memFree=19261728/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=192128 CPUtime=1182.33 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 181121 0 0 0 118155 78 0 0 25 0 1 0 545293717 196739072 33430 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 48032 33430 252 24 0 44666 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 192128

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.88 6/190 16581
/proc/meminfo: memFree=19214708/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=144820 CPUtime=1242.34 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 199772 0 0 0 124148 86 0 0 25 0 1 0 545293717 148295680 29676 33554432000 4194304 4291949 140736843004544 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 36205 29676 252 24 0 32839 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 144820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.02 3.89 6/190 16583
/proc/meminfo: memFree=19257096/32951124 swapFree=67111480/67111528
[pid=16529] ppid=16526 vsize=203824 CPUtime=1300.04 cores=5,7
/proc/16529/stat : 16529 (RestartSAT) R 16526 16529 15036 0 -1 4202496 205881 0 0 0 129916 88 0 0 25 0 1 0 545293717 208715776 35755 33554432000 4194304 4291949 140736843004544 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16529/statm: 50956 35755 252 24 0 47590 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 203824

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.06
CPU user time (s): 1299.17
CPU system time (s): 0.890864
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 203824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.17
system time used= 0.890864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 205881
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= 19
involuntary context switches= 13654

runsolver used 1.93571 second user time and 5.15522 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-23 11:23:52
IDJOB=3262810
IDBENCH=83896
IDSOLVER=1581
FILE ID=node111/3262810-1303550632
RUNJOBID= node111-1303550632-16505
PBS_JOBID= 13143127
Free space on /tmp= 71536 MiB

SOLVER NAME= RestartSAT A75
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
COMMAND LINE= HOME/RestartSAT -rfirst=1 -var-decay=0.75 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262810-1303550632/watcher-3262810-1303550632 -o /tmp/evaluation-result-3262810-1303550632/solver-3262810-1303550632 -C 2400 -W 1300 -M 7680  HOME/RestartSAT -rfirst=1 -var-decay=0.75 HOME/instance-3262810-1303550632.cnf

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=1043628556

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.83
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.849
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.67
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.849
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19607372 kB
Buffers:       2115584 kB
Cached:       10596676 kB
SwapCached:         44 kB
Active:        9081624 kB
Inactive:      3699824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19607372 kB
SwapTotal:    67111528 kB
SwapFree:     67111480 kB
Dirty:            3652 kB
Writeback:           0 kB
AnonPages:       68248 kB
Mapped:          14484 kB
Slab:           498848 kB
PageTables:       4592 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196612 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= 71532 MiB
End job on node111 at 2011-04-23 11:45:34