Trace number 3393937

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.06 5000.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
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 variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 4 cores: 0,2,4,6

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: 1.84 0.68 0.24 3/498 10142
/proc/meminfo: memFree=14311836/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=12424 CPUtime=0.01 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 713 0 0 0 1 0 0 0 25 0 1 0 718610418 12722176 474 33554432000 4194304 4479436 140735814201824 18446744073709551615 4244402 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/10142/statm: 3106 474 279 70 0 226 0

[startup+0.100863 s]
/proc/loadavg: 1.84 0.68 0.24 3/498 10142
/proc/meminfo: memFree=14311836/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=13680 CPUtime=0.09 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 1254 0 0 0 9 0 0 0 25 0 1 0 718610418 14008320 842 33554432000 4194304 4479436 140735814201824 18446744073709551615 4327640 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/10142/statm: 3420 842 314 70 0 540 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13680

[startup+0.200847 s]
/proc/loadavg: 1.84 0.68 0.24 3/498 10142
/proc/meminfo: memFree=14311836/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=13940 CPUtime=0.19 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 1319 0 0 0 19 0 0 0 25 0 1 0 718610418 14274560 907 33554432000 4194304 4479436 140735814201824 18446744073709551615 4311154 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/10142/statm: 3485 907 314 70 0 605 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13940

[startup+0.30083 s]
/proc/loadavg: 1.84 0.68 0.24 3/498 10142
/proc/meminfo: memFree=14311836/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=13940 CPUtime=0.29 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 1319 0 0 0 29 0 0 0 25 0 1 0 718610418 14274560 907 33554432000 4194304 4479436 140735814201824 18446744073709551615 4405856 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/10142/statm: 3485 907 314 70 0 605 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13940

[startup+0.700762 s]
/proc/loadavg: 1.84 0.68 0.24 3/498 10142
/proc/meminfo: memFree=14311836/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=15916 CPUtime=0.69 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 1717 0 0 0 69 0 0 0 25 0 1 0 718610418 16297984 1219 33554432000 4194304 4479436 140735814201824 18446744073709551615 4330286 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/10142/statm: 3979 1219 318 70 0 1099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15916

[startup+1.50066 s]
/proc/loadavg: 1.84 0.68 0.24 3/499 10143
/proc/meminfo: memFree=14306628/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=17468 CPUtime=1.49 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 2105 0 0 0 149 0 0 0 25 0 1 0 718610418 17887232 1607 33554432000 4194304 4479436 140735814201824 18446744073709551615 4451422 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/10142/statm: 4367 1607 318 70 0 1487 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17468

[startup+3.10039 s]
/proc/loadavg: 1.84 0.68 0.24 3/499 10143
/proc/meminfo: memFree=14303776/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=16704 CPUtime=3.09 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 2362 0 0 0 309 0 0 0 25 0 1 0 718610418 17104896 1416 33554432000 4194304 4479436 140735814201824 18446744073709551615 4344093 0 0 4096 1026 0 0 0 17 2 0 0 0
/proc/10142/statm: 4176 1416 318 70 0 1296 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16704

[startup+6.30084 s]
/proc/loadavg: 1.85 0.70 0.25 3/499 10143
/proc/meminfo: memFree=14302540/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=18116 CPUtime=6.27 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 3387 0 0 0 627 0 0 0 25 0 1 0 718610418 18550784 1769 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 4529 1769 318 70 0 1649 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18116

[startup+12.7008 s]
/proc/loadavg: 1.86 0.72 0.26 3/499 10143
/proc/meminfo: memFree=14301052/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=18616 CPUtime=12.67 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 4472 0 0 0 1267 0 0 0 25 0 1 0 718610418 19062784 1862 33554432000 4194304 4479436 140735814201824 18446744073709551615 4380272 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 4654 1862 318 70 0 1774 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18616

[startup+25.5006 s]
/proc/loadavg: 1.89 0.78 0.29 3/499 10144
/proc/meminfo: memFree=14300680/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=19260 CPUtime=25.47 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 6741 0 0 0 2547 0 0 0 25 0 1 0 718610418 19722240 2051 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450952 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 4815 2051 318 70 0 1935 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 19260

