Trace number 3095283

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) 1299.73 1300.02

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v40000-c168000-S845438593-067-UNKNOWN.cnf
MD5SUM3b06c2c5c22c8501e021c8b11d20bcd0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1042.77
Satisfiable
(Un)Satisfiability was proved
Number of variables40000
Number of clauses168000
Sum of the clauses size504000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3168000
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 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.95 3.95 3.57 4/193 18042
/proc/meminfo: memFree=20925448/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=5772 CPUtime=0 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 336 0 0 0 0 0 0 0 25 0 1 0 286585127 5910528 276 33554432000 134512640 134829744 4294477648 18446744073709551615 4294960144 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 1443 276 225 78 0 729 0

[startup+0.0395999 s]
/proc/loadavg: 3.95 3.95 3.57 4/193 18042
/proc/meminfo: memFree=20925448/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=5772 CPUtime=0.03 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 502 0 0 0 3 0 0 0 25 0 1 0 286585127 5910528 442 33554432000 134512640 134829744 4294477648 18446744073709551615 10028782 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 1443 444 225 78 0 729 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5772

[startup+0.100591 s]
/proc/loadavg: 3.95 3.95 3.57 4/193 18042
/proc/meminfo: memFree=20925448/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=5772 CPUtime=0.09 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 809 0 0 0 9 0 0 0 25 0 1 0 286585127 5910528 749 33554432000 134512640 134829744 4294477648 18446744073709551615 10156287 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 1443 749 225 78 0 729 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5772

[startup+0.300562 s]
/proc/loadavg: 3.95 3.95 3.57 4/193 18042
/proc/meminfo: memFree=20925448/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=18896 CPUtime=0.29 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 9282 0 0 0 28 1 0 0 25 0 1 0 286585127 19349504 3920 33554432000 134512640 134829744 4294477648 18446744073709551615 10278396 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 4724 3921 325 78 0 4010 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18896

[startup+0.700486 s]
/proc/loadavg: 3.95 3.95 3.57 4/193 18042
/proc/meminfo: memFree=20925448/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=36292 CPUtime=0.69 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 14161 0 0 0 68 1 0 0 25 0 1 0 286585127 37163008 8208 33554432000 134512640 134829744 4294477648 18446744073709551615 134667734 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 9073 8208 338 78 0 8359 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36292

[startup+1.50037 s]
/proc/loadavg: 3.95 3.95 3.57 5/194 18044
/proc/meminfo: memFree=20893928/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=34412 CPUtime=1.49 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 14410 0 0 0 148 1 0 0 25 0 1 0 286585127 35237888 7751 33554432000 134512640 134829744 4294477648 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 8603 7751 350 78 0 7889 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34412

[startup+3.10107 s]
/proc/loadavg: 3.95 3.95 3.57 5/194 18044
/proc/meminfo: memFree=20892812/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=35344 CPUtime=3.09 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 14664 0 0 0 308 1 0 0 25 0 1 0 286585127 36192256 8005 33554432000 134512640 134829744 4294477648 18446744073709551615 134658052 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 8836 8005 350 78 0 8122 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35344

[startup+6.30045 s]
/proc/loadavg: 3.96 3.95 3.57 5/194 18044
/proc/meminfo: memFree=20887248/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=41312 CPUtime=6.29 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 16162 0 0 0 627 2 0 0 25 0 1 0 286585127 42303488 9503 33554432000 134512640 134829744 4294477648 18446744073709551615 134678644 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 10328 9503 350 78 0 9614 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 41312

[startup+12.7003 s]
/proc/loadavg: 3.96 3.95 3.58 5/194 18044
/proc/meminfo: memFree=20872628/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=53512 CPUtime=12.69 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 19194 0 0 0 1265 4 0 0 25 0 1 0 286585127 54796288 12535 33554432000 134512640 134829744 4294477648 18446744073709551615 134669644 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 13378 12535 350 78 0 12664 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53512

