Trace number 3281545

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
MPhaseSAT_M 2011-02-16? (TO) 1294.48 1300.02

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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-3281545-1303752235/watcher-3281545-1303752235 -o /tmp/evaluation-result-3281545-1303752235/solver-3281545-1303752235 -C 2400 -W 1300 -M 7680 MPhaseSAT_M HOME/instance-3281545-1303752235.cnf 

running on 2 cores: 1,3

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: 5.04 4.23 3.90 6/187 28204
/proc/meminfo: memFree=17402056/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=11800 CPUtime=0 cores=1,3
/proc/28204/stat : 28204 (runsolver) R 28202 28204 27276 0 -1 4202560 41 0 0 0 0 0 0 0 21 0 1 0 486823423 12083200 51 33554432000 4194304 5434984 140736216727936 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 3 0 0 0
/proc/28204/statm: 2950 51 31 303 0 2644 0

[startup+0.085108 s]
/proc/loadavg: 5.04 4.23 3.90 6/187 28204
/proc/meminfo: memFree=17402056/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=53628 CPUtime=0.06 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 677 0 0 0 6 0 0 0 21 0 1 0 486823423 54915072 619 33554432000 134512640 134829744 4289302128 18446744073709551615 134531756 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 13407 619 225 78 0 12693 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 53628

[startup+0.1011 s]
/proc/loadavg: 5.04 4.23 3.90 6/187 28204
/proc/meminfo: memFree=17402056/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=53628 CPUtime=0.07 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 677 0 0 0 7 0 0 0 21 0 1 0 486823423 54915072 619 33554432000 134512640 134829744 4289302128 18446744073709551615 5339891 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 13407 619 225 78 0 12693 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53628

[startup+0.301032 s]
/proc/loadavg: 5.04 4.23 3.90 6/187 28204
/proc/meminfo: memFree=17402056/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=53628 CPUtime=0.21 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 1168 0 0 0 21 0 0 0 22 0 1 0 486823423 54915072 1110 33554432000 134512640 134829744 4289302128 18446744073709551615 5339481 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 13407 1110 225 78 0 12693 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 53628

[startup+0.700962 s]
/proc/loadavg: 5.04 4.23 3.90 6/187 28204
/proc/meminfo: memFree=17402056/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=53628 CPUtime=0.61 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 3209 0 0 0 61 0 0 0 24 0 1 0 486823423 54915072 3151 33554432000 134512640 134829744 4289302128 18446744073709551615 5346340 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 13407 3151 225 78 0 12693 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 53628

[startup+1.50086 s]
/proc/loadavg: 5.20 4.27 3.92 5/188 28205
/proc/meminfo: memFree=17351724/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=53628 CPUtime=1.12 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 4728 0 0 0 110 2 0 0 25 0 1 0 486823423 54915072 4670 33554432000 134512640 134829744 4289302128 18446744073709551615 134531788 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 13407 4670 225 78 0 12693 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 53628

[startup+3.10055 s]
/proc/loadavg: 5.20 4.27 3.92 5/188 28205
/proc/meminfo: memFree=17302868/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=53628 CPUtime=2.56 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 11018 0 0 0 251 5 0 0 25 0 1 0 486823423 54915072 10960 33554432000 134512640 134829744 4289302128 18446744073709551615 5203560 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 13407 10960 225 78 0 12693 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 53628

[startup+6.301 s]
/proc/loadavg: 5.20 4.27 3.92 5/188 28205
/proc/meminfo: memFree=16937296/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=291768 CPUtime=5.62 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 72353 0 0 0 548 14 0 0 25 0 1 0 486823423 298770432 70546 33554432000 134512640 134829744 4289302128 18446744073709551615 5450167 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 72942 70546 400 78 0 72228 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 291768

[startup+12.7009 s]
/proc/loadavg: 5.55 4.38 3.96 5/188 28206
/proc/meminfo: memFree=16366500/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=357980 CPUtime=11.67 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 92966 0 0 0 1142 25 0 0 25 0 1 0 486823423 366571520 86581 33554432000 134512640 134829744 4289302128 18446744073709551615 134719907 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 89495 86581 416 78 0 88781 0
Current children cumulated CPU time (s) 11.67
Current children cumulated vsize (KiB) 357980

[startup+25.5007 s]
/proc/loadavg: 5.86 4.48 3.99 5/188 28206
/proc/meminfo: memFree=16203204/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=357980 CPUtime=23.6 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 93009 0 0 0 2324 36 0 0 25 0 1 0 486823423 366571520 86624 33554432000 134512640 134829744 4289302128 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 89495 86624 416 78 0 88781 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 357980

[startup+51.1002 s]
/proc/loadavg: 6.44 4.73 4.09 6/188 28206
/proc/meminfo: memFree=15182380/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=47.75 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 175794 0 0 0 4711 64 0 0 25 0 1 0 486823423 370323456 88098 33554432000 134512640 134829744 4289302128 18446744073709551615 134624903 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 90411 88098 417 78 0 89697 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 361644

[startup+102.306 s]
/proc/loadavg: 6.95 5.16 4.27 5/182 28214
/proc/meminfo: memFree=17226952/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=97.66 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 176153 0 0 0 9674 92 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 97.66
Current children cumulated vsize (KiB) 361644

[startup+162.301 s]
/proc/loadavg: 7.31 5.59 4.47 3/180 28242
/proc/meminfo: memFree=17789304/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=157.37 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 176757 0 0 0 15643 94 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 157.37
Current children cumulated vsize (KiB) 361644

[startup+222.301 s]
/proc/loadavg: 6.24 5.66 4.57 5/188 28265
/proc/meminfo: memFree=17612384/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=217.04 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 177361 0 0 0 21598 106 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 3 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 217.04
Current children cumulated vsize (KiB) 361644

[startup+282.3 s]
/proc/loadavg: 4.98 5.40 4.54 5/188 28266
/proc/meminfo: memFree=17611460/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=276.72 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 177663 0 0 0 27566 106 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134723906 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 276.72
Current children cumulated vsize (KiB) 361644

[startup+342.301 s]
/proc/loadavg: 4.36 5.14 4.51 5/188 28268
/proc/meminfo: memFree=17607544/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=336.73 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 177965 0 0 0 33566 107 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661064 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 336.73
Current children cumulated vsize (KiB) 361644

[startup+402.3 s]
/proc/loadavg: 4.17 4.95 4.48 5/188 28270
/proc/meminfo: memFree=17595040/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=396.73 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 178267 0 0 0 39566 107 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661064 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 396.73
Current children cumulated vsize (KiB) 361644

[startup+462.301 s]
/proc/loadavg: 4.06 4.77 4.45 5/188 28272
/proc/meminfo: memFree=17614736/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=456.73 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 178569 0 0 0 45566 107 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134723565 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 456.73
Current children cumulated vsize (KiB) 361644

[startup+522.301 s]
/proc/loadavg: 4.02 4.63 4.42 5/188 28273
/proc/meminfo: memFree=17610660/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=516.73 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 178569 0 0 0 51566 107 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134668064 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 516.73
Current children cumulated vsize (KiB) 361644

[startup+582.3 s]
/proc/loadavg: 4.01 4.51 4.39 5/188 28274
/proc/meminfo: memFree=17605556/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=576.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 178871 0 0 0 57567 107 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134624946 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 576.74
Current children cumulated vsize (KiB) 361644

[startup+642.301 s]
/proc/loadavg: 4.04 4.43 4.36 5/188 28276
/proc/meminfo: memFree=17602948/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=636.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 179173 0 0 0 63566 108 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 636.74
Current children cumulated vsize (KiB) 361644

[startup+702.306 s]
/proc/loadavg: 4.01 4.35 4.34 5/188 28278
/proc/meminfo: memFree=17601580/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=696.75 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 179173 0 0 0 69567 108 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134719587 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 696.75
Current children cumulated vsize (KiB) 361644

[startup+762.301 s]
/proc/loadavg: 4.00 4.28 4.32 5/188 28280
/proc/meminfo: memFree=17601440/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=756.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 179475 0 0 0 75566 108 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661731 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 756.74
Current children cumulated vsize (KiB) 361644

[startup+822.301 s]
/proc/loadavg: 3.28 4.04 4.23 3/176 28315
/proc/meminfo: memFree=17882852/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=816.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 179777 0 0 0 81566 108 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134712897 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 816.74
Current children cumulated vsize (KiB) 361644

[startup+882.3 s]
/proc/loadavg: 2.47 3.67 4.09 3/176 28316
/proc/meminfo: memFree=17882104/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=876.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 179777 0 0 0 87566 108 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134719767 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 876.74
Current children cumulated vsize (KiB) 361644

[startup+942.301 s]
/proc/loadavg: 2.17 3.36 3.95 3/176 28318
/proc/meminfo: memFree=17882344/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=936.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180079 0 0 0 93566 108 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134721219 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 936.74
Current children cumulated vsize (KiB) 361644

[startup+1002.3 s]
/proc/loadavg: 2.06 3.11 3.83 3/176 28320
/proc/meminfo: memFree=17881476/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=996.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180079 0 0 0 99566 108 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 996.74
Current children cumulated vsize (KiB) 361644

[startup+1062.3 s]
/proc/loadavg: 2.02 2.91 3.71 3/176 28322
/proc/meminfo: memFree=17881468/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=1056.75 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180381 0 0 0 105566 109 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 1056.75
Current children cumulated vsize (KiB) 361644

[startup+1122.3 s]
/proc/loadavg: 2.01 2.74 3.60 3/176 28323
/proc/meminfo: memFree=17881464/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=1116.74 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180683 0 0 0 111565 109 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 5482454 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 1116.74
Current children cumulated vsize (KiB) 361644

[startup+1182.3 s]
/proc/loadavg: 2.00 2.60 3.50 3/176 28324
/proc/meminfo: memFree=17881452/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=1176.75 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180683 0 0 0 117566 109 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661441 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 1176.75
Current children cumulated vsize (KiB) 361644

[startup+1242.3 s]
/proc/loadavg: 2.00 2.49 3.40 3/176 28326
/proc/meminfo: memFree=17881448/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=1236.75 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180985 0 0 0 123566 109 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661169 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 1236.75
Current children cumulated vsize (KiB) 361644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.66 2.32 3.29 2/170 28346
/proc/meminfo: memFree=18021064/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=1294.45 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180985 0 0 0 129336 109 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 1294.45
Current children cumulated vsize (KiB) 361644

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

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

[startup+1300 s]
/proc/loadavg: 1.66 2.32 3.29 2/170 28346
/proc/meminfo: memFree=18021064/32951132 swapFree=67111528/67111528
[pid=28204] ppid=28202 vsize=361644 CPUtime=1294.45 cores=1,3
/proc/28204/stat : 28204 (MPhaseSAT_M) R 28202 28204 27276 0 -1 4202496 180985 0 0 0 129336 109 0 0 25 0 1 0 486823423 370323456 88155 33554432000 134512640 134829744 4289302128 18446744073709551615 134661122 0 0 4096 1026 0 0 0 17 1 0 0 0
/proc/28204/statm: 90411 88155 417 78 0 89697 0
Current children cumulated CPU time (s) 1294.45
Current children cumulated vsize (KiB) 361644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1294.48
CPU user time (s): 1293.36
CPU system time (s): 1.11383
CPU usage (%): 99.5734
Max. virtual memory (cumulated for all children) (KiB): 366988

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

runsolver used 2.00969 second user time and 4.66629 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-25 19:23:58
IDJOB=3281545
IDBENCH=69571
IDSOLVER=1522
FILE ID=node131/3281545-1303752235
RUNJOBID= node131-1303752211-28136
PBS_JOBID= 13154031
Free space on /tmp= 71368 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281545-1303752235/watcher-3281545-1303752235 -o /tmp/evaluation-result-3281545-1303752235/solver-3281545-1303752235 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3281545-1303752235.cnf

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=1435431134

node131.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.830
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.830
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.75
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.830
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.83
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.830
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.75
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.830
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.77
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.830
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.75
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17405552 kB
Buffers:       1001476 kB
Cached:       13629456 kB
SwapCached:          0 kB
Active:        5479240 kB
Inactive:      9530200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17405552 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          706504 kB
Writeback:           0 kB
AnonPages:      377548 kB
Mapped:          16484 kB
Slab:           473936 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   809416 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= 71988 MiB
End job on node131 at 2011-04-25 19:45:40