[startup+51.1003 s]
/proc/loadavg: 2.04 0.91 0.34 3/499 10144
/proc/meminfo: memFree=14296684/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=22904 CPUtime=51.07 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 12134 0 0 0 5106 1 0 0 25 0 1 0 718610418 23453696 2939 33554432000 4194304 4479436 140735814201824 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5726 2939 318 70 0 2846 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22904

[startup+102.301 s]
/proc/loadavg: 2.02 1.08 0.43 3/499 10146
/proc/meminfo: memFree=14299532/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23932 CPUtime=102.28 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 18983 0 0 0 10226 2 0 0 25 0 1 0 718610418 24506368 3196 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450984 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5983 3196 318 70 0 3103 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 23932

[startup+162.301 s]
/proc/loadavg: 2.07 1.26 0.53 3/499 10147
/proc/meminfo: memFree=14295540/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=25724 CPUtime=162.27 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 24647 0 0 0 16224 3 0 0 25 0 1 0 718610418 26341376 3644 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450921 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6431 3644 318 70 0 3551 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 25724

[startup+222.318 s]
/proc/loadavg: 2.23 1.45 0.64 3/499 10149
/proc/meminfo: memFree=14297256/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23804 CPUtime=222.29 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 31815 0 0 0 22225 4 0 0 25 0 1 0 718610418 24375296 3164 33554432000 4194304 4479436 140735814201824 18446744073709551615 4306813 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5951 3164 318 70 0 3071 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 23804

[startup+282.3 s]
/proc/loadavg: 2.28 1.61 0.74 3/499 10150
/proc/meminfo: memFree=14297980/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=24828 CPUtime=282.27 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 39847 0 0 0 28222 5 0 0 25 0 1 0 718610418 25423872 3420 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450996 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6207 3420 318 70 0 3327 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 24828

[startup+342.301 s]
/proc/loadavg: 2.22 1.72 0.83 3/499 10152
/proc/meminfo: memFree=14294980/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=29436 CPUtime=342.28 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 47367 0 0 0 34222 6 0 0 25 0 1 0 718610418 30142464 4572 33554432000 4194304 4479436 140735814201824 18446744073709551615 4451386 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 7359 4572 318 70 0 4479 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 29436

[startup+402.301 s]
/proc/loadavg: 2.08 1.77 0.90 3/499 10154
/proc/meminfo: memFree=14300036/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23420 CPUtime=402.27 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 52967 0 0 0 40221 6 0 0 25 0 1 0 718610418 23982080 3068 33554432000 4194304 4479436 140735814201824 18446744073709551615 4307042 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5855 3068 318 70 0 2975 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 23420

[startup+462.301 s]
/proc/loadavg: 2.03 1.81 0.97 3/499 10155
/proc/meminfo: memFree=14297408/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23804 CPUtime=462.27 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 59271 0 0 0 46220 7 0 0 25 0 1 0 718610418 24375296 3164 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450956 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5951 3164 318 70 0 3071 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 23804

[startup+522.301 s]
/proc/loadavg: 2.01 1.84 1.03 3/499 10157
/proc/meminfo: memFree=14299484/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23036 CPUtime=522.28 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 65511 0 0 0 52220 8 0 0 25 0 1 0 718610418 23588864 2972 33554432000 4194304 4479436 140735814201824 18446744073709551615 4382480 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5759 2972 318 70 0 2879 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 23036

[startup+582.301 s]
/proc/loadavg: 2.05 1.88 1.09 3/499 10158
/proc/meminfo: memFree=14294872/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=27900 CPUtime=582.28 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 72167 0 0 0 58219 9 0 0 25 0 1 0 718610418 28569600 4188 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450941 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6975 4188 318 70 0 4095 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 27900

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 10344
/proc/meminfo: memFree=14247464/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=27264 CPUtime=4062.33 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 425512 0 0 0 406180 53 0 0 25 0 1 0 718610418 27918336 4029 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6816 4029 318 70 0 3936 0
Current children cumulated CPU time (s) 4062.33
Current children cumulated vsize (KiB) 27264

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 10346
/proc/meminfo: memFree=14249432/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23552 CPUtime=4122.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 431304 0 0 0 412178 54 0 0 25 0 1 0 718610418 24117248 3101 33554432000 4194304 4479436 140735814201824 18446744073709551615 4451016 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5888 3101 318 70 0 3008 0
Current children cumulated CPU time (s) 4122.32
Current children cumulated vsize (KiB) 23552

[startup+4182.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 10347
/proc/meminfo: memFree=14248308/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=27776 CPUtime=4182.34 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 439048 0 0 0 418179 55 0 0 25 0 1 0 718610418 28442624 4157 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450896 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6944 4157 318 70 0 4064 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 27776

[startup+4242.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/499 10349
/proc/meminfo: memFree=14245056/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23552 CPUtime=4242.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 443208 0 0 0 424176 56 0 0 25 0 1 0 718610418 24117248 3101 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5888 3101 318 70 0 3008 0
Current children cumulated CPU time (s) 4242.32
Current children cumulated vsize (KiB) 23552

[startup+4302.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/499 10351
/proc/meminfo: memFree=14248516/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=27776 CPUtime=4302.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 450088 0 0 0 430176 56 0 0 25 0 1 0 718610418 28442624 4157 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450994 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6944 4157 318 70 0 4064 0
Current children cumulated CPU time (s) 4302.32
Current children cumulated vsize (KiB) 27776

[startup+4362.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/499 10352
/proc/meminfo: memFree=14248012/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=28800 CPUtime=4362.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 456680 0 0 0 436175 57 0 0 25 0 1 0 718610418 29491200 4413 33554432000 4194304 4479436 140735814201824 18446744073709551615 4306804 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 7200 4413 318 70 0 4320 0
Current children cumulated CPU time (s) 4362.32
Current children cumulated vsize (KiB) 28800

[startup+4422.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/499 10354
/proc/meminfo: memFree=14248620/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=27520 CPUtime=4422.33 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 461768 0 0 0 442175 58 0 0 25 0 1 0 718610418 28180480 4093 33554432000 4194304 4479436 140735814201824 18446744073709551615 4451215 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6880 4093 318 70 0 4000 0
Current children cumulated CPU time (s) 4422.33
Current children cumulated vsize (KiB) 27520

[startup+4482.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/499 10355
/proc/meminfo: memFree=14246992/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=27648 CPUtime=4482.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 465640 0 0 0 448174 58 0 0 25 0 1 0 718610418 28311552 4125 33554432000 4194304 4479436 140735814201824 18446744073709551615 4452335 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6912 4125 318 70 0 4032 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 27648

[startup+4542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/499 10357
/proc/meminfo: memFree=14252556/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23680 CPUtime=4542.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 469736 0 0 0 454173 59 0 0 25 0 1 0 718610418 24248320 3133 33554432000 4194304 4479436 140735814201824 18446744073709551615 4451088 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5920 3133 318 70 0 3040 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 23680

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/499 10359
/proc/meminfo: memFree=14247704/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=29440 CPUtime=4602.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 477064 0 0 0 460172 60 0 0 25 0 1 0 718610418 30146560 4573 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450949 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 7360 4573 318 70 0 4480 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 29440

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 10360
/proc/meminfo: memFree=14250408/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=24448 CPUtime=4662.32 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 483272 0 0 0 466171 61 0 0 25 0 1 0 718610418 25034752 3325 33554432000 4194304 4479436 140735814201824 18446744073709551615 4452022 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 6112 3325 318 70 0 3232 0
Current children cumulated CPU time (s) 4662.32
Current children cumulated vsize (KiB) 24448

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 10362
/proc/meminfo: memFree=14252856/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=23552 CPUtime=4722.34 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 488520 0 0 0 472172 62 0 0 25 0 1 0 718610418 24117248 3101 33554432000 4194304 4479436 140735814201824 18446744073709551615 4452285 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 5888 3101 318 70 0 3008 0
Current children cumulated CPU time (s) 4722.34
Current children cumulated vsize (KiB) 23552

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 10363
/proc/meminfo: memFree=14246516/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=28032 CPUtime=4782.33 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 495496 0 0 0 478170 63 0 0 25 0 1 0 718610418 28704768 4221 33554432000 4194304 4479436 140735814201824 18446744073709551615 4453592 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 7008 4221 318 70 0 4128 0
Current children cumulated CPU time (s) 4782.33
Current children cumulated vsize (KiB) 28032

[startup+4842.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 10365
/proc/meminfo: memFree=14239064/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=29824 CPUtime=4842.34 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 503176 0 0 0 484171 63 0 0 25 0 1 0 718610418 30539776 4669 33554432000 4194304 4479436 140735814201824 18446744073709551615 4450905 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 7456 4669 318 70 0 4576 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 29824

[startup+4902.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/499 10367
/proc/meminfo: memFree=14245128/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=29056 CPUtime=4902.33 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 507912 0 0 0 490169 64 0 0 25 0 1 0 718610418 29753344 4477 33554432000 4194304 4479436 140735814201824 18446744073709551615 4382488 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 7264 4477 318 70 0 4384 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 29056

[startup+4962.3 s]
/proc/loadavg: 2.16 2.06 2.02 3/499 10368
/proc/meminfo: memFree=14246736/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=30080 CPUtime=4962.33 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 515656 0 0 0 496168 65 0 0 25 0 1 0 718610418 30801920 4733 33554432000 4194304 4479436 140735814201824 18446744073709551615 4451904 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 7520 4733 318 70 0 4640 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 30080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.15 2.07 2.02 3/499 10369
/proc/meminfo: memFree=14236060/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=33024 CPUtime=5000.05 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 520104 0 0 0 499939 66 0 0 25 0 1 0 718610418 33816576 5469 33554432000 4194304 4479436 140735814201824 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 8256 5469 318 70 0 5376 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 33024

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

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

[startup+5000 s]
/proc/loadavg: 2.15 2.07 2.02 3/499 10369
/proc/meminfo: memFree=14236060/32951132 swapFree=64496012/67111528
[pid=10142] ppid=10140 vsize=33024 CPUtime=5000.05 cores=0,2,4,6
/proc/10142/stat : 10142 (MPhaseSAT64) R 10140 10142 10074 0 -1 4202496 520104 0 0 0 499939 66 0 0 25 0 1 0 718610418 33816576 5469 33554432000 4194304 4479436 140735814201824 18446744073709551615 4452031 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/10142/statm: 8256 5469 318 70 0 5376 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 33024

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.06
CPU user time (s): 4999.4
CPU system time (s): 0.661899
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 34304

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

runsolver used 25.2892 second user time and 52.578 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-22 15:15:08
IDJOB=3393937
IDBENCH=70785
IDSOLVER=1879
FILE ID=node129/3393937-1306070108
RUNJOBID= node129-1306069996-10092
PBS_JOBID= 13387874
Free space on /tmp= 72976 MiB

SOLVER NAME= MPhaseSAT64 2011-05-14 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= MPhaseSAT64 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3393937-1306070108/watcher-3393937-1306070108 -o /tmp/evaluation-result-3393937-1306070108/solver-3393937-1306070108 -C 5000 -W 5100 -M 15500  MPhaseSAT64 HOME/instance-3393937-1306070108.cnf

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=1884916844

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:      14312000 kB
Buffers:        323008 kB
Cached:       10281768 kB
SwapCached:      52656 kB
Active:        7682928 kB
Inactive:     10662632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14312000 kB
SwapTotal:    67111528 kB
SwapFree:     64496012 kB
Dirty:             412 kB
Writeback:           0 kB
AnonPages:     7696956 kB
Mapped:          30376 kB
Slab:           165216 kB
PageTables:      58972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147333324 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 16:38:30