[startup+25.5009 s]
/proc/loadavg: 3.97 3.96 3.58 5/194 18044
/proc/meminfo: memFree=20863080/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=60892 CPUtime=25.46 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 21047 0 0 0 2542 4 0 0 25 0 1 0 286585127 62353408 14388 33554432000 134512640 134829744 4294477648 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 6 0 0 0
/proc/18042/statm: 15223 14388 350 78 0 14509 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 60892

[startup+51.1012 s]
/proc/loadavg: 3.98 3.96 3.59 5/194 18045
/proc/meminfo: memFree=20878600/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=45664 CPUtime=51.01 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 48413 0 0 0 5093 8 0 0 25 0 1 0 286585127 46759936 10443 33554432000 134512640 134829744 4294477648 18446744073709551615 134624903 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 11416 10443 356 78 0 10702 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 45664

[startup+102.307 s]
/proc/loadavg: 3.94 3.95 3.61 6/194 18074
/proc/meminfo: memFree=20790492/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=93856 CPUtime=102.1 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 62013 0 0 0 10199 11 0 0 25 0 1 0 286585127 96108544 22531 33554432000 134512640 134829744 4294477648 18446744073709551615 134657870 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 23464 22531 356 78 0 22750 0
Current children cumulated CPU time (s) 102.1
Current children cumulated vsize (KiB) 93856

[startup+162.301 s]
/proc/loadavg: 3.97 3.95 3.63 5/194 18076
/proc/meminfo: memFree=20763692/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=90408 CPUtime=161.97 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 62240 0 0 0 16185 12 0 0 25 0 1 0 286585127 92577792 21670 33554432000 134512640 134829744 4294477648 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 22602 21670 356 78 0 21888 0
Current children cumulated CPU time (s) 161.97
Current children cumulated vsize (KiB) 90408

[startup+222.3 s]
/proc/loadavg: 4.18 4.00 3.66 5/194 18077
/proc/meminfo: memFree=20756736/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=96000 CPUtime=221.97 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 63559 0 0 0 22185 12 0 0 25 0 1 0 286585127 98304000 22989 33554432000 134512640 134829744 4294477648 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 24000 22989 356 78 0 23286 0
Current children cumulated CPU time (s) 221.97
Current children cumulated vsize (KiB) 96000

[startup+282.3 s]
/proc/loadavg: 4.06 4.00 3.68 5/194 18079
/proc/meminfo: memFree=20756588/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=96000 CPUtime=281.97 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 63559 0 0 0 28185 12 0 0 25 0 1 0 286585127 98304000 22989 33554432000 134512640 134829744 4294477648 18446744073709551615 134661405 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 24000 22989 356 78 0 23286 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 96000

[startup+342.3 s]
/proc/loadavg: 4.13 4.03 3.71 5/194 18081
/proc/meminfo: memFree=20755820/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=96000 CPUtime=341.97 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 63559 0 0 0 34185 12 0 0 25 0 1 0 286585127 98304000 22989 33554432000 134512640 134829744 4294477648 18446744073709551615 134661647 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 24000 22989 356 78 0 23286 0
Current children cumulated CPU time (s) 341.97
Current children cumulated vsize (KiB) 96000

[startup+402.301 s]
/proc/loadavg: 4.05 4.02 3.73 6/194 18082
/proc/meminfo: memFree=20755184/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=96000 CPUtime=401.98 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 63559 0 0 0 40185 13 0 0 25 0 1 0 286585127 98304000 22989 33554432000 134512640 134829744 4294477648 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 24000 22989 356 78 0 23286 0
Current children cumulated CPU time (s) 401.98
Current children cumulated vsize (KiB) 96000

[startup+462.301 s]
/proc/loadavg: 4.05 4.03 3.74 5/194 18084
/proc/meminfo: memFree=20741148/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=96000 CPUtime=461.98 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 63559 0 0 0 46185 13 0 0 25 0 1 0 286585127 98304000 22989 33554432000 134512640 134829744 4294477648 18446744073709551615 134632973 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 24000 22989 356 78 0 23286 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 96000

[startup+522.301 s]
/proc/loadavg: 4.02 4.02 3.76 5/194 18085
/proc/meminfo: memFree=20739996/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=96000 CPUtime=521.98 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 63559 0 0 0 52185 13 0 0 25 0 1 0 286585127 98304000 22989 33554432000 134512640 134829744 4294477648 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 24000 22989 356 78 0 23286 0
Current children cumulated CPU time (s) 521.98
Current children cumulated vsize (KiB) 96000

[startup+582.301 s]
/proc/loadavg: 4.12 4.06 3.78 5/194 18087
/proc/meminfo: memFree=20726452/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=109692 CPUtime=581.98 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 67058 0 0 0 58184 14 0 0 25 0 1 0 286585127 112324608 26488 33554432000 134512640 134829744 4294477648 18446744073709551615 134679850 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 27423 26488 356 78 0 26709 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 109692

[startup+642.301 s]
/proc/loadavg: 4.04 4.05 3.80 5/194 18089
/proc/meminfo: memFree=20705476/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=128924 CPUtime=641.99 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 71837 0 0 0 64184 15 0 0 25 0 1 0 286585127 132018176 31267 33554432000 134512640 134829744 4294477648 18446744073709551615 134669976 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 32231 31267 356 78 0 31517 0
Current children cumulated CPU time (s) 641.99
Current children cumulated vsize (KiB) 128924

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.81 6/194 18090
/proc/meminfo: memFree=20691940/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=126872 CPUtime=701.99 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 73542 0 0 0 70183 16 0 0 25 0 1 0 286585127 129916928 30786 33554432000 134512640 134829744 4294477648 18446744073709551615 134725743 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 31718 30786 356 78 0 31004 0
Current children cumulated CPU time (s) 701.99
Current children cumulated vsize (KiB) 126872

[startup+762.307 s]
/proc/loadavg: 4.00 4.03 3.82 5/194 18092
/proc/meminfo: memFree=20690924/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=126872 CPUtime=762 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 73542 0 0 0 76184 16 0 0 25 0 1 0 286585127 129916928 30786 33554432000 134512640 134829744 4294477648 18446744073709551615 134722439 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 31718 30786 356 78 0 31004 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 126872

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 3.82 5/194 18093
/proc/meminfo: memFree=20690912/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=126872 CPUtime=821.99 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 73542 0 0 0 82183 16 0 0 25 0 1 0 286585127 129916928 30786 33554432000 134512640 134829744 4294477648 18446744073709551615 134725278 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 31718 30786 356 78 0 31004 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 126872

[startup+882.3 s]
/proc/loadavg: 4.03 4.03 3.84 6/194 18095
/proc/meminfo: memFree=20690892/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=126872 CPUtime=881.99 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 73542 0 0 0 88183 16 0 0 25 0 1 0 286585127 129916928 30786 33554432000 134512640 134829744 4294477648 18446744073709551615 134661449 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 31718 30786 356 78 0 31004 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 126872

[startup+942.301 s]
/proc/loadavg: 4.05 4.03 3.85 5/194 18097
/proc/meminfo: memFree=20686648/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=126872 CPUtime=941.99 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 73542 0 0 0 94183 16 0 0 25 0 1 0 286585127 129916928 30786 33554432000 134512640 134829744 4294477648 18446744073709551615 134723906 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 31718 30786 356 78 0 31004 0
Current children cumulated CPU time (s) 941.99
Current children cumulated vsize (KiB) 126872

[startup+1002.3 s]
/proc/loadavg: 4.05 4.04 3.86 5/194 18098
/proc/meminfo: memFree=20686628/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=126872 CPUtime=1002 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 73542 0 0 0 100184 16 0 0 25 0 1 0 286585127 129916928 30786 33554432000 134512640 134829744 4294477648 18446744073709551615 134723595 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 31718 30786 356 78 0 31004 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 126872

[startup+1062.3 s]
/proc/loadavg: 4.02 4.03 3.86 5/194 18100
/proc/meminfo: memFree=20684748/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=126872 CPUtime=1062 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 73542 0 0 0 106184 16 0 0 25 0 1 0 286585127 129916928 30786 33554432000 134512640 134829744 4294477648 18446744073709551615 134661446 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 31718 30786 356 78 0 31004 0
Current children cumulated CPU time (s) 1062
Current children cumulated vsize (KiB) 126872

[startup+1122.3 s]
/proc/loadavg: 4.19 4.07 3.89 5/194 18101
/proc/meminfo: memFree=20667104/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=141208 CPUtime=1122 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 77096 0 0 0 112183 17 0 0 25 0 1 0 286585127 144596992 34340 33554432000 134512640 134829744 4294477648 18446744073709551615 134624965 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 35302 34340 356 78 0 34588 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 141208

[startup+1182.3 s]
/proc/loadavg: 4.03 4.04 3.89 5/194 18131
/proc/meminfo: memFree=20617172/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=163872 CPUtime=1182 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 82982 0 0 0 118181 19 0 0 25 0 1 0 286585127 167804928 39999 33554432000 134512640 134829744 4294477648 18446744073709551615 134725278 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 40968 39999 356 78 0 40254 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 163872

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.89 5/194 18133
/proc/meminfo: memFree=20613816/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=163872 CPUtime=1242 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 82982 0 0 0 124181 19 0 0 25 0 1 0 286585127 167804928 39999 33554432000 134512640 134829744 4294477648 18446744073709551615 134661437 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 40968 39999 356 78 0 40254 0
Current children cumulated CPU time (s) 1242
Current children cumulated vsize (KiB) 163872



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.90 4/192 18135
/proc/meminfo: memFree=20636124/32951124 swapFree=67111528/67111528
[pid=18042] ppid=18040 vsize=163872 CPUtime=1299.71 cores=4,6
/proc/18042/stat : 18042 (MPhaseSAT_M) R 18040 18042 17826 0 -1 4202496 82984 0 0 0 129952 19 0 0 25 0 1 0 286585127 167804928 40001 33554432000 134512640 134829744 4294477648 18446744073709551615 134669362 0 0 4096 1026 0 0 0 17 4 0 0 0
/proc/18042/statm: 40968 40001 356 78 0 40254 0
Current children cumulated CPU time (s) 1299.71
Current children cumulated vsize (KiB) 163872

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1299.73
CPU user time (s): 1299.52
CPU system time (s): 0.203968
CPU usage (%): 99.9778
Max. virtual memory (cumulated for all children) (KiB): 164780

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

runsolver used 2.33564 second user time and 4.76727 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-02 15:11:13
IDJOB=3095283
IDBENCH=82565
IDSOLVER=1522
FILE ID=node135/3095283-1301749872
RUNJOBID= node135-1301748568-17845
PBS_JOBID= 12841002
Free space on /tmp= 71872 MiB

SOLVER NAME= MPhaseSAT_M 2011-02-16
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v40000-c168000-S845438593-067-UNKNOWN.cnf
COMMAND LINE= MPhaseSAT_M BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3095283-1301749872/watcher-3095283-1301749872 -o /tmp/evaluation-result-3095283-1301749872/solver-3095283-1301749872 -C 2400 -W 1300 -M 7680  MPhaseSAT_M HOME/instance-3095283-1301749872.cnf

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

MD5SUM BENCH= 3b06c2c5c22c8501e021c8b11d20bcd0
RANDOM SEED=1708344729

node135.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.851
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.70
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.851
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20925604 kB
Buffers:        373248 kB
Cached:       11261796 kB
SwapCached:          0 kB
Active:        7996580 kB
Inactive:      3749612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20925604 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4484 kB
Writeback:           0 kB
AnonPages:      110892 kB
Mapped:          16724 kB
Slab:           217868 kB
PageTables:       5448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   298812 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71868 MiB
End job on node135 at 2011-04-02 15:32:55