Trace number 3394353

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
MPhaseSAT64 2011-05-14 (fixed)? (TO) 5000.1 5000.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

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: 961)

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-3394353-1306077926/watcher-3394353-1306077926 -o /tmp/evaluation-result-3394353-1306077926/solver-3394353-1306077926 -C 5000 -W 5100 -M 15500 MPhaseSAT64 HOME/instance-3394353-1306077926.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.20 2.06 2.05 2/498 10646
/proc/meminfo: memFree=14246296/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=15340 CPUtime=0.01 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 477 0 0 0 1 0 0 0 25 0 1 0 719392272 15708160 418 33554432000 4194304 4479436 140734425003760 18446744073709551615 210647146240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 3835 418 267 70 0 955 0

[startup+0.0439769 s]
/proc/loadavg: 2.20 2.06 2.05 2/498 10646
/proc/meminfo: memFree=14246296/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=15340 CPUtime=0.04 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 739 0 0 0 4 0 0 0 25 0 1 0 719392272 15708160 680 33554432000 4194304 4479436 140734425003760 18446744073709551615 210646680053 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 3835 680 267 70 0 955 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15340

[startup+0.100969 s]
/proc/loadavg: 2.20 2.06 2.05 2/498 10646
/proc/meminfo: memFree=14246296/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=19952 CPUtime=0.09 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 2541 0 0 0 9 0 0 0 25 0 1 0 719392272 20430848 2182 33554432000 4194304 4479436 140734425003760 18446744073709551615 4244438 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 4988 2182 303 70 0 2108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19952

[startup+0.300937 s]
/proc/loadavg: 2.20 2.06 2.05 2/498 10646
/proc/meminfo: memFree=14246296/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=19196 CPUtime=0.29 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 14099 0 0 0 28 1 0 0 25 0 1 0 719392272 19656704 2148 33554432000 4194304 4479436 140734425003760 18446744073709551615 4244395 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 4799 2148 341 70 0 1919 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19196

[startup+0.70088 s]
/proc/loadavg: 2.20 2.06 2.05 2/498 10646
/proc/meminfo: memFree=14246296/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=19196 CPUtime=0.69 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 37642 0 0 0 64 5 0 0 25 0 1 0 719392272 19656704 1472 33554432000 4194304 4479436 140734425003760 18446744073709551615 4244051 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 4799 1472 341 70 0 1919 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19196

[startup+1.50074 s]
/proc/loadavg: 2.20 2.06 2.05 3/499 10647
/proc/meminfo: memFree=14230920/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=29364 CPUtime=1.49 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 51193 0 0 0 143 6 0 0 25 0 1 0 719392272 30068736 4720 33554432000 4194304 4479436 140734425003760 18446744073709551615 4397462 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 7341 4720 371 70 0 4461 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29364

[startup+3.10047 s]
/proc/loadavg: 2.20 2.06 2.05 3/499 10647
/proc/meminfo: memFree=14226704/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=32788 CPUtime=3.09 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 51902 0 0 0 303 6 0 0 25 0 1 0 719392272 33574912 5429 33554432000 4194304 4479436 140734425003760 18446744073709551615 4308035 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 8197 5429 377 70 0 5317 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32788

[startup+6.30093 s]
/proc/loadavg: 2.19 2.06 2.05 4/499 10648
/proc/meminfo: memFree=14221312/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=26300 CPUtime=6.29 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 52616 0 0 0 623 6 0 0 25 0 1 0 719392272 26931200 3993 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 6575 3993 380 70 0 3695 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26300

[startup+12.7009 s]
/proc/loadavg: 2.17 2.06 2.05 3/499 10648
/proc/meminfo: memFree=14227640/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=26808 CPUtime=12.7 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 53393 0 0 0 1263 7 0 0 25 0 1 0 719392272 27451392 4096 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450959 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 6702 4096 380 70 0 3822 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 26808

[startup+25.5007 s]
/proc/loadavg: 2.29 2.09 2.06 3/499 10648
/proc/meminfo: memFree=14224672/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=30860 CPUtime=25.49 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 55581 0 0 0 2542 7 0 0 25 0 1 0 719392272 31600640 5109 33554432000 4194304 4479436 140734425003760 18446744073709551615 4307253 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 7715 5109 380 70 0 4835 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30860

[startup+51.1004 s]
/proc/loadavg: 2.19 2.08 2.05 3/499 10649
/proc/meminfo: memFree=14212756/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=40544 CPUtime=51.09 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 61573 0 0 0 5102 7 0 0 25 0 1 0 719392272 41517056 7538 33554432000 4194304 4479436 140734425003760 18446744073709551615 4307240 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 10136 7538 360 70 0 7256 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 40544

[startup+102.319 s]
/proc/loadavg: 2.14 2.08 2.05 3/499 10650
/proc/meminfo: memFree=14211632/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=40544 CPUtime=102.31 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 61573 0 0 0 10223 8 0 0 25 0 1 0 719392272 41517056 7538 33554432000 4194304 4479436 140734425003760 18446744073709551615 4402839 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 10136 7538 360 70 0 7256 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 40544

[startup+162.301 s]
/proc/loadavg: 2.05 2.07 2.05 3/499 10652
/proc/meminfo: memFree=14208276/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=43616 CPUtime=162.3 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 62341 0 0 0 16222 8 0 0 25 0 1 0 719392272 44662784 8306 33554432000 4194304 4479436 140734425003760 18446744073709551615 4340639 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 10904 8306 360 70 0 8024 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 43616

[startup+222.301 s]
/proc/loadavg: 2.02 2.05 2.04 3/499 10653
/proc/meminfo: memFree=14213968/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=43616 CPUtime=222.3 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 62341 0 0 0 22222 8 0 0 25 0 1 0 719392272 44662784 8306 33554432000 4194304 4479436 140734425003760 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 10904 8306 360 70 0 8024 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 43616

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.04 3/499 10655
/proc/meminfo: memFree=14205780/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=43616 CPUtime=282.3 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 62341 0 0 0 28222 8 0 0 25 0 1 0 719392272 44662784 8306 33554432000 4194304 4479436 140734425003760 18446744073709551615 4382610 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 10904 8306 360 70 0 8024 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 43616

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.03 3/499 10656
/proc/meminfo: memFree=14189780/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=60004 CPUtime=342.29 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 66438 0 0 0 34221 8 0 0 25 0 1 0 719392272 61444096 12403 33554432000 4194304 4479436 140734425003760 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15001 12403 360 70 0 12121 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 60004

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/499 10658
/proc/meminfo: memFree=14198564/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=51812 CPUtime=402.29 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 67462 0 0 0 40221 8 0 0 25 0 1 0 719392272 53055488 10355 33554432000 4194304 4479436 140734425003760 18446744073709551615 4382624 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 12953 10355 360 70 0 10073 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 51812

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.02 3/499 10660
/proc/meminfo: memFree=14205872/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=51812 CPUtime=462.3 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 69510 0 0 0 46221 9 0 0 25 0 1 0 719392272 53055488 10355 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450900 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 12953 10355 360 70 0 10073 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 51812

[startup+522.3 s]
/proc/loadavg: 2.07 2.04 2.02 3/499 10661
/proc/meminfo: memFree=14198664/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=51812 CPUtime=522.3 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 72582 0 0 0 52221 9 0 0 25 0 1 0 719392272 53055488 10355 33554432000 4194304 4479436 140734425003760 18446744073709551615 4451003 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 12953 10355 360 70 0 10073 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 51812

[startup+582.301 s]
/proc/loadavg: 2.02 2.03 2.02 3/499 10663
/proc/meminfo: memFree=14190468/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=60004 CPUtime=582.3 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 75654 0 0 0 58221 9 0 0 25 0 1 0 719392272 61444096 12403 33554432000 4194304 4479436 140734425003760 18446744073709551615 4384189 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15001 12403 360 70 0 12121 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 60004

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/499 10766
/proc/meminfo: memFree=14186988/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=60004 CPUtime=4002.35 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 178054 0 0 0 400215 20 0 0 25 0 1 0 719392272 61444096 12403 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15001 12403 360 70 0 12121 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 60004

[startup+4062.32 s]
/proc/loadavg: 2.07 2.04 2.01 3/499 10768
/proc/meminfo: memFree=14185612/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=60004 CPUtime=4062.37 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 180102 0 0 0 406217 20 0 0 25 0 1 0 719392272 61444096 12403 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450918 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15001 12403 360 70 0 12121 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 60004

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 10769
/proc/meminfo: memFree=14185832/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=60004 CPUtime=4122.35 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 180102 0 0 0 412215 20 0 0 25 0 1 0 719392272 61444096 12403 33554432000 4194304 4479436 140734425003760 18446744073709551615 4451942 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15001 12403 360 70 0 12121 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 60004

[startup+4182.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/499 10771
/proc/meminfo: memFree=14186200/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=60004 CPUtime=4182.35 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 182150 0 0 0 418215 20 0 0 25 0 1 0 719392272 61444096 12403 33554432000 4194304 4479436 140734425003760 18446744073709551615 4380256 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15001 12403 360 70 0 12121 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 60004

[startup+4242.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/499 10772
/proc/meminfo: memFree=14202688/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=51812 CPUtime=4242.35 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 182150 0 0 0 424215 20 0 0 25 0 1 0 719392272 53055488 10355 33554432000 4194304 4479436 140734425003760 18446744073709551615 4451307 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 12953 10355 360 70 0 10073 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 51812

[startup+4302.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/499 10774
/proc/meminfo: memFree=14186556/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=60004 CPUtime=4302.35 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 184198 0 0 0 430215 20 0 0 25 0 1 0 719392272 61444096 12403 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450984 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15001 12403 360 70 0 12121 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 60004

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 10776
/proc/meminfo: memFree=14192876/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=53476 CPUtime=4362.35 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 184614 0 0 0 436215 20 0 0 25 0 1 0 719392272 54759424 10771 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450802 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 13369 10771 360 70 0 10489 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 53476

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 10777
/proc/meminfo: memFree=14184920/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4422.36 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 186662 0 0 0 442215 21 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4451876 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 61668

[startup+4482.3 s]
/proc/loadavg: 1.94 2.00 1.99 3/499 10807
/proc/meminfo: memFree=14231372/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4482.36 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 188710 0 0 0 448215 21 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4384761 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 61668

[startup+4542.3 s]
/proc/loadavg: 1.98 2.00 1.99 3/499 10808
/proc/meminfo: memFree=14228140/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4542.36 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 188710 0 0 0 454215 21 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450757 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 61668

[startup+4602.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/499 10810
/proc/meminfo: memFree=14226136/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4602.37 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 190758 0 0 0 460216 21 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450952 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 61668

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/499 10812
/proc/meminfo: memFree=14232948/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=53476 CPUtime=4662.36 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 190758 0 0 0 466215 21 0 0 25 0 1 0 719392272 54759424 10771 33554432000 4194304 4479436 140734425003760 18446744073709551615 4306813 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 13369 10771 360 70 0 10489 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 53476

[startup+4722.32 s]
/proc/loadavg: 2.07 2.04 2.00 3/499 10813
/proc/meminfo: memFree=14224380/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4722.38 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 192806 0 0 0 472217 21 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4307064 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 61668

[startup+4782.3 s]
/proc/loadavg: 2.07 2.05 2.00 3/499 10815
/proc/meminfo: memFree=14233664/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=53476 CPUtime=4782.36 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 192806 0 0 0 478215 21 0 0 25 0 1 0 719392272 54759424 10771 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450984 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 13369 10771 360 70 0 10489 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 53476

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 10816
/proc/meminfo: memFree=14226220/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4842.36 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 194854 0 0 0 484215 21 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 61668

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 10818
/proc/meminfo: memFree=14222860/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4902.37 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 196902 0 0 0 490215 22 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4308284 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 61668

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 10820
/proc/meminfo: memFree=14226192/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=4962.37 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 196902 0 0 0 496215 22 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4306752 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 61668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 10821
/proc/meminfo: memFree=14226428/32951132 swapFree=64496012/67111528
[pid=10646] ppid=10644 vsize=61668 CPUtime=5000.08 cores=1,3,5,7
/proc/10646/stat : 10646 (MPhaseSAT64) R 10644 10646 10074 0 -1 4202496 198950 0 0 0 499986 22 0 0 25 0 1 0 719392272 63148032 12819 33554432000 4194304 4479436 140734425003760 18446744073709551615 4451035 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/10646/statm: 15417 12819 360 70 0 12537 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 61668

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): 5000.02
CPU time (s): 5000.1
CPU user time (s): 4999.87
CPU system time (s): 0.223965
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 61668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.87
system time used= 0.223965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198950
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= 10
involuntary context switches= 10091

runsolver used 22.6965 second user time and 56.7554 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-22 17:25:27
IDJOB=3394353
IDBENCH=83113
IDSOLVER=1879
FILE ID=node129/3394353-1306077926
RUNJOBID= node129-1306069996-10093
PBS_JOBID= 13387874
Free space on /tmp= 72968 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394353-1306077926/watcher-3394353-1306077926 -o /tmp/evaluation-result-3394353-1306077926/solver-3394353-1306077926 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3394353-1306077926.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=775815164

node129.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.831
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.66
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.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.831
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.831
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.82
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.831
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.74
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.831
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.831
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.831
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:     32951132 kB
MemFree:      14246576 kB
Buffers:        324340 kB
Cached:       10303384 kB
SwapCached:      52656 kB
Active:        7738452 kB
Inactive:     10672616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14246576 kB
SwapTotal:    67111528 kB
SwapFree:     64496012 kB
Dirty:            3532 kB
Writeback:           0 kB
AnonPages:     7739184 kB
Mapped:          30148 kB
Slab:           165492 kB
PageTables:      59256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147375160 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72972 MiB
End job on node129 at 2011-05-22 18:48